Home
last modified time | relevance | path

Searched refs:I_FLAG (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c94 #define I_FLAG 4 macro
226 { "parmrk", BIT, I_FLAG, 0, PARMRK, PARMRK, C("Mark (do not mark) parity errors") },
227 { "inpck", BIT, I_FLAG, 0, INPCK, INPCK, C("Enable (disable) input parity checking") },
230 { "igncr", BIT, I_FLAG, US, IGNCR, IGNCR, C("Ignore (do not ignore) carriage return") },
232 { "iuclc", BIT, I_FLAG, US, IUCLC, IUCLC, C("Map (do not map) upper-case to lower case") },
237 { "decctlq", BIT, I_FLAG, IG, IXANY, 0, C("Same as \b-ixany\b") },
239 { "ixoff", BIT, I_FLAG, US, IXOFF, IXOFF, C("Disable (enable) XON/XOFF flow control") },
379 case I_FLAG: in sane()
504 case I_FLAG: in output()
671 case I_FLAG: in set()
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmstruct.h94 #define I_FLAG 0x10 /* initialize only */ macro
H A Dtmpmtab.c354 *ttyflags |= I_FLAG; in get_ttyflags()
423 if (flags & I_FLAG) { in pttyflags()
425 flags &= ~I_FLAG; in pttyflags()
H A Dttymon.c244 !(tp->p_ttyflags & I_FLAG) && in initialize()
278 !(tp->p_ttyflags & I_FLAG) && (!((State == PM_DISABLED) && in open_all()
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c145 #define I_FLAG 1 macro
199 case I_FLAG: /* information for inodes */ in main()