| /dragonfly/usr.sbin/lpr/lpd/ |
| HD | modes.c | 181 { "opost", OPOST, 0 }, 182 { "-opost", 0, OPOST }, 183 { "litout", 0, OPOST }, 184 { "-litout", OPOST, 0 },
|
| /dragonfly/bin/stty/ |
| HD | modes.c | 181 { "opost", OPOST, 0 }, 182 { "-opost", 0, OPOST }, 183 { "litout", 0, OPOST }, 184 { "-litout", OPOST, 0 },
|
| HD | print.c | 131 put("-opost", OPOST, 1); in print()
|
| HD | key.c | 144 ip->t.c_oflag |= OPOST; in f_cbreak()
|
| /dragonfly/libexec/comsat/ |
| HD | comsat.c | 186 cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r"; in notify()
|
| /dragonfly/contrib/ncurses/ncurses/trace/ |
| HD | lib_tracebits.c | 127 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/ |
| HD | sshtty.c | 88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
|
| HD | ttymodes.h | 149 TTYMODE(OPOST, c_oflag, 70)
|
| /dragonfly/libexec/getty/ |
| HD | subr.c | 313 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/ |
| HD | ttydefaults.h | 50 #define TTYDEF_OFLAG (OPOST | ONLCR)
|
| HD | _termios.h | 104 #define OPOST 0x00000001 /* enable following output processing */ macro
|
| /dragonfly/contrib/ncurses/include/ |
| HD | nc_termios.h | 109 #define OPOST 0x00001 macro
|
| /dragonfly/contrib/tcsh-6/ |
| HD | ed.term.c | 42 { "oflag:", (OPOST|ONLCR), ONLRET }, 55 { "oflag:", (OPOST|ONLCR), ONLRET }, 142 # ifdef OPOST 143 { "opost", OPOST, M_OUTPUT },
|
| /dragonfly/usr.sbin/ppp/ |
| HD | prompt.c | 434 newtio.c_oflag &= ~OPOST; in prompt_TtyInit() 457 newtio.c_oflag |= OPOST; in prompt_TtyCommandMode()
|
| /dragonfly/libexec/telnetd/ |
| HD | sys_term.c | 573 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/ |
| HD | termios.c | 172 t->c_oflag &= ~OPOST; in cfmakeraw()
|
| /dragonfly/contrib/libedit/src/ |
| HD | tty.c | 73 {"oflag:", (OPOST | ONLCR), ONLRET}, 81 {"oflag:", (OPOST | ONLCR), ONLRET}, 209 #ifdef OPOST 210 {"opost", OPOST, MD_OUT},
|
| /dragonfly/contrib/gdb-7/readline/ |
| HD | rltty.c | 412 if ((tp->c_oflag & OPOST) == 0) 415 tp->c_oflag |= OPOST|ONLCR;
|
| /dragonfly/usr.bin/telnet/ |
| HD | sys_bsd.c | 575 tmp_tc.c_oflag &= ~OPOST; in TerminalNewMode() 579 tmp_tc.c_oflag |= OPOST; in TerminalNewMode()
|
| /dragonfly/usr.bin/tset/ |
| HD | set.c | 115 mode.c_oflag |= (OPOST in reset_mode()
|
| /dragonfly/contrib/nvi2/cl/ |
| HD | cl_screen.c | 478 clp->ex_enter.c_oflag |= OPOST; in cl_ex_init()
|
| /dragonfly/sys/platform/vkernel64/platform/ |
| HD | console.c | 449 tio.c_oflag |= OPOST | ONLCR; in vcons_set_mode()
|
| /dragonfly/contrib/ncurses/progs/ |
| HD | reset_cmd.c | 293 tty_settings->c_oflag |= (OPOST in reset_tty_settings()
|
| /dragonfly/contrib/nvi2/ex/ |
| HD | ex_script.c | 113 sc->sh_term.c_oflag &= ~OPOST; in sscr_init()
|
| /dragonfly/etc/ |
| HD | gettytab | 89 # oflags: OPOST | ONLCR | OXTABS
|