Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c273 #define PO_PMINUSMINUS BIT(2) /* print a -- argument */ in c_print() macro
351 flags |= PO_PMINUSMINUS; in c_print()
390 } else if (flags & PO_PMINUSMINUS) in c_print()