Home
last modified time | relevance | path

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

12

/dragonfly/usr.sbin/lpr/lpd/
HDmodes.c181 { "opost", OPOST, 0 },
182 { "-opost", 0, OPOST },
183 { "litout", 0, OPOST },
184 { "-litout", OPOST, 0 },
/dragonfly/bin/stty/
HDmodes.c181 { "opost", OPOST, 0 },
182 { "-opost", 0, OPOST },
183 { "litout", 0, OPOST },
184 { "-litout", OPOST, 0 },
HDprint.c131 put("-opost", OPOST, 1); in print()
HDkey.c144 ip->t.c_oflag |= OPOST; in f_cbreak()
/dragonfly/libexec/comsat/
HDcomsat.c186 cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r"; in notify()
/dragonfly/contrib/ncurses/ncurses/trace/
HDlib_tracebits.c127 DATA(OPOST), in _nc_trace_ttymode()
134 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET|OFLAGS_TABS) in _nc_trace_ttymode()
/dragonfly/crypto/openssh/
HDsshtty.c88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
HDttymodes.h149 TTYMODE(OPOST, c_oflag, 70)
/dragonfly/libexec/getty/
HDsubr.c313 SET(oflag, ONLCR|OPOST); in set_flags()
320 SET(oflag, OXTABS|OPOST); in set_flags()
331 CLR(oflag, OPOST); in set_flags()
/dragonfly/sys/sys/
HDttydefaults.h50 #define TTYDEF_OFLAG (OPOST | ONLCR)
HD_termios.h104 #define OPOST 0x00000001 /* enable following output processing */ macro
/dragonfly/contrib/ncurses/include/
HDnc_termios.h109 #define OPOST 0x00001 macro
/dragonfly/contrib/tcsh-6/
HDed.term.c42 { "oflag:", (OPOST|ONLCR), ONLRET },
55 { "oflag:", (OPOST|ONLCR), ONLRET },
142 # ifdef OPOST
143 { "opost", OPOST, M_OUTPUT },
/dragonfly/usr.sbin/ppp/
HDprompt.c434 newtio.c_oflag &= ~OPOST; in prompt_TtyInit()
457 newtio.c_oflag |= OPOST; in prompt_TtyCommandMode()
/dragonfly/libexec/telnetd/
HDsys_term.c573 termbuf.c_oflag &= ~OPOST; in tty_binaryout()
577 termbuf.c_oflag |= OPOST; in tty_binaryout()
598 return(!(termbuf.c_oflag&OPOST)); in tty_isbinaryout()
/dragonfly/lib/libc/gen/
HDtermios.c172 t->c_oflag &= ~OPOST; in cfmakeraw()
/dragonfly/contrib/libedit/src/
HDtty.c73 {"oflag:", (OPOST | ONLCR), ONLRET},
81 {"oflag:", (OPOST | ONLCR), ONLRET},
209 #ifdef OPOST
210 {"opost", OPOST, MD_OUT},
/dragonfly/contrib/gdb-7/readline/
HDrltty.c412 if ((tp->c_oflag & OPOST) == 0)
415 tp->c_oflag |= OPOST|ONLCR;
/dragonfly/usr.bin/telnet/
HDsys_bsd.c575 tmp_tc.c_oflag &= ~OPOST; in TerminalNewMode()
579 tmp_tc.c_oflag |= OPOST; in TerminalNewMode()
/dragonfly/usr.bin/tset/
HDset.c115 mode.c_oflag |= (OPOST in reset_mode()
/dragonfly/contrib/nvi2/cl/
HDcl_screen.c478 clp->ex_enter.c_oflag |= OPOST; in cl_ex_init()
/dragonfly/sys/platform/vkernel64/platform/
HDconsole.c449 tio.c_oflag |= OPOST | ONLCR; in vcons_set_mode()
/dragonfly/contrib/ncurses/progs/
HDreset_cmd.c293 tty_settings->c_oflag |= (OPOST in reset_tty_settings()
/dragonfly/contrib/nvi2/ex/
HDex_script.c113 sc->sh_term.c_oflag &= ~OPOST; in sscr_init()
/dragonfly/etc/
HDgettytab89 # oflags: OPOST | ONLCR | OXTABS

12