Home
last modified time | relevance | path

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

/third_party/mksh/
Dtree.c296 if (flag & IOCLOB) in pioact()
968 DB(IOCLOB) in dumpioact()
Dlex.c948 iop->ioflag |= IOCLOB; in yylex()
Dexec.c1438 if (Flag(FNOCLOBBER) && !(iop->ioflag & IOCLOB)) { in iosetup()
Dsh.h2028 #define IOCLOB BIT(6) /* >|, override -o noclobber */ macro