Home
last modified time | relevance | path

Searched refs:OPOST (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/usr.sbin/lpr/lpd/
H A Dmodes.c183 { "opost", OPOST, 0 },
184 { "-opost", 0, OPOST },
185 { "litout", 0, OPOST },
186 { "-litout", OPOST, 0 },
H A Dttcompat.c81 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 Dkey.c141 ip->t.c_oflag |= OPOST; in f_cbreak()
/netbsd-src/sys/compat/common/
H A Dtty_43.c321 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 Dmodes.c156 { "opost", OPOST },
166 { "litout", 0, OPOST },
167 { "-litout", OPOST, 0 },
H A Dprint.c131 put("-opost", OPOST, 1); in print()
/netbsd-src/libexec/getty/
H A Dsubr.c289 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 Dtermios.d178 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 Dtipsy.c121 tios.c_oflag &= ~OPOST; in main()
131 tios.c_oflag &= ~OPOST; in main()
/netbsd-src/external/bsd/less/dist/lesstest/
H A Dterm.c41 #ifdef OPOST in set_termio_flags()
42 | OPOST in set_termio_flags()
/netbsd-src/libexec/telnetd/
H A Dsys_term.c282 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 Dcfmakeraw.c29 tio->c_oflag &= ~OPOST; in cfmakeraw()
/netbsd-src/lib/libc/termios/
H A Dcfmakeraw.c62 t->c_oflag &= ~OPOST; in __weak_alias()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshtty.c89 tio.c_oflag &= ~OPOST; in enter_raw_mode()
H A Dttymodes.h150 TTYMODE(OPOST, c_oflag, 70)
/netbsd-src/sys/sys/
H A Dttydefaults.h49 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A Dtermios.h111 #define OPOST 0x00000001U /* enable following output processing */ macro
/netbsd-src/usr.bin/telnet/
H A Dsys_bsd.c369 tmp_tc.c_oflag &= ~OPOST; in TerminalNewMode()
373 tmp_tc.c_oflag |= OPOST; in TerminalNewMode()
/netbsd-src/usr.bin/tip/
H A Dtip.c274 term.c_oflag &= ~OPOST; in main()
572 cntrl.c_oflag &= ~OPOST; in ttysetup()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_termios.h212 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 Dsunms.c164 tp->t_oflag &= ~OPOST; in sunms_attach()
H A Dsunkbd.c145 tp->t_oflag &= ~OPOST; in sunkbd_attach()
/netbsd-src/lib/libedit/
H A Dtty.c73 {"oflag:", (OPOST | ONLCR), ONLRET},
81 {"oflag:", (OPOST | ONLCR), ONLRET},
209 #ifdef OPOST
210 {"opost", OPOST, MD_OUT},
/netbsd-src/usr.bin/tset/
H A Dset.c118 mode.c_oflag |= (OPOST in reset_mode()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c408 if ((tp->c_oflag & OPOST) == 0) in setopost()
411 tp->c_oflag |= OPOST|ONLCR; in setopost()

12