Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h179 #define IOCLOB 0x400 /* noclobber bit */ macro
189 #define IOCOPY IOCLOB /* copy skipped lines onto standard output */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c474 else if(iof&IOCLOB) in p_redirect()
H A Dparse.c1721 iof |= IOCLOB; in inout()
H A Dio.c1370 if(iof&IOCLOB) in sh_redirect()