Home
last modified time | relevance | path

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

/titanic_50/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,
262 "ofdel", OFDEL, 0,
263 "-ofdel", 0, OFDEL,
292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c399 if (m&OFDEL) in prmodes()
632 (void) printf("-ofdel "+((m&OFDEL) != 0)); in pramodes()
/titanic_50/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,
268 "ofdel", OFDEL, 0,
269 "-ofdel", 0, OFDEL,
299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c348 if (m & OFDEL) in prmodes()
580 (void) fprintf(output, "-ofdel " + ((m & OFDEL) != 0)); in pramodes()
/titanic_50/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,
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 Dtermios.h137 #define OFDEL 0x00000080 macro
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dtermios.h137 #define OFDEL 0x00000080 macro
/titanic_50/usr/src/lib/libcmd/common/
H A Dstty.c301 #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 Dtermios.h221 #define OFDEL 0000200 macro
/titanic_50/usr/src/cmd/sulogin/
H A Dsulogin.c359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
/titanic_50/usr/src/ucbcmd/tset/
H A Dtset.c519 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()
/titanic_50/usr/src/uts/common/io/
H A Dldterm.c3917 if (tp->t_modes.c_oflag & OFDEL) in ldterm_output_msg()