Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c286 if (flag & IOCLOB) in pioact()
961 DB(IOCLOB) in dumpioact()
Dlex.c931 iop->ioflag |= IOCLOB; in yylex()
Dexec.c1429 if (Flag(FNOCLOBBER) && !(iop->ioflag & IOCLOB)) { in iosetup()
Dsh.h1741 #define IOCLOB BIT(6) /* >|, override -o noclobber */ macro