Home
last modified time | relevance | path

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

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