Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c256 "fill", OFILL, OFDEL,
257 "-fill", 0, OFILL|OFDEL,
258 "nul-fill", OFILL, OFDEL,
259 "del-fill", OFILL|OFDEL, 0,
260 "ofill", OFILL, 0,
261 "-ofill", 0, OFILL,
292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c398 if (m&OFILL) in prmodes()
631 (void) printf("-ofill "+((m&OFILL) != 0)); in pramodes()
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c262 "fill", OFILL, OFDEL,
263 "-fill", 0, OFILL|OFDEL,
264 "nul-fill", OFILL, OFDEL,
265 "del-fill", OFILL|OFDEL, 0,
266 "ofill", OFILL, 0,
267 "-ofill", 0, OFILL,
299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c347 if (m & OFILL) in prmodes()
579 (void) fprintf(output, "-ofill " + ((m & OFILL) != 0)); in pramodes()
/titanic_41/usr/src/cmd/bnu/
H A Dsetmode.c224 "fill", OFILL, OFDEL,
225 "-fill", 0, OFILL|OFDEL,
226 "nul-fill", OFILL, OFDEL,
227 "del-fill", OFILL|OFDEL, 0,
228 "ofill", OFILL, 0,
229 "-ofill", 0, OFILL,
272 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h136 #define OFILL 0x00000040 macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h136 #define OFILL 0x00000040 macro
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c298 #ifdef OFILL
299 { "ofill", BIT, O_FLAG, US, OFILL, OFILL, C("Use fill characters (use timing) for delays") },
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h220 #define OFILL 0000100 macro
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c3789 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3839 if (tp->t_modes.c_oflag & OFILL) { in ldterm_output_msg()
3865 !(tp->t_modes.c_oflag & OFILL)) in ldterm_output_msg()
3884 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3891 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3898 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3911 if (tp->t_modes.c_oflag & OFILL) { in ldterm_output_msg()
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.c519 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()