Home
last modified time | relevance | path

Searched refs:ONLCR (Results 1 – 22 of 22) sorted by relevance

/minix3/lib/libcurses/
H A Dtty.c126 screen->NONL = (screen->baset.c_oflag & ONLCR) == 0; in _cursesi_gettmode()
462 _cursesi_screen->rawt.c_oflag |= ONLCR; in nl()
464 _cursesi_screen->cbreakt.c_oflag |= ONLCR; in nl()
466 _cursesi_screen->baset.c_oflag |= ONLCR; in nl()
487 _cursesi_screen->rawt.c_oflag &= ~ONLCR; in nonl()
489 _cursesi_screen->cbreakt.c_oflag &= ~ONLCR; in nonl()
491 _cursesi_screen->baset.c_oflag &= ~ONLCR; in nonl()
/minix3/libexec/getty/
H A Dsubr.c295 SET(oflag, ONLCR|OPOST); in setflags()
298 CLR(oflag, ONLCR); in setflags()
384 oflag = OPOST|ONLCR|OXTABS; in compatflags()
398 SET(oflag, ONLCR); in compatflags()
401 CLR(oflag, ONLCR); in compatflags()
H A Dmain.c420 tmode.c_oflag |= ONLCR; in main()
/minix3/minix/lib/libc/gen/
H A Dgetpass.c51 raw.c_oflag|= OPOST | ONLCR; in getpass()
/minix3/lib/libedit/
H A Dtty.h90 # ifndef ONLCR
91 # define ONLCR 0 macro
H A Dtty.c70 {"oflag:", (OPOST | ONLCR), ONLRET},
78 {"oflag:", (OPOST | ONLCR), ONLRET},
212 #ifdef ONLCR
213 {"onlcr", ONLCR, MD_OUT},
/minix3/sys/sys/
H A Dttydefaults.h49 #define TTYDEF_OFLAG (OPOST | ONLCR | OXTABS)
H A Dtermios.h113 #define ONLCR 0x00000002U /* map NL to CR-NL (ala CRMOD) */ macro
/minix3/tests/kernel/kqueue/read/
H A Dt_ttypty.c83 tio.c_oflag &= ~ONLCR; in h_check()
/minix3/bin/stty/
H A Dkey.c247 ip->t.c_oflag |= ONLCR; in f_nl()
250 ip->t.c_oflag &= ~ONLCR; in f_nl()
H A Dmodes.c157 { "onlcr", ONLCR },
H A Dprint.c132 put("-onlcr", ONLCR, 1); in print()
/minix3/external/bsd/nvi/dist/cl/
H A Dcl_screen.c490 #ifdef ONLCR in cl_ex_init()
491 clp->ex_enter.c_oflag |= ONLCR; in cl_ex_init()
/minix3/usr.bin/telnet/
H A Dsys_bsd.c321 tmp_tc.c_oflag |= ONLCR; in TerminalNewMode()
326 tmp_tc.c_oflag &= ~ONLCR; in TerminalNewMode()
/minix3/external/bsd/less/dist/
H A Dscreen.c398 #ifdef ONLCR
399 | ONLCR
493 s.c_oflag |= (OPOST|ONLCR|TAB3);
/minix3/minix/drivers/tty/tty/arch/i386/
H A Dconsole.c290 if ((cons->c_tty->tty_termios.c_oflag & (OPOST|ONLCR))
291 == (OPOST|ONLCR)) {
/minix3/minix/drivers/tty/pty/
H A Dtty.c1073 if ((tp->tty_termios.c_oflag & (OPOST|ONLCR))
1074 == (OPOST|ONLCR)) {
/minix3/external/bsd/tmux/dist/
H A Dclient.c267 tio.c_oflag = OPOST|ONLCR; in client_main()
H A Dtty.c194 tio.c_oflag &= ~(OPOST|ONLCR|OCRNL|ONLRET); in tty_init_termios()
/minix3/minix/drivers/tty/tty/
H A Dtty.c1348 if ((tp->tty_termios.c_oflag & (OPOST|ONLCR))
1349 == (OPOST|ONLCR)) {
/minix3/bin/csh/
H A Dfile.c150 tty.c_oflag &= ~ONLCR; in back_to_col_1()
/minix3/minix/usr.bin/trace/ioctl/
H A Dchar.c194 FLAG(ONLCR),