Home
last modified time | relevance | path

Searched refs:OPOST (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c202 "opost", OPOST, 0,
203 "-opost", 0, OPOST,
204 "nopost", 0, OPOST,
205 "-nopost", OPOST, 0,
254 "litout", 0, OPOST,
255 "-litout", OPOST, 0,
256 "raw", 0, OPOST,
257 "-raw", OPOST, 0,
258 "cooked", OPOST, 0,
270 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dline.c209 ttbufs.c_oflag |= (OPOST | ONLCR);
373 Savettyb.c_oflag |= OPOST; in savline()
379 Savettybs.c_oflag |= OPOST; in savline()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c252 "opost", OPOST, 0,
253 "-opost", 0, OPOST,
296 "litout", 0, OPOST,
297 "-litout", OPOST, 0,
298 "raw", 0, OPOST,
299 "-raw", OPOST, 0,
300 "cooked", OPOST, 0,
307 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c335 if (!(m & OPOST)) in prmodes()
574 (void) fprintf(output, "-opost " + ((m & OPOST) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c246 "opost", OPOST, 0,
247 "-opost", 0, OPOST,
291 "raw", 0, OPOST,
292 "-raw", OPOST, 0,
293 "cooked", OPOST, 0,
300 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c389 if (!(m&OPOST)) in prmodes()
632 (void) printf("-opost "+((m&OPOST) != 0)); in pramodes()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnonl.c58 PTERMIOS(_prog)->c_oflag |= OPOST; in nl()
81 PTERMIOS(_prog)->c_oflag &= ~OPOST; in nonl()
H A Dsetup.c330 if ((PTERMIOS(_prog)->c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR)) in __m_setupterm()
332 if (PTERMIOS(_prog)->c_oflag & OPOST) in __m_setupterm()
H A Dnewterm.c334 PTERMIOS(_prog)->c_oflag |= OPOST; in newterm()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnonl.c57 cur_term->_prog.c_oflag |= OPOST; in nl()
84 cur_term->_prog.c_oflag &= ~OPOST; in nonl()
H A Dsetup.c289 if ((cur_term->_prog.c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR))
291 if (cur_term->_prog.c_oflag & OPOST)
H A Dnewterm.c339 cur_term->_prog.c_oflag |= OPOST;
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c188 ttbufs.c_oflag |= (OPOST | ONLCR); in fixline()
240 Savettyb.c_oflag |= OPOST; in savline()
246 Savettybs.c_oflag |= OPOST; in savline()
/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyve_sol_glue.c33 t->c_oflag &= ~OPOST; in cfmakeraw()
/illumos-gate/usr/src/cmd/script/
H A Dscript.c226 sbuf.c_oflag &= ~OPOST; in fixtty()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1154 termiosp->c_oflag |= OPOST; in from_compat()
1245 !(termiosp->c_oflag & OPOST) && in to_compat()
1255 !(termiosp->c_oflag & OPOST)) in to_compat()
1271 if (!(termiosp->c_oflag & OPOST)) in to_compat()
H A Dtty_common.c35 OPOST|ONLCR|TAB3, /* c_oflag */
H A Dldterm.c2920 if ((tp->t_modes.c_oflag & OPOST) || in ldterm_outchar()
3340 if (((tp->t_modes.c_oflag & OPOST) || in ldtermwmsg()
3544 if (!(tp->t_modes.c_oflag & OPOST)) { in ldterm_output_msg()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c466 tmp_tc.c_oflag &= ~OPOST;
470 tmp_tc.c_oflag |= OPOST;
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h212 #define OPOST 0000001 macro
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c306 { "opost", BIT, O_FLAG, SS, OPOST, OPOST, C(" Postprocess (do not postprocess) output") },
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c359 #define SET_OFLAG (OPOST|ONLCR)
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1143 termios.c_oflag &= ~OPOST; in serial_hw_init()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c522 modes.c_oflag |= (OPOST|ONLCR); in main()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c2630 newattr.c_oflag &= ~(OPOST); in gl_raw_terminal_mode()
9092 attr.c_oflag |= OPOST;
9117 attr.c_oflag &= ~(OPOST);
9155 attr.c_oflag |= OPOST;
9180 attr.c_oflag &= ~(OPOST);

12