Searched defs:C_FLAG (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | uniq.c | 76 #define C_FLAG 1 macro 91 if(mode&C_FLAG) 262 mode |= C_FLAG; 311 if(all && (mode&C_FLAG))
|
H A D | stty.c | 91 #define C_FLAG 1 macro 138 { "0", SPEED, C_FLAG, 0, B0 }, 139 { "50", SPEED, C_FLAG, 0, B50 }, 140 { "75", SPEED, C_FLAG, 0, B75 }, 141 { "110", SPEED, C_FLAG, 0, B110 }, 142 { "134", SPEED, C_FLAG, 0, B134 }, 143 { "150", SPEED, C_FLAG, 0, B150 }, 144 { "200", SPEED, C_FLAG, 0, B200 }, 145 { "300", SPEED, C_FLAG, 0, B300 }, 146 { "600", SPEED, C_FLAG, [all...] |
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 47 #define C_FLAG 0x40 /* read into compound variable */ macro 93 flags |= C_FLAG; 236 if(flags&C_FLAG) 250 else if(flags&C_FLAG)
|
Completed in 619 milliseconds