Home
last modified time | relevance | path

Searched refs:PO_PMINUSMINUS (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/bin/ksh/
Dc_ksh.c209 #define PO_PMINUSMINUS BIT(2) /* print a -- argument */ in c_print() macro
263 flags |= PO_PMINUSMINUS; in c_print()
301 } else if (flags & PO_PMINUSMINUS) in c_print()