Searched refs:CBREAK (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcbreak.c85 PROGTTY.sg_flags |= (CBREAK | CRMOD);
H A Dnocbreak.c57 PROGTTY.sg_flags &= ~(CBREAK | CRMOD);
H A Dnoraw.c57 PROGTTY.sg_flags &= ~(RAW|CBREAK);
H A Draw.c61 PROGTTY.sg_flags &= ~CBREAK;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c260 #ifndef CBREAK
283 #ifndef CBREAK
298 #ifndef CBREAK
368 #ifndef CBREAK
384 #ifndef CBREAK
397 #ifndef CBREAK
416 #ifndef CBREAK
433 #ifndef CBREAK
H A Dex_v.c508 #ifdef CBREAK
522 #ifdef CBREAK
H A Dex_subr.c1015 #ifndef CBREAK
1025 #ifdef CBREAK
1044 #ifndef CBREAK
H A Dex_vmain.c1128 #ifndef CBREAK
1134 #ifndef CBREAK
1138 #ifndef CBREAK
H A Dex_voper.c804 #ifndef CBREAK
811 #ifndef CBREAK
815 #ifndef CBREAK
H A Dex.h108 * in this case, we define CBREAK (because we can simulate it exactly),
113 #define CBREAK xxxxx macro
447 #ifdef CBREAK
H A Dex_cmds2.c647 #ifndef CBREAK
H A Dex_put.c1127 #ifndef CBREAK
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h26 #define CBREAK O_CBREAK macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h84 #define CBREAK O_CBREAK macro
/illumos-gate/usr/src/uts/common/sys/
H A Dioctl.h87 #define CBREAK O_CBREAK macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c391 sgtty.sg_flags |= CBREAK;
485 sgtty.sg_flags |= CBREAK;
631 sgtty.sg_flags |= CBREAK;
728 sgtty.sg_flags |= CBREAK;
/illumos-gate/usr/src/head/rpcsvc/
H A Drex.x98 const CBREAK = 0x00000002; /* half-cooked mode */
/illumos-gate/usr/src/cmd/rexd/
H A Drex.x92 const CBREAK = 0x00000002; /* half-cooked mode */
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h165 #define cbreak() (_tty.sg_flags |= CBREAK, _rawmode = TRUE, \
167 #define nocbreak() (_tty.sg_flags &= ~CBREAK, _rawmode = FALSE, \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c401 sb.sg_flags &= ~CBREAK;
408 sb.sg_flags |= CBREAK;
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c293 # ifdef CBREAK
294 nttyparm.sg_flags |= CBREAK;
297 # endif /* CBREAK */
936 # ifndef CBREAK
946 # endif /* CBREAK */
994 # ifndef CBREAK
1004 # endif /* CBREAK */
/illumos-gate/usr/src/cmd/bnu/
H A Dfio.c139 ttbuf.sg_flags = ANYP|CBREAK|TANDEM;

Completed in 1612 milliseconds