| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 183 { "opost", OPOST, 0 }, 184 { "-opost", 0, OPOST }, 185 { "litout", 0, OPOST }, 186 { "-litout", OPOST, 0 },
|
| H A D | ttcompat.c | 81 if (!ISSET(oflag, OPOST)) in sttygetoflags() 145 SET(oflag, OPOST); in sttysetoflags() 147 CLR(oflag, OPOST); in sttysetoflags() 152 SET(oflag, OPOST); in sttysetoflags()
|
| H A D | key.c | 141 ip->t.c_oflag |= OPOST; in f_cbreak()
|
| /netbsd-src/sys/compat/common/ |
| H A D | tty_43.c | 321 if (!ISSET(oflag, OPOST)) in ttcompatgetflags() 422 SET(oflag, OPOST); in ttcompatsetflags() 424 CLR(oflag, OPOST); in ttcompatsetflags() 429 SET(oflag, OPOST); in ttcompatsetflags() 490 SET(oflag, OPOST); in ttcompatsetlflags() 492 CLR(oflag, OPOST); in ttcompatsetlflags() 497 SET(oflag, OPOST); in ttcompatsetlflags()
|
| /netbsd-src/bin/stty/ |
| H A D | modes.c | 156 { "opost", OPOST }, 166 { "litout", 0, OPOST }, 167 { "-litout", OPOST, 0 },
|
| H A D | print.c | 131 put("-opost", OPOST, 1); in print()
|
| /netbsd-src/libexec/getty/ |
| H A D | subr.c | 289 SET(oflag, ONLCR|OPOST); in setflags() 296 SET(oflag, OXTABS|OPOST); in setflags() 307 CLR(oflag, OPOST); in setflags() 372 oflag = OPOST|ONLCR|OXTABS; in compatflags() 470 SET(oflag, OPOST); in compatflags() 472 CLR(oflag, OPOST); in compatflags() 477 SET(oflag, OPOST); in compatflags()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | termios.d | 178 enum OPOST = 0x0000001; // 0000001 in version() local 275 enum OPOST = 0x0000001; in version() local 372 enum OPOST = 0x0000001; in version() local 469 enum OPOST = 0x0000001; in version() local 566 enum OPOST = 0x0000001; in version() local 663 enum OPOST = 0x0000001; in version() local 761 enum OPOST = 0x000001; in version() local
|
| /netbsd-src/share/examples/rump/tipsy/ |
| H A D | tipsy.c | 121 tios.c_oflag &= ~OPOST; in main() 131 tios.c_oflag &= ~OPOST; in main()
|
| /netbsd-src/external/bsd/less/dist/lesstest/ |
| H A D | term.c | 41 #ifdef OPOST in set_termio_flags() 42 | OPOST in set_termio_flags()
|
| /netbsd-src/libexec/telnetd/ |
| H A D | sys_term.c | 282 termbuf.c_oflag &= ~OPOST; in tty_binaryout() 286 termbuf.c_oflag |= OPOST; in tty_binaryout() 299 return(!(termbuf.c_oflag&OPOST)); in tty_isbinaryout()
|
| /netbsd-src/external/bsd/tmux/dist/compat/ |
| H A D | cfmakeraw.c | 29 tio->c_oflag &= ~OPOST; in cfmakeraw()
|
| /netbsd-src/lib/libc/termios/ |
| H A D | cfmakeraw.c | 62 t->c_oflag &= ~OPOST; in __weak_alias()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sshtty.c | 89 tio.c_oflag &= ~OPOST; in enter_raw_mode()
|
| H A D | ttymodes.h | 150 TTYMODE(OPOST, c_oflag, 70)
|
| /netbsd-src/sys/sys/ |
| H A D | ttydefaults.h | 49 #define TTYDEF_OFLAG (OPOST | ONLCR)
|
| H A D | termios.h | 111 #define OPOST 0x00000001U /* enable following output processing */ macro
|
| /netbsd-src/usr.bin/telnet/ |
| H A D | sys_bsd.c | 369 tmp_tc.c_oflag &= ~OPOST; in TerminalNewMode() 373 tmp_tc.c_oflag |= OPOST; in TerminalNewMode()
|
| /netbsd-src/usr.bin/tip/ |
| H A D | tip.c | 274 term.c_oflag &= ~OPOST; in main() 572 cntrl.c_oflag &= ~OPOST; in ttysetup()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_termios.h | 212 bts->c_oflag |= cvtto_bsd_mask(lt->c_oflag, LINUX_OPOST, OPOST); in linux32_termio_to_bsd_termios() 300 lt->c_oflag |= cvtto_linux_mask(bts->c_oflag, OPOST, LINUX_OPOST); in bsd_termios_to_linux32_termio() 390 bts->c_oflag |= cvtto_bsd_mask(lts->c_oflag, LINUX_OPOST, OPOST); in linux32_termios_to_bsd_termios() 488 lts->c_oflag |= cvtto_linux_mask(bts->c_oflag, OPOST, LINUX_OPOST); in bsd_termios_to_linux32_termios()
|
| /netbsd-src/sys/dev/sun/ |
| H A D | sunms.c | 164 tp->t_oflag &= ~OPOST; in sunms_attach()
|
| H A D | sunkbd.c | 145 tp->t_oflag &= ~OPOST; in sunkbd_attach()
|
| /netbsd-src/lib/libedit/ |
| H A D | tty.c | 73 {"oflag:", (OPOST | ONLCR), ONLRET}, 81 {"oflag:", (OPOST | ONLCR), ONLRET}, 209 #ifdef OPOST 210 {"opost", OPOST, MD_OUT},
|
| /netbsd-src/usr.bin/tset/ |
| H A D | set.c | 118 mode.c_oflag |= (OPOST in reset_mode()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | rltty.c | 408 if ((tp->c_oflag & OPOST) == 0) in setopost() 411 tp->c_oflag |= OPOST|ONLCR; in setopost()
|