Searched refs:ONLCR (Results 1 – 22 of 22) sorted by relevance
| /minix3/lib/libcurses/ |
| H A D | tty.c | 126 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 D | subr.c | 295 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 D | main.c | 420 tmode.c_oflag |= ONLCR; in main()
|
| /minix3/minix/lib/libc/gen/ |
| H A D | getpass.c | 51 raw.c_oflag|= OPOST | ONLCR; in getpass()
|
| /minix3/lib/libedit/ |
| H A D | tty.h | 90 # ifndef ONLCR 91 # define ONLCR 0 macro
|
| H A D | tty.c | 70 {"oflag:", (OPOST | ONLCR), ONLRET}, 78 {"oflag:", (OPOST | ONLCR), ONLRET}, 212 #ifdef ONLCR 213 {"onlcr", ONLCR, MD_OUT},
|
| /minix3/sys/sys/ |
| H A D | ttydefaults.h | 49 #define TTYDEF_OFLAG (OPOST | ONLCR | OXTABS)
|
| H A D | termios.h | 113 #define ONLCR 0x00000002U /* map NL to CR-NL (ala CRMOD) */ macro
|
| /minix3/tests/kernel/kqueue/read/ |
| H A D | t_ttypty.c | 83 tio.c_oflag &= ~ONLCR; in h_check()
|
| /minix3/bin/stty/ |
| H A D | key.c | 247 ip->t.c_oflag |= ONLCR; in f_nl() 250 ip->t.c_oflag &= ~ONLCR; in f_nl()
|
| H A D | modes.c | 157 { "onlcr", ONLCR },
|
| H A D | print.c | 132 put("-onlcr", ONLCR, 1); in print()
|
| /minix3/external/bsd/nvi/dist/cl/ |
| H A D | cl_screen.c | 490 #ifdef ONLCR in cl_ex_init() 491 clp->ex_enter.c_oflag |= ONLCR; in cl_ex_init()
|
| /minix3/usr.bin/telnet/ |
| H A D | sys_bsd.c | 321 tmp_tc.c_oflag |= ONLCR; in TerminalNewMode() 326 tmp_tc.c_oflag &= ~ONLCR; in TerminalNewMode()
|
| /minix3/external/bsd/less/dist/ |
| H A D | screen.c | 398 #ifdef ONLCR 399 | ONLCR 493 s.c_oflag |= (OPOST|ONLCR|TAB3);
|
| /minix3/minix/drivers/tty/tty/arch/i386/ |
| H A D | console.c | 290 if ((cons->c_tty->tty_termios.c_oflag & (OPOST|ONLCR)) 291 == (OPOST|ONLCR)) {
|
| /minix3/minix/drivers/tty/pty/ |
| H A D | tty.c | 1073 if ((tp->tty_termios.c_oflag & (OPOST|ONLCR)) 1074 == (OPOST|ONLCR)) {
|
| /minix3/external/bsd/tmux/dist/ |
| H A D | client.c | 267 tio.c_oflag = OPOST|ONLCR; in client_main()
|
| H A D | tty.c | 194 tio.c_oflag &= ~(OPOST|ONLCR|OCRNL|ONLRET); in tty_init_termios()
|
| /minix3/minix/drivers/tty/tty/ |
| H A D | tty.c | 1348 if ((tp->tty_termios.c_oflag & (OPOST|ONLCR)) 1349 == (OPOST|ONLCR)) {
|
| /minix3/bin/csh/ |
| H A D | file.c | 150 tty.c_oflag &= ~ONLCR; in back_to_col_1()
|
| /minix3/minix/usr.bin/trace/ioctl/ |
| H A D | char.c | 194 FLAG(ONLCR),
|