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

/opensolaris-onvv-gate/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.c397 if (m&OFDEL)
629 (void) printf("-ofdel "+((m&OFDEL) != 0));
/opensolaris-onvv-gate/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)
580 (void) fprintf(output, "-ofdel " + ((m & OFDEL) != 0));
/opensolaris-onvv-gate/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|
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h137 #define OFDEL 0x00000080 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h137 #define OFDEL 0x00000080 macro
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtermios.h238 #define OFDEL 0000200 macro
/opensolaris-onvv-gate/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") },
303 #endif /* OFDEL */
/opensolaris-onvv-gate/usr/src/cmd/sulogin/
H A Dsulogin.c353 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
/opensolaris-onvv-gate/usr/src/ucbcmd/tset/
H A Dtset.c519 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dldterm.c3907 if (tp->t_modes.c_oflag & OFDEL)

Completed in 130 milliseconds