HomeSort by: relevance | last modified time | path
    Searched refs:c_oflag (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/compat/linux32/common/
linux32_termios.h 50 unsigned short c_oflag; member in struct:linux32_termio
59 linux32_tcflag_t c_oflag; member in struct:linux32_termios
  /src/sys/compat/ultrix/
ultrix_tty.h 20 u_short c_oflag; member in struct:ultrix_termio
37 __uint32_t c_oflag; member in struct:ultrix_termios
  /src/lib/libc/termios/
cfmakeraw.c 62 t->c_oflag &= ~OPOST;
  /src/usr.sbin/lpr/lpd/
ttcompat.c 65 tcflag_t oflag = tp->c_oflag;
101 tcflag_t oflag = tp->c_oflag;
156 tp->c_oflag = oflag;
165 tcflag_t oflag = tp->c_oflag;
183 tp->c_oflag = oflag;
194 tcflag_t oflag = tp->c_oflag;
211 tp->c_oflag = oflag;
222 tcflag_t oflag = tp->c_oflag;
246 tp->c_oflag = oflag;
257 tcflag_t oflag = tp->c_oflag;
    [all...]
key.c 141 ip->t.c_oflag |= OPOST;
196 ip->t.c_oflag |= ONLCR;
199 ip->t.c_oflag &= ~ONLCR;
244 ip->t.c_oflag = TTYDEF_OFLAG;
modes.c 229 ip->t.c_oflag &= ~mp->unset;
230 ip->t.c_oflag |= mp->set;
  /src/usr.bin/tset/
set.c 94 mode.c_oflag &= ~(0
118 mode.c_oflag |= (OPOST
187 mode.c_oflag |= ONLCR;
191 mode.c_oflag |= OXTABS;
194 mode.c_oflag &= ~ONLCR;
199 mode.c_oflag &= ~OXTABS;
211 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
212 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
  /src/games/backgammon/teachgammon/
teach.c 79 noech.c_oflag &= ~(ONLCR | OXTABS);
80 raw.c_oflag &= ~(ONLCR | OXTABS);
  /src/sys/compat/linux/common/
linux_termios.h 68 unsigned short c_oflag; member in struct:linux_termio
77 linux_tcflag_t c_oflag; member in struct:linux_termios
211 bts->c_oflag = 0;
212 bts->c_oflag |= cvtto_bsd_mask(lt->c_oflag, LINUX_OPOST, OPOST);
213 bts->c_oflag |= cvtto_bsd_mask(lt->c_oflag, LINUX_ONLCR, ONLCR);
214 bts->c_oflag |= cvtto_bsd_mask(lt->c_oflag, LINUX_XTABS, OXTABS);
299 lt->c_oflag = 0
    [all...]
  /src/usr.bin/telnet/
sys_bsd.c 286 tmp_tc.c_oflag |= ONLCR;
291 tmp_tc.c_oflag &= ~ONLCR;
334 tmp_tc.c_oflag |= OXTABS;
337 tmp_tc.c_oflag &= ~TABDLY;
338 tmp_tc.c_oflag |= TAB3;
342 tmp_tc.c_oflag &= ~OXTABS;
345 tmp_tc.c_oflag &= ~TABDLY;
369 tmp_tc.c_oflag &= ~OPOST;
373 tmp_tc.c_oflag |= OPOST;
  /src/libexec/telnetd/
sys_term.c 282 termbuf.c_oflag &= ~OPOST;
286 termbuf.c_oflag |= OPOST;
299 return(!(termbuf.c_oflag&OPOST));
338 return (termbuf.c_oflag & OXTABS);
341 return ((termbuf.c_oflag & TABDLY) == TAB3);
350 termbuf.c_oflag |= OXTABS;
353 termbuf.c_oflag &= ~TABDLY;
354 termbuf.c_oflag |= TAB3;
358 termbuf.c_oflag &= ~OXTABS;
361 termbuf.c_oflag &= ~TABDLY
    [all...]
  /src/bin/stty/
gfmt.c 67 tp->c_cflag, tp->c_iflag, tp->c_lflag, tp->c_oflag);
112 tp->c_oflag = tmp;
key.c 160 ip->t.c_oflag |= OPOST;
222 ip->t.c_oflag = random();
247 ip->t.c_oflag |= ONLCR;
250 ip->t.c_oflag &= ~ONLCR;
291 ip->t.c_oflag = TTYDEF_OFLAG;
  /src/lib/libcurses/
tty.c 126 screen->baset.c_oflag &= ~OXTABS;
129 screen->NONL = (screen->baset.c_oflag & ONLCR) == 0;
146 screen->rawt.c_oflag &= ~OPOST;
445 _cursesi_screen->rawt.c_oflag |= ONLCR;
447 _cursesi_screen->cbreakt.c_oflag |= ONLCR;
449 _cursesi_screen->baset.c_oflag |= ONLCR;
468 _cursesi_screen->rawt.c_oflag &= ~ONLCR;
470 _cursesi_screen->cbreakt.c_oflag &= ~ONLCR;
472 _cursesi_screen->baset.c_oflag &= ~ONLCR;
  /src/share/examples/rump/tipsy/
tipsy.c 121 tios.c_oflag &= ~OPOST;
131 tios.c_oflag &= ~OPOST;
  /src/sys/compat/sunos/
sunos.h 97 u_short c_oflag; member in struct:sunos_termio
111 u_int c_oflag; member in struct:sunos_termios
sunos_ioctl.c 149 l = st->c_oflag;
176 bt->c_oflag = r;
272 l = bt->c_oflag;
299 st->c_oflag = r;
382 t->c_oflag = ts->c_oflag;
395 ts->c_oflag = t->c_oflag;
  /src/sys/arch/zaurus/stand/zboot/
termios.c 73 t->c_oflag &= ~LINUX_OPOST;
  /src/games/hack/
hack.tty.c 144 if (curttyb.c_oflag & OXTABS) {
145 curttyb.c_oflag &= ~OXTABS;
  /src/sbin/slattach/
slattach.c 132 tty.c_oflag = 0;
  /src/libexec/getty/
subr.c 219 tmode.c_oflag = O0;
228 tmode.c_oflag = O1;
237 tmode.c_oflag = O2;
244 oflag = omode.c_oflag;
357 tmode.c_oflag = oflag;
481 tmode.c_oflag = oflag;
  /src/tests/lib/libc/ttyio/
t_ttyio.c 93 term.c_oflag = TTYDEF_OFLAG;
  /src/usr.sbin/irdaattach/
irdaattach.c 115 tty.c_oflag = 0;
  /src/distrib/utils/more/
screen.c 181 s.c_oflag |= (OPOST|ONLCR|TAB3);
183 s.c_oflag &= ~(OCRNL|ONOCR|ONLRET);
  /src/libexec/comsat/
comsat.c 262 cr = (ttybuf.c_oflag & ONLCR) && (ttybuf.c_oflag & OPOST) ?

Completed in 81 milliseconds

1 2 3