Home
last modified time | relevance | path

Searched refs:CRMOD (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmconnect.c196 TtyBuf.sg_flags &= ~CRMOD;
198 TtyBuf.sg_flags |= CRMOD;
/titanic_41/usr/src/lib/libcurses/screen/
H A Drestart.c68 savenl = PROGTTY.sg_flags & CRMOD; in restartterm()
H A Dcbreak.c85 PROGTTY.sg_flags |= (CBREAK | CRMOD); in cbreak()
H A Dnocbreak.c57 PROGTTY.sg_flags &= ~(CBREAK | CRMOD); in nocbreak()
H A Dnewscreen.c187 PROGTTY.sg_flags &= ~(RAW|ECHO|CRMOD); in newscreen()
/titanic_41/usr/src/ucbhead/
H A Dcurses.h164 _pfast = !(_tty.sg_flags & CRMOD), (void) stty(_tty_ch, &_tty))
175 #define nl() (_tty.sg_flags |= CRMOD, _pfast = _rawmode, \
177 #define nonl() (_tty.sg_flags &= ~CRMOD, _pfast = TRUE, \
/titanic_41/usr/src/head/
H A Dsgtty.h43 #define CRMOD 020 macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h29 #define CRMOD O_CRMOD macro
/titanic_41/usr/src/uts/common/sys/
H A Dioctl.h91 #define CRMOD O_CRMOD macro
/titanic_41/usr/src/ucbhead/sys/
H A Dioctl.h88 #define CRMOD O_CRMOD macro
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x101 const CRMOD = 0x00000010; /* map \r to \r\n on output */ variable
/titanic_41/usr/src/cmd/rexd/
H A Drex.x95 const CRMOD = 0x00000010; /* map \r to \r\n on output */ variable
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c402 sb.sg_flags |= CRMOD;
410 sb.sg_flags |= CRMOD;
412 sb.sg_flags &= ~CRMOD;
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c390 sgtty.sg_flags &= ~CRMOD; in setupline()
630 sgtty.sg_flags &= ~CRMOD; in setupline()
/titanic_41/usr/src/ucblib/libcurses/
H A Dcr_tty.c80 NONL = ((_tty.sg_flags & CRMOD) == 0); in gettmode()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c366 cr = (gttybuf.sg_flags&CRMOD) && !(gttybuf.sg_flags&RAW) ? "" : "\r";
/titanic_41/usr/src/cmd/troff/
H A Dn5.c1323 ttys[1].sg_flags &= ~CRMOD; in set_tty()