/titanic_50/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, 262 "ofdel", OFDEL, 0, 263 "-ofdel", 0, OFDEL, 292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 399 if (m&OFDEL) in prmodes() 632 (void) printf("-ofdel "+((m&OFDEL) != 0)); in pramodes()
|
/titanic_50/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, 268 "ofdel", OFDEL, 0, 269 "-ofdel", 0, OFDEL, 299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 348 if (m & OFDEL) in prmodes() 580 (void) fprintf(output, "-ofdel " + ((m & OFDEL) != 0)); in pramodes()
|
/titanic_50/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, 230 "ofdel", OFDEL, 0, 231 "-ofdel", 0, OFDEL, 272 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 137 #define OFDEL 0x00000080 macro
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 137 #define OFDEL 0x00000080 macro
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | stty.c | 301 #ifdef OFDEL 302 { "ofdel", BIT, O_FLAG, US, OFDEL, OFDEL, C("Use DEL (NUL) as fill characters for delays") },
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | termios.h | 221 #define OFDEL 0000200 macro
|
/titanic_50/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
|
/titanic_50/usr/src/ucbcmd/tset/ |
H A D | tset.c | 519 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ldterm.c | 3917 if (tp->t_modes.c_oflag & OFDEL) in ldterm_output_msg()
|