Home
last modified time | relevance | path

Searched refs:OFILL (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c264 "fill", OFILL, OFDEL,
265 "-fill", 0, OFILL|OFDEL,
266 "nul-fill", OFILL, OFDEL,
267 "del-fill", OFILL|OFDEL, 0,
268 "ofill", OFILL, 0,
269 "-ofill", 0, OFILL,
300 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c402 if (m&OFILL) { in prmodes()
638 (void) printf("-ofill "+((m&OFILL) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c270 "fill", OFILL, OFDEL,
271 "-fill", 0, OFILL|OFDEL,
272 "nul-fill", OFILL, OFDEL,
273 "del-fill", OFILL|OFDEL, 0,
274 "ofill", OFILL, 0,
275 "-ofill", 0, OFILL,
307 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c348 if (m & OFILL) in prmodes()
580 (void) fprintf(output, "-ofill " + ((m & OFILL) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c222 "fill", OFILL, OFDEL,
223 "-fill", 0, OFILL|OFDEL,
224 "nul-fill", OFILL, OFDEL,
225 "del-fill", OFILL|OFDEL, 0,
226 "ofill", OFILL, 0,
227 "-ofill", 0, OFILL,
270 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c300 #ifdef OFILL
301 { "ofill", BIT, O_FLAG, US, OFILL, OFILL, C("Use fill characters (use timing) for delays") },
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h222 #define OFILL 0000100 macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c3808 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3858 if (tp->t_modes.c_oflag & OFILL) { in ldterm_output_msg()
3884 !(tp->t_modes.c_oflag & OFILL)) in ldterm_output_msg()
3903 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3910 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3917 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3930 if (tp->t_modes.c_oflag & OFILL) { in ldterm_output_msg()
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c360 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c523 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()