Searched refs:I_FLAG (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 92 #define I_FLAG 4 macro 221 { "ignbrk", BIT, I_FLAG, US, IGNBRK, IGNBRK, C("Ignore (do not ignore) break characters") }, 222 { "brkint", BIT, I_FLAG, SS, BRKINT, BRKINT, C("Generate (do not generate) INTR signal on break") }, 223 { "ignpar", BIT, I_FLAG, 0, IGNPAR, IGNPAR, C("Ignore (do not ignore) characters with parity errors… 224 { "parmrk", BIT, I_FLAG, 0, PARMRK, PARMRK, C("Mark (do not mark) parity errors") }, 225 { "inpck", BIT, I_FLAG, 0, INPCK, INPCK, C("Enable (disable) input parity checking") }, 226 { "istrip", BIT, I_FLAG, 0, ISTRIP, ISTRIP, C("Clear (do not clear) high bit of input characters") … 227 { "inlcr", BIT, I_FLAG, US, INLCR, INLCR, C("Translate (do not translate) carriage return to newlin… 228 { "igncr", BIT, I_FLAG, US, IGNCR, IGNCR, C("Ignore (do not ignore) carriage return") }, 230 { "iuclc", BIT, I_FLAG, US, IUCLC, IUCLC, C("Map (do not map) upper-case to lower case") }, [all …]
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmstruct.h | 93 #define I_FLAG 0x10 /* initialize only */ macro
|
H A D | tmpmtab.c | 349 *ttyflags |= I_FLAG; 418 if (flags & I_FLAG) { 420 flags &= ~I_FLAG;
|
H A D | ttymon.c | 256 (tp->p_pid == 0) && !(tp->p_ttyflags & I_FLAG) && in initialize() 290 !(tp->p_ttyflags & I_FLAG) && (!((State == PM_DISABLED) && in open_all()
|
/titanic_41/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 145 #define I_FLAG 1 macro 199 case I_FLAG: /* information for inodes */ in main()
|