Searched refs:OFILL (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,
260 "ofill", OFILL, 0,
261 "-ofill", 0, OFILL,
292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c396 if (m&OFILL)
628 (void) printf("-ofill "+((m&OFILL) != 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,
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)
579 (void) fprintf(output, "-ofill " + ((m & OFILL) != 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,
228 "ofill", OFILL, 0,
229 "-ofill", 0, OFILL,
272 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h136 #define OFILL 0x00000040 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h136 #define OFILL 0x00000040 macro
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtermios.h237 #define OFILL 0000100 macro
/opensolaris-onvv-gate/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") },
300 #endif /* OFILL */
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dldterm.c3779 if (tp->t_modes.c_oflag & OFILL)
3829 if (tp->t_modes.c_oflag & OFILL) {
3855 !(tp->t_modes.c_oflag & OFILL))
3874 if (tp->t_modes.c_oflag & OFILL)
3881 if (tp->t_modes.c_oflag & OFILL)
3888 if (tp->t_modes.c_oflag & OFILL)
3901 if (tp->t_modes.c_oflag & OFILL) {
/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|

Completed in 93 milliseconds