/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 256 "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 D | stty.c | 398 if (m&OFILL) in prmodes() 631 (void) printf("-ofill "+((m&OFILL) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 262 "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 D | stty.c | 347 if (m & OFILL) in prmodes() 579 (void) fprintf(output, "-ofill " + ((m & OFILL) != 0)); in pramodes()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 224 "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_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 136 #define OFILL 0x00000040 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 136 #define OFILL 0x00000040 macro
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 298 #ifdef OFILL 299 { "ofill", BIT, O_FLAG, US, OFILL, OFILL, C("Use fill characters (use timing) for delays") },
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 220 #define OFILL 0000100 macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ldterm.c | 3789 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_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 519 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()
|