Home
last modified time | relevance | path

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

/illumos-gate/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.c506 #ifdef CBREAK in vok()
520 #ifdef CBREAK
H A Dex_subr.c1022 #ifndef CBREAK
1032 #ifdef CBREAK
1051 #ifndef CBREAK in setrupt()
H A Dex_voper.c805 #ifndef CBREAK in operate()
812 #ifndef CBREAK in operate()
816 #ifndef CBREAK in operate()
H A Dex.h113 #define CBREAK xxxxx macro
447 #ifdef CBREAK
H A Dex_vmain.c1125 #ifndef CBREAK
1131 #ifndef CBREAK
1135 #ifndef CBREAK
H A Dex_cmds2.c645 #ifndef CBREAK in vcontin()
H A Dex_put.c1126 #ifndef CBREAK
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c389 sgtty.sg_flags |= CBREAK; in setupline()
483 sgtty.sg_flags |= CBREAK;
629 sgtty.sg_flags |= CBREAK; in setupline()
726 sgtty.sg_flags |= CBREAK;
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnocbreak.c55 PROGTTY.sg_flags &= ~(CBREAK | CRMOD); in nocbreak()
H A Dcbreak.c83 PROGTTY.sg_flags |= (CBREAK | CRMOD); in cbreak()
H A Dnoraw.c55 PROGTTY.sg_flags &= ~(RAW|CBREAK); in noraw()
H A Draw.c59 PROGTTY.sg_flags &= ~CBREAK; in raw()
/illumos-gate/usr/src/uts/common/sys/
H A Dioctl.h85 #define CBREAK O_CBREAK macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h82 #define CBREAK O_CBREAK macro
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h163 #define cbreak() (_tty.sg_flags |= CBREAK, _rawmode = TRUE, \
165 #define nocbreak() (_tty.sg_flags &= ~CBREAK, _rawmode = FALSE, \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c397 sb.sg_flags &= ~CBREAK;
404 sb.sg_flags |= CBREAK;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c295 # ifdef CBREAK in tty_raw()
296 nttyparm.sg_flags |= CBREAK; in tty_raw()
950 # ifndef CBREAK
1008 # ifndef CBREAK
/illumos-gate/usr/src/cmd/bnu/
H A Dfio.c137 ttbuf.sg_flags = ANYP|CBREAK|TANDEM; in fturnon()