Searched refs:c_cc (Results 1 - 25 of 93) sorted by relevance

1234

/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dinit.c62 { "er", (char*)&omode.c_cc[VERASE] }, /* erase character */
63 { "kl", (char*)&omode.c_cc[VKILL] }, /* kill character */
64 { "et", (char*)&omode.c_cc[VEOF] }, /* eof chatacter (eot) */
71 { "in", (char*)&omode.c_cc[VINTR] }, /* interrupt char */
72 { "qu", (char*)&omode.c_cc[VQUIT] }, /* quit char */
73 { "xn", (char*)&omode.c_cc[VSTART] }, /* XON (start) char */
74 { "xf", (char*)&omode.c_cc[VSTOP] }, /* XOFF (stop) char */
75 { "bk", (char*)&omode.c_cc[VEOL] }, /* brk char (alt \n) */
76 { "su", (char*)&omode.c_cc[VSUSP] }, /* suspend char */
77 { "ds", (char*)&omode.c_cc[VDSUS
[all...]
H A Dsubr.c230 (char*)&tmode.c_cc[VERASE],
231 (char*)&tmode.c_cc[VKILL],
232 (char*)&tmode.c_cc[VINTR],
233 (char*)&tmode.c_cc[VQUIT],
234 (char*)&tmode.c_cc[VSTART],
235 (char*)&tmode.c_cc[VSTOP],
236 (char*)&tmode.c_cc[VEOF],
237 (char*)&tmode.c_cc[VEOL],
238 (char*)&tmode.c_cc[VSUSP],
239 (char*)&tmode.c_cc[VDSUS
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dinit.c62 { "er", (char*)&omode.c_cc[VERASE] }, /* erase character */
63 { "kl", (char*)&omode.c_cc[VKILL] }, /* kill character */
64 { "et", (char*)&omode.c_cc[VEOF] }, /* eof chatacter (eot) */
71 { "in", (char*)&omode.c_cc[VINTR] }, /* interrupt char */
72 { "qu", (char*)&omode.c_cc[VQUIT] }, /* quit char */
73 { "xn", (char*)&omode.c_cc[VSTART] }, /* XON (start) char */
74 { "xf", (char*)&omode.c_cc[VSTOP] }, /* XOFF (stop) char */
75 { "bk", (char*)&omode.c_cc[VEOL] }, /* brk char (alt \n) */
76 { "su", (char*)&omode.c_cc[VSUSP] }, /* suspend char */
77 { "ds", (char*)&omode.c_cc[VDSUS
[all...]
H A Dsubr.c230 (char*)&tmode.c_cc[VERASE],
231 (char*)&tmode.c_cc[VKILL],
232 (char*)&tmode.c_cc[VINTR],
233 (char*)&tmode.c_cc[VQUIT],
234 (char*)&tmode.c_cc[VSTART],
235 (char*)&tmode.c_cc[VSTOP],
236 (char*)&tmode.c_cc[VEOF],
237 (char*)&tmode.c_cc[VEOL],
238 (char*)&tmode.c_cc[VSUSP],
239 (char*)&tmode.c_cc[VDSUS
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dstty_default.c92 termios.c_cc[VINTR] = Ctl('C');
93 termios.c_cc[VERASE] = Ctl('H');
94 termios.c_cc[VKILL] = Ctl('U');
95 termios.c_cc[VEOF] = Ctl('D');
97 termios.c_cc[VSUSP] = Ctl('Z');
/macosx-10.9.5/tcsh-65/tcsh/
H A Dmi.termios.c269 termios_p->c_cc[VEOF] = tcbuf.t_eofc;
270 termios_p->c_cc[VEOL] = tcbuf.t_brkc;
271 termios_p->c_cc[VERASE] = sgbuf.sg_erase;
272 termios_p->c_cc[VINTR] = tcbuf.t_intrc;
273 termios_p->c_cc[VKILL] = sgbuf.sg_kill;
274 termios_p->c_cc[VQUIT] = tcbuf.t_quitc;
275 termios_p->c_cc[VSTART] = tcbuf.t_startc;
276 termios_p->c_cc[VSTOP] = tcbuf.t_stopc;
277 termios_p->c_cc[VMIN] = 1;
278 termios_p->c_cc[VTIM
[all...]
H A Ded.term.c780 s[C_INTR] = n->c_cc[VINTR];
783 s[C_QUIT] = n->c_cc[VQUIT];
786 s[C_ERASE] = n->c_cc[VERASE];
789 s[C_KILL] = n->c_cc[VKILL];
792 s[C_EOF] = n->c_cc[VEOF];
795 s[C_EOL] = n->c_cc[VEOL];
798 s[C_EOL2] = n->c_cc[VEOL2];
801 s[C_SWTCH] = n->c_cc[VSWTCH];
804 s[C_DSWTCH] = n->c_cc[VDSWTCH];
807 s[C_ERASE2] = n->c_cc[VERASE
[all...]
H A Dtc.disc.c78 if (termiob.c_line != NTTYDISC || termiob.c_cc[VSWTCH] == 0) { /*}*/
81 if (termiob.c_cc[VSWTCH] == 0) {
83 termiob.c_cc[VSWTCH] = CSWTCH;
121 termiob.c_cc[VSWTCH] = '\0';
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dexterns.h370 # define termEofChar new_tc.c_cc[VEOF]
371 # define termEraseChar new_tc.c_cc[VERASE]
372 # define termIntChar new_tc.c_cc[VINTR]
373 # define termKillChar new_tc.c_cc[VKILL]
374 # define termQuitChar new_tc.c_cc[VQUIT]
379 # define termSuspChar new_tc.c_cc[VSUSP]
387 # define termFlushChar new_tc.c_cc[VDISCARD]
392 # define termWerasChar new_tc.c_cc[VWERASE]
397 # define termRprntChar new_tc.c_cc[VREPRINT]
402 # define termLiteralNextChar new_tc.c_cc[VLNEX
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_subr.c124 clp->c_cc = 0;
147 if (clp->c_cc == 0)
162 if (--clp->c_cc == 0)
179 while (count > 0 && clp->c_cc > 0) {
188 clp->c_cc -= cc;
193 if (clp->c_cc == 0)
209 if ((cc = clp->c_cc) == 0)
246 if (count == clp->c_cc) {
247 clp->c_cc = 0;
252 while (count > 0 && clp->c_cc >
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/examples/
H A Dexcallback.c111 old_vtime = term.c_cc[VTIME];
113 term.c_cc[VTIME] = 1;
146 term.c_cc[VTIME] = old_vtime;
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dexterns.h387 # define termEofChar new_tc.c_cc[VEOF]
388 # define termEraseChar new_tc.c_cc[VERASE]
389 # define termIntChar new_tc.c_cc[VINTR]
390 # define termKillChar new_tc.c_cc[VKILL]
391 # define termQuitChar new_tc.c_cc[VQUIT]
396 # define termSuspChar new_tc.c_cc[VSUSP]
404 # define termFlushChar new_tc.c_cc[VDISCARD]
409 # define termWerasChar new_tc.c_cc[VWERASE]
414 # define termRprntChar new_tc.c_cc[VREPRINT]
419 # define termLiteralNextChar new_tc.c_cc[VLNEX
[all...]
/macosx-10.9.5/screen-22/screen/
H A Dtty.c301 m->tio.c_cc[VINTR] = Ctrl('C');
306 m->tio.c_cc[VQUIT] = Ctrl('\\');
311 m->tio.c_cc[VERASE] = 0x7f; /* DEL */
316 m->tio.c_cc[VKILL] = Ctrl('H');
321 m->tio.c_cc[VEOF] = Ctrl('D');
326 m->tio.c_cc[VEOL] = 0000;
331 m->tio.c_cc[VEOL2] = 0000;
336 m->tio.c_cc[VSWTCH] = 0000;
341 m->tio.c_cc[VSTART] = Ctrl('Q');
346 m->tio.c_cc[VSTO
[all...]
H A Dtty.c.dist301 m->tio.c_cc[VINTR] = Ctrl('C');
306 m->tio.c_cc[VQUIT] = Ctrl('\\');
311 m->tio.c_cc[VERASE] = 0x7f; /* DEL */
316 m->tio.c_cc[VKILL] = Ctrl('H');
321 m->tio.c_cc[VEOF] = Ctrl('D');
326 m->tio.c_cc[VEOL] = 0000;
331 m->tio.c_cc[VEOL2] = 0000;
336 m->tio.c_cc[VSWTCH] = 0000;
341 m->tio.c_cc[VSTART] = Ctrl('Q');
346 m->tio.c_cc[VSTO
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.c625 * Return the index of the asked char in the c_cc array
740 s[C_INTR] = td->c_cc[VINTR];
743 s[C_QUIT] = td->c_cc[VQUIT];
746 s[C_ERASE] = td->c_cc[VERASE];
749 s[C_KILL] = td->c_cc[VKILL];
752 s[C_EOF] = td->c_cc[VEOF];
755 s[C_EOL] = td->c_cc[VEOL];
758 s[C_EOL2] = td->c_cc[VEOL2];
761 s[C_SWTCH] = td->c_cc[VSWTCH];
764 s[C_DSWTCH] = td->c_cc[VDSWTC
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dtty.c659 * Return the index of the asked char in the c_cc array
774 s[C_INTR] = td->c_cc[VINTR];
777 s[C_QUIT] = td->c_cc[VQUIT];
780 s[C_ERASE] = td->c_cc[VERASE];
783 s[C_KILL] = td->c_cc[VKILL];
786 s[C_EOF] = td->c_cc[VEOF];
789 s[C_EOL] = td->c_cc[VEOL];
792 s[C_EOL2] = td->c_cc[VEOL2];
795 s[C_SWTCH] = td->c_cc[VSWTCH];
798 s[C_DSWTCH] = td->c_cc[VDSWTC
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.c585 * Return the index of the asked char in the c_cc array
700 s[C_INTR] = td->c_cc[VINTR];
703 s[C_QUIT] = td->c_cc[VQUIT];
706 s[C_ERASE] = td->c_cc[VERASE];
709 s[C_KILL] = td->c_cc[VKILL];
712 s[C_EOF] = td->c_cc[VEOF];
715 s[C_EOL] = td->c_cc[VEOL];
718 s[C_EOL2] = td->c_cc[VEOL2];
721 s[C_SWTCH] = td->c_cc[VSWTCH];
724 s[C_DSWTCH] = td->c_cc[VDSWTC
[all...]
/macosx-10.9.5/adv_cmds-153/stty/
H A Dcchar.c126 ip->t.c_cc[cp->sub] = _POSIX_VDISABLE;
145 ip->t.c_cc[cp->sub] = val;
147 ip->t.c_cc[cp->sub] = (arg[1] == '?') ? 0177 :
150 ip->t.c_cc[cp->sub] = arg[0];
/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dtermio.h37 cc_t c_cc[NCCS]; /* control chars */ member in struct:termio
40 /* c_cc subscript names */
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Drltty.c423 _rl_tty_chars.t_eof = tiop->c_cc[VEOF];
424 _rl_tty_chars.t_eol = tiop->c_cc[VEOL];
426 _rl_tty_chars.t_eol2 = tiop->c_cc[VEOL2];
428 _rl_tty_chars.t_erase = tiop->c_cc[VERASE];
430 _rl_tty_chars.t_werase = tiop->c_cc[VWERASE];
432 _rl_tty_chars.t_kill = tiop->c_cc[VKILL];
434 _rl_tty_chars.t_reprint = tiop->c_cc[VREPRINT];
436 _rl_tty_chars.t_intr = tiop->c_cc[VINTR];
437 _rl_tty_chars.t_quit = tiop->c_cc[VQUIT];
439 _rl_tty_chars.t_susp = tiop->c_cc[VSUS
[all...]
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtset.c744 mode.c_cc[VDISCARD] = CHK(mode.c_cc[VDISCARD], CDISCARD);
746 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
747 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE);
749 mode.c_cc[VFLUSH] = CHK(mode.c_cc[VFLUSH], CFLUSH);
751 mode.c_cc[VINTR] = CHK(mode.c_cc[VINT
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsshtty.c89 tio.c_cc[VMIN] = 1;
90 tio.c_cc[VTIME] = 0;
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_kernel.c89 result = cur_term->Ottyb.c_cc[VERASE];
114 result = cur_term->Ottyb.c_cc[VKILL];
/macosx-10.9.5/ntp-88/libntp/
H A Dicom.c132 ttyb.c_cc[VMIN] = 0; /* min chars */
133 ttyb.c_cc[VTIME] = 5; /* receive timeout */
/macosx-10.9.5/sudo-72/src/
H A Dterm.c136 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
162 term.c_cc[VMIN] = 1;
163 term.c_cc[VTIME] = 0;
184 term.c_cc[VMIN] = 1;
185 term.c_cc[VTIME] = 0;
189 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
192 term_erase = term.c_cc[VERASE];
193 term_kill = term.c_cc[VKILL];

Completed in 219 milliseconds

1234