| /freebsd-14-stable/usr.sbin/lpr/lpd/ |
| HD | modes.c | 186 { "opost", OPOST, 0 }, 187 { "-opost", 0, OPOST }, 188 { "litout", 0, OPOST }, 189 { "-litout", OPOST, 0 },
|
| /freebsd-14-stable/sys/kern/ |
| HD | tty_compat.c | 309 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()
|
| HD | tty_ttydisc.c | 457 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/ |
| HD | comsat.c | 195 cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r"; in notify()
|
| /freebsd-14-stable/lib/libvgl/ |
| HD | keyboard.c | 55 term.c_oflag = OPOST | ONLCR; in VGLKeyboardInit()
|
| /freebsd-14-stable/crypto/heimdal/appl/login/ |
| HD | stty_default.c | 89 termios.c_oflag |= (OPOST|ONLCR); in stty_default()
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | sshtty.c | 88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
|
| HD | ttymodes.h | 149 TTYMODE(OPOST, c_oflag, 70)
|
| /freebsd-14-stable/contrib/ncurses/ncurses/trace/ |
| HD | lib_tracebits.c | 133 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/ |
| HD | mi.termios.c | 195 termios_p->c_oflag |= OPOST; 325 if (termios_p->c_oflag & OPOST)
|
| HD | ed.term.c | 42 { "oflag:", (OPOST|ONLCR), ONLRET }, 55 { "oflag:", (OPOST|ONLCR), ONLRET }, 141 # ifdef OPOST 142 { "opost", OPOST, M_OUTPUT },
|
| /freebsd-14-stable/sys/sys/ |
| HD | ttydefaults.h | 49 #define TTYDEF_OFLAG (OPOST | ONLCR)
|
| HD | _termios.h | 106 #define OPOST 0x00000001 /* enable following output processing */ macro
|
| /freebsd-14-stable/libexec/getty/ |
| HD | subr.c | 323 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/ |
| HD | nc_termios.h | 113 #define OPOST 0x00001 macro
|
| /freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | sys_bsd.c | 444 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/ |
| HD | bsd-openpty.c | 228 tio.c_oflag |= (OPOST | ONLCR); in openpty()
|
| /freebsd-14-stable/usr.bin/tip/tip/ |
| HD | tip.c | 224 term.c_oflag &= ~OPOST; in main() 569 cntrl.c_oflag &= ~OPOST; in ttysetup()
|
| /freebsd-14-stable/usr.sbin/ppp/ |
| HD | prompt.c | 436 newtio.c_oflag &= ~OPOST; in prompt_TtyInit() 459 newtio.c_oflag |= OPOST; in prompt_TtyCommandMode()
|
| /freebsd-14-stable/lib/libc/gen/ |
| HD | termios.c | 170 t->c_oflag &= ~OPOST; in cfmakeraw()
|
| /freebsd-14-stable/crypto/heimdal/appl/telnet/telnetd/ |
| HD | sys_term.c | 565 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/ |
| HD | tty.c | 73 {"oflag:", (OPOST | ONLCR), ONLRET}, 81 {"oflag:", (OPOST | ONLCR), ONLRET}, 209 #ifdef OPOST 210 {"opost", OPOST, MD_OUT},
|
| /freebsd-14-stable/contrib/telnet/telnet/ |
| HD | sys_bsd.c | 577 tmp_tc.c_oflag &= ~OPOST; in TerminalNewMode() 581 tmp_tc.c_oflag |= OPOST; in TerminalNewMode()
|
| /freebsd-14-stable/contrib/nvi/cl/ |
| HD | cl_screen.c | 478 clp->ex_enter.c_oflag |= OPOST; in cl_ex_init()
|
| /freebsd-14-stable/contrib/ncurses/progs/ |
| HD | reset_cmd.c | 345 set_flags(tty_settings->c_oflag, (OPOST in reset_tty_settings()
|