Symbol: OFILL
usr/src/cmd/bnu/setmode.c
222
"fill", OFILL, OFDEL,
usr/src/cmd/bnu/setmode.c
223
"-fill", 0, OFILL|OFDEL,
usr/src/cmd/bnu/setmode.c
224
"nul-fill", OFILL, OFDEL,
usr/src/cmd/bnu/setmode.c
225
"del-fill", OFILL|OFDEL, 0,
usr/src/cmd/bnu/setmode.c
226
"ofill", OFILL, 0,
usr/src/cmd/bnu/setmode.c
227
"-ofill", 0, OFILL,
usr/src/cmd/bnu/setmode.c
270
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
usr/src/cmd/sulogin/sulogin.c
360
#define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
usr/src/cmd/ttymon/stty.c
402
if (m&OFILL) {
usr/src/cmd/ttymon/stty.c
638
(void) printf("-ofill "+((m&OFILL) != 0));
usr/src/cmd/ttymon/sttytable.c
264
"fill", OFILL, OFDEL,
usr/src/cmd/ttymon/sttytable.c
265
"-fill", 0, OFILL|OFDEL,
usr/src/cmd/ttymon/sttytable.c
266
"nul-fill", OFILL, OFDEL,
usr/src/cmd/ttymon/sttytable.c
267
"del-fill", OFILL|OFDEL, 0,
usr/src/cmd/ttymon/sttytable.c
268
"ofill", OFILL, 0,
usr/src/cmd/ttymon/sttytable.c
269
"-ofill", 0, OFILL,
usr/src/cmd/ttymon/sttytable.c
300
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
usr/src/ucbcmd/stty/stty.c
348
if (m & OFILL)
usr/src/ucbcmd/stty/stty.c
580
(void) fprintf(output, "-ofill " + ((m & OFILL) != 0));
usr/src/ucbcmd/stty/sttytable.c
270
"fill", OFILL, OFDEL,
usr/src/ucbcmd/stty/sttytable.c
271
"-fill", 0, OFILL|OFDEL,
usr/src/ucbcmd/stty/sttytable.c
272
"nul-fill", OFILL, OFDEL,
usr/src/ucbcmd/stty/sttytable.c
273
"del-fill", OFILL|OFDEL, 0,
usr/src/ucbcmd/stty/sttytable.c
274
"ofill", OFILL, 0,
usr/src/ucbcmd/stty/sttytable.c
275
"-ofill", 0, OFILL,
usr/src/ucbcmd/stty/sttytable.c
307
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
usr/src/ucbcmd/tset/tset.c
523
modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
usr/src/uts/common/io/ldterm.c
3808
if (tp->t_modes.c_oflag & OFILL)
usr/src/uts/common/io/ldterm.c
3858
if (tp->t_modes.c_oflag & OFILL) {
usr/src/uts/common/io/ldterm.c
3884
!(tp->t_modes.c_oflag & OFILL))
usr/src/uts/common/io/ldterm.c
3903
if (tp->t_modes.c_oflag & OFILL)
usr/src/uts/common/io/ldterm.c
3910
if (tp->t_modes.c_oflag & OFILL)
usr/src/uts/common/io/ldterm.c
3917
if (tp->t_modes.c_oflag & OFILL)
usr/src/uts/common/io/ldterm.c
3930
if (tp->t_modes.c_oflag & OFILL) {