Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c271 shf_puts(flag & IOCLOB ? ">|" : ">", shf); in pioact()
910 DB(IOCLOB) in dumpioact()
Dlex.c947 iop->flag |= IOCLOB; in yylex()
Dsh.h1351 #define IOCLOB BIT(6) /* >|, override -o noclobber */ macro
Dexec.c1321 if (Flag(FNOCLOBBER) && !(iop->flag & IOCLOB) && in iosetup()