/titanic_50/usr/src/cmd/bnu/ |
H A D | setmode.c | 204 "opost", OPOST, 0, 205 "-opost", 0, OPOST, 206 "nopost", 0, OPOST, 207 "-nopost", OPOST, 0, 256 "litout", 0, OPOST, 257 "-litout", OPOST, 0, 258 "raw", 0, OPOST, 259 "-raw", OPOST, 0, 260 "cooked", OPOST, 0, 272 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | line.c | 208 ttbufs.c_oflag |= (OPOST | ONLCR); 372 Savettyb.c_oflag |= OPOST; in savline() 378 Savettybs.c_oflag |= OPOST; in savline()
|
/titanic_50/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 244 "opost", OPOST, 0, 245 "-opost", 0, OPOST, 288 "litout", 0, OPOST, 289 "-litout", OPOST, 0, 290 "raw", 0, OPOST, 291 "-raw", OPOST, 0, 292 "cooked", OPOST, 0, 299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 334 if (!(m & OPOST)) in prmodes() 573 (void) fprintf(output, "-opost " + ((m & OPOST) != 0)); in pramodes()
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 238 "opost", OPOST, 0, 239 "-opost", 0, OPOST, 283 "raw", 0, OPOST, 284 "-raw", OPOST, 0, 285 "cooked", OPOST, 0, 292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 385 if (!(m&OPOST)) in prmodes() 625 (void) printf("-opost "+((m&OPOST) != 0)); in pramodes()
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | nonl.c | 60 PTERMIOS(_prog)->c_oflag |= OPOST; in nl() 83 PTERMIOS(_prog)->c_oflag &= ~OPOST; in nonl()
|
H A D | setup.c | 332 if ((PTERMIOS(_prog)->c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR)) in __m_setupterm() 334 if (PTERMIOS(_prog)->c_oflag & OPOST) in __m_setupterm()
|
H A D | newterm.c | 336 PTERMIOS(_prog)->c_oflag |= OPOST; in newterm()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | nonl.c | 59 cur_term->_prog.c_oflag |= OPOST; in nl() 86 cur_term->_prog.c_oflag &= ~OPOST; in nonl()
|
H A D | setup.c | 291 if ((cur_term->_prog.c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR)) 293 if (cur_term->_prog.c_oflag & OPOST)
|
H A D | newterm.c | 341 cur_term->_prog.c_oflag |= OPOST;
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | line.c | 192 ttbufs.c_oflag |= (OPOST | ONLCR); in fixline() 244 Savettyb.c_oflag |= OPOST; in savline() 250 Savettybs.c_oflag |= OPOST; in savline()
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | sshtty.c | 89 tio.c_oflag &= ~OPOST; in enter_raw_mode()
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 170 TTYMODE(OPOST, c_oflag, 70)
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 129 #define OPOST 0x00000001 macro
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 129 #define OPOST 0x00000001 macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ttcompat.c | 166 OPOST|ONLCR|TAB3, /* oflag */ 1252 termiosp->c_oflag |= OPOST; in from_compat() 1343 !(termiosp->c_oflag & OPOST) && in to_compat() 1353 !(termiosp->c_oflag & OPOST)) in to_compat() 1369 if (!(termiosp->c_oflag & OPOST)) in to_compat()
|
H A D | tty_common.c | 35 OPOST|ONLCR|TAB3, /* c_oflag */
|
/titanic_50/usr/src/cmd/script/ |
H A D | script.c | 226 sbuf.c_oflag &= ~OPOST; in fixtty()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 470 tmp_tc.c_oflag &= ~OPOST; 474 tmp_tc.c_oflag |= OPOST;
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | termios.h | 210 #define OPOST 0000001 macro
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | sshpty.c | 234 tio.c_oflag |= (OPOST | ONLCR); in pty_allocate()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | stty.c | 304 { "opost", BIT, O_FLAG, SS, OPOST, OPOST, C(" Postprocess (do not postprocess) output") },
|
/titanic_50/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 358 #define SET_OFLAG (OPOST|ONLCR)
|