Home
last modified time | relevance | path

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

12

/freebsd-14-stable/usr.sbin/lpr/lpd/
HDmodes.c186 { "opost", OPOST, 0 },
187 { "-opost", 0, OPOST },
188 { "litout", 0, OPOST },
189 { "-litout", OPOST, 0 },
/freebsd-14-stable/sys/kern/
HDtty_compat.c309 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags()
379 oflag &= ~OPOST; in ttcompatsetflags()
381 oflag |= OPOST; in ttcompatsetflags()
385 oflag |= OPOST; in ttcompatsetflags()
472 oflag &= ~OPOST; in ttcompatsetlflags()
474 oflag |= OPOST; in ttcompatsetlflags()
478 oflag |= OPOST; in ttcompatsetlflags()
HDtty_ttydisc.c457 MPASS(CMP_FLAG(o, OPOST)); in ttydisc_write_oproc()
596 if (CMP_FLAG(o, OPOST)) { in ttydisc_write()
732 if (CMP_FLAG(o, OPOST) && CTL_ECHO(c, quote)) { in ttydisc_echo_force()
/freebsd-14-stable/libexec/comsat/
HDcomsat.c195 cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r"; in notify()
/freebsd-14-stable/lib/libvgl/
HDkeyboard.c55 term.c_oflag = OPOST | ONLCR; in VGLKeyboardInit()
/freebsd-14-stable/crypto/heimdal/appl/login/
HDstty_default.c89 termios.c_oflag |= (OPOST|ONLCR); in stty_default()
/freebsd-14-stable/crypto/openssh/
HDsshtty.c88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
HDttymodes.h149 TTYMODE(OPOST, c_oflag, 70)
/freebsd-14-stable/contrib/ncurses/ncurses/trace/
HDlib_tracebits.c133 DATA(OPOST), in _nc_trace_ttymode()
140 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET|OFLAGS_TABS) in _nc_trace_ttymode()
/freebsd-14-stable/contrib/tcsh/
HDmi.termios.c195 termios_p->c_oflag |= OPOST;
325 if (termios_p->c_oflag & OPOST)
HDed.term.c42 { "oflag:", (OPOST|ONLCR), ONLRET },
55 { "oflag:", (OPOST|ONLCR), ONLRET },
141 # ifdef OPOST
142 { "opost", OPOST, M_OUTPUT },
/freebsd-14-stable/sys/sys/
HDttydefaults.h49 #define TTYDEF_OFLAG (OPOST | ONLCR)
HD_termios.h106 #define OPOST 0x00000001 /* enable following output processing */ macro
/freebsd-14-stable/libexec/getty/
HDsubr.c323 SET(oflag, ONLCR|OPOST); in set_flags()
330 SET(oflag, OXTABS|OPOST); in set_flags()
341 CLR(oflag, OPOST); in set_flags()
/freebsd-14-stable/contrib/ncurses/include/
HDnc_termios.h113 #define OPOST 0x00001 macro
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/
HDsys_bsd.c444 tmp_tc.c_oflag &= ~OPOST; in TerminalNewMode()
446 tmp_tc.c_oflag |= OPOST; in TerminalNewMode()
450 tmp_tc.c_oflag |= OPOST; in TerminalNewMode()
/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDbsd-openpty.c228 tio.c_oflag |= (OPOST | ONLCR); in openpty()
/freebsd-14-stable/usr.bin/tip/tip/
HDtip.c224 term.c_oflag &= ~OPOST; in main()
569 cntrl.c_oflag &= ~OPOST; in ttysetup()
/freebsd-14-stable/usr.sbin/ppp/
HDprompt.c436 newtio.c_oflag &= ~OPOST; in prompt_TtyInit()
459 newtio.c_oflag |= OPOST; in prompt_TtyCommandMode()
/freebsd-14-stable/lib/libc/gen/
HDtermios.c170 t->c_oflag &= ~OPOST; in cfmakeraw()
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnetd/
HDsys_term.c565 termbuf.c_oflag &= ~OPOST; in tty_binaryout()
569 termbuf.c_oflag |= OPOST; in tty_binaryout()
582 return(!(termbuf.c_oflag&OPOST)); in tty_isbinaryout()
908 termbuf.c_oflag = OPOST|ONLCR|TAB3; in getptyslave()
/freebsd-14-stable/contrib/libedit/
HDtty.c73 {"oflag:", (OPOST | ONLCR), ONLRET},
81 {"oflag:", (OPOST | ONLCR), ONLRET},
209 #ifdef OPOST
210 {"opost", OPOST, MD_OUT},
/freebsd-14-stable/contrib/telnet/telnet/
HDsys_bsd.c577 tmp_tc.c_oflag &= ~OPOST; in TerminalNewMode()
581 tmp_tc.c_oflag |= OPOST; in TerminalNewMode()
/freebsd-14-stable/contrib/nvi/cl/
HDcl_screen.c478 clp->ex_enter.c_oflag |= OPOST; in cl_ex_init()
/freebsd-14-stable/contrib/ncurses/progs/
HDreset_cmd.c345 set_flags(tty_settings->c_oflag, (OPOST in reset_tty_settings()

12