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

/macosx-10.10.1/ruby-106/ruby/sample/
H A Dcbreak.rb3 CBREAK = 0x00000002
21 ttys[4] |= CBREAK
24 ttys[4] &= ~CBREAK
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_raw.c132 buf.sg_flags |= CBREAK;
191 buf.sg_flags &= ~(RAW | CBREAK);
221 buf.sg_flags &= ~CBREAK;
/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracebits.c234 {CBREAK, "CBREAK"},
245 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS)
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dshtty.c145 ttp->sg_flags |= CBREAK;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h123 #define CBREAK 0x00000002 /* half-cooked mode */ macro
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x103 const CBREAK = 0x00000002; /* half-cooked mode */
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.termios.c205 * ICANON: set if neither CBREAK nor RAW
219 if (!(sgbuf.sg_flags & CBREAK))
352 sgbuf.sg_flags |= CBREAK;
H A Ded.term.c50 { "nrmal:", (ECHO|CRMOD|ANYP), (CBREAK|RAW|LCASE|VTDELAY|ALLDELAY) },
64 { "nrmal:", (CBREAK|CRMOD|ANYP), (RAW|ECHO|LCASE|VTDELAY|ALLDELAY) },
80 { "nrmal:", RAW, CBREAK },
315 # ifdef CBREAK
316 { "cbreak", CBREAK, M_CONTROL },
317 # endif /* CBREAK */
1077 return !(td->d_t.sg_flags & (RAW | CBREAK));
H A Dsh.file.c147 if (sgtty.sg_flags & (RAW | CBREAK)) {
148 sgtty.sg_flags &= ~(RAW | CBREAK);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c549 flags |= CBREAK;
609 if (flags & CBREAK)
/macosx-10.10.1/sudo-73/src/
H A Dterm.c245 SET(term.sg_flags, CBREAK);
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c488 sb.sg_flags &= ~CBREAK;
495 sb.sg_flags |= CBREAK;
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dcusub.c802 /* We use CBREAK mode rather than RAW mode, because RAW mode turns
826 sSterm_new.stty.sg_flags |= (CBREAK | ANYP);
831 sSterm_new.stty.sg_flags |= (CBREAK | ANYP | ECHO);
H A Dserial.c3362 iclear = TANDEM | CBREAK;
3366 iset = CBREAK | TANDEM;
3478 /* Ultrix 4.0 has a peculiar problem: setting CBREAK always
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c675 return(!(termbuf.sg.sg_flags & (CBREAK|RAW)));
696 termbuf.sg.sg_flags &= ~CBREAK;
698 termbuf.sg.sg_flags |= CBREAK;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c295 # ifdef CBREAK
296 nttyparm.sg_flags |= CBREAK;
299 # endif /* CBREAK */
949 # ifndef CBREAK
959 # endif /* CBREAK */
1007 # ifndef CBREAK
1017 # endif /* CBREAK */
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c322 tiop->sgttyb.sg_flags |= CBREAK;
640 /* Put the terminal in CBREAK mode so that we can detect key presses. */
/macosx-10.10.1/screen-22/screen/
H A Dtty.c527 m->m_ttyb.sg_flags = CBREAK
797 np->m_ttyb.sg_flags |= CBREAK;
H A Dtty.c.dist527 m->m_ttyb.sg_flags = CBREAK
797 np->m_ttyb.sg_flags |= CBREAK;
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_main.c258 shttyinfo.sgttyb.sg_flags = (shttyinfo.sgttyb.sg_flags & ~CBREAK) | ECHO;
337 ti.sgttyb.sg_flags = (ti.sgttyb.sg_flags | CBREAK) & ~ECHO & ~XTABS;
/macosx-10.10.1/uucp-11/uucp/
H A Dconfigure2666 echo $ac_n "checking for CBREAK""... $ac_c" 1>&6
2667 echo "configure:2668: checking for CBREAK" >&5
2676 int i = CBREAK;
/macosx-10.10.1/less-25/less/
H A Dscreen.c537 s.sg_flags |= CBREAK;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c724 | CBREAK | TANDEM);
1590 tty.main.sg_flags |= interrupt_input ? RAW : CBREAK;
1595 /* If going to use CBREAK mode, we must request C-g to interrupt
1597 CBREAK mode, do this anyway so as to turn off local flow
1602 /* Note: if not using CBREAK mode, it makes no difference how we
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dutils.c2417 ti.sgttyb.sg_flags |= CBREAK;
3887 ti.sgttyb.sg_flags |= CBREAK;

Completed in 491 milliseconds