/freebsd/crypto/openssh/ |
H A D | ttymodes.h | 149 TTYMODE(OPOST, c_oflag, 70) 151 TTYMODE(OLCUC, c_oflag, 71) 154 TTYMODE(ONLCR, c_oflag, 72) 157 TTYMODE(OCRNL, c_oflag, 73) 160 TTYMODE(ONOCR, c_oflag, 74) 163 TTYMODE(ONLRET, c_oflag, 75)
|
H A D | sshtty.c | 88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
|
/freebsd/contrib/tcsh/ |
H A D | ed.init.c | 201 extty.d_t.c_oflag &= ~ttylist[EX_IO][M_OUTPUT].t_clrmask; in ed_Setup() 202 extty.d_t.c_oflag |= ttylist[EX_IO][M_OUTPUT].t_setmask; in ed_Setup() 325 edtty.d_t.c_oflag &= ~ttylist[ED_IO][M_OUTPUT].t_clrmask; in ed_Init() 326 edtty.d_t.c_oflag |= ttylist[ED_IO][M_OUTPUT].t_setmask; in ed_Init() 452 extty.d_t.c_oflag = tstty.d_t.c_oflag; in Rawmode() 453 extty.d_t.c_oflag &= ~ttylist[EX_IO][M_OUTPUT].t_clrmask; in Rawmode() 454 extty.d_t.c_oflag |= ttylist[EX_IO][M_OUTPUT].t_setmask; in Rawmode() 456 edtty.d_t.c_oflag = tstty.d_t.c_oflag; in Rawmode() 457 edtty.d_t.c_oflag &= ~ttylist[ED_IO][M_OUTPUT].t_clrmask; in Rawmode() 458 edtty.d_t.c_oflag |= ttylist[ED_IO][M_OUTPUT].t_setmask; in Rawmode() [all …]
|
H A D | mi.termios.c | 192 termios_p->c_oflag = sgbuf.sg_flags & (CRMOD | XTABS); 193 if (termios_p->c_oflag) 195 termios_p->c_oflag |= OPOST; 325 if (termios_p->c_oflag & OPOST) 330 if (termios_p->c_oflag & XTABS)
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 358 tmp_tc.c_oflag |= ONLCR; in TerminalNewMode() 363 tmp_tc.c_oflag &= ~ONLCR; in TerminalNewMode() 408 tmp_tc.c_oflag |= OXTABS; in TerminalNewMode() 411 tmp_tc.c_oflag &= ~TABDLY; in TerminalNewMode() 412 tmp_tc.c_oflag |= TAB3; in TerminalNewMode() 416 tmp_tc.c_oflag &= ~OXTABS; in TerminalNewMode() 419 tmp_tc.c_oflag &= ~TABDLY; in TerminalNewMode() 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/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 331 clear_flags(tty_settings->c_oflag, (0 in reset_tty_settings() 345 set_flags(tty_settings->c_oflag, (OPOST in reset_tty_settings() 448 set_flags(tty_settings->c_oflag, ONLCR); in set_conversions() 451 set_flags(tty_settings->c_oflag, OXTABS); in set_conversions() 456 clear_flags(tty_settings->c_oflag, ONLCR); in set_conversions() 462 clear_flags(tty_settings->c_oflag, OXTABS); in set_conversions() 532 old_settings->c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in send_init_strings() 533 old_settings->c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in send_init_strings()
|
/freebsd/bin/stty/ |
H A D | key.c | 139 ip->t.c_oflag |= OPOST; in f_cbreak() 210 ip->t.c_oflag |= ONLCR; in f_nl() 213 ip->t.c_oflag &= ~ONLCR; in f_nl() 259 ip->t.c_oflag = def.c_oflag; in f_sane()
|
H A D | gfmt.c | 58 (u_long)tp->c_oflag); in gprint() 102 tp->c_oflag = tmp; in gread()
|
H A D | modes.c | 235 ip->t.c_oflag &= ~mp->unset; in msearch() 236 ip->t.c_oflag |= mp->set; in msearch()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 432 tmp_tc.c_oflag |= ONLCR; in TerminalNewMode() 441 tmp_tc.c_oflag &= ~ONLCR; in TerminalNewMode() 518 tmp_tc.c_oflag |= OXTABS; in TerminalNewMode() 521 tmp_tc.c_oflag &= ~TABDLY; in TerminalNewMode() 522 tmp_tc.c_oflag |= TAB3; in TerminalNewMode() 530 tmp_tc.c_oflag &= ~OXTABS; in TerminalNewMode() 533 tmp_tc.c_oflag &= ~TABDLY; in TerminalNewMode() 577 tmp_tc.c_oflag &= ~OPOST; in TerminalNewMode() 581 tmp_tc.c_oflag |= OPOST; in TerminalNewMode()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | 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() 590 return (termbuf.c_oflag & OXTABS); in tty_issofttab() 593 return ((termbuf.c_oflag & TABDLY) == TAB3); in tty_issofttab() 602 termbuf.c_oflag |= OXTABS; in tty_setsofttab() 605 termbuf.c_oflag &= ~TABDLY; in tty_setsofttab() 606 termbuf.c_oflag |= TAB3; in tty_setsofttab() 610 termbuf.c_oflag &= ~OXTABS; in tty_setsofttab() 613 termbuf.c_oflag &= ~TABDLY; in tty_setsofttab() [all …]
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | stty_default.c | 89 termios.c_oflag |= (OPOST|ONLCR); in stty_default() 90 termios.c_oflag &= ~OXTABS; in stty_default()
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 276 tcflag_t oflag = tp->t_termios.c_oflag; in ttcompatgetflags() 336 tcflag_t oflag = t->c_oflag; in ttcompatsetflags() 403 t->c_oflag = oflag; in ttcompatsetflags() 413 tcflag_t oflag = t->c_oflag; in ttcompatsetlflags() 479 t->c_oflag = oflag; in ttcompatsetlflags()
|
/freebsd/libexec/getty/ |
H A D | subr.c | 242 tmode.c_oflag = O0; in set_flags() 251 tmode.c_oflag = O1; in set_flags() 260 tmode.c_oflag = O2; in set_flags() 267 oflag = omode.c_oflag; in set_flags() 385 tmode.c_oflag = oflag; in set_flags()
|
H A D | main.c | 379 tmode.c_oflag |= ONLCR; in main() 466 tmode.c_oflag = def.c_oflag; in defttymode()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 220 ip->c_oflag &= ~mp->unset; in msearch() 221 ip->c_oflag |= mp->set; in msearch()
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 168 t->c_oflag &= ~OPOST; in cfmakeraw() 187 t->c_oflag = TTYDEF_OFLAG; in cfmakesane()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_ttyflags.c | 157 if (termp->Ottyb.c_oflag & OFLAGS_TABS) in NCURSES_SP_NAME() 197 termp->Nttyb.c_oflag &= (unsigned) (~OFLAGS_TABS); in NCURSES_SP_NAME()
|
/freebsd/bin/dd/ |
H A D | args.c | 53 static int c_oflag(const void *, const void *); 419 c_oflag); in f_oflag() 427 c_oflag(const void *a, const void *b) in c_oflag() function
|
/freebsd/contrib/ncurses/include/ |
H A D | ncurses_mingw.h | 60 tcflag_t c_oflag; member
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.h | 49 tcflag_t c_oflag; // output mode flags member
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 180 if (tty->c_oflag & ALLOUT) in _nc_trace_ttymode() 181 lookup_bits(buf, oflags, "oflags", tty->c_oflag); in _nc_trace_ttymode()
|
/freebsd/lib/libvgl/ |
H A D | keyboard.c | 55 term.c_oflag = OPOST | ONLCR; in VGLKeyboardInit()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 318 unsigned short c_oflag; member 327 unsigned int c_oflag; member 427 lios->c_oflag = 0; in bsd_to_linux_termios() 428 if (bios->c_oflag & OPOST) in bsd_to_linux_termios() 429 lios->c_oflag |= LINUX_OPOST; in bsd_to_linux_termios() 430 if (bios->c_oflag & ONLCR) in bsd_to_linux_termios() 431 lios->c_oflag |= LINUX_ONLCR; in bsd_to_linux_termios() 432 if (bios->c_oflag & TAB3) in bsd_to_linux_termios() 433 lios->c_oflag |= LINUX_XTABS; in bsd_to_linux_termios() 546 bios->c_oflag = 0; in linux_to_bsd_termios() [all …]
|
/freebsd/stand/kboot/libkboot/ |
H A D | termios.c | 36 t->c_oflag &= ~HOST_OPOST; in host_cfmakeraw()
|