Searched refs:VQUIT (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dtermio.h42 #define VQUIT 2 macro
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dinit.c72 { "qu", (char*)&omode.c_cc[VQUIT] }, /* quit char */
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dinit.c72 { "qu", (char*)&omode.c_cc[VQUIT] }, /* quit char */
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.h285 # ifdef VQUIT
286 # if NUMCC <= VQUIT
287 # undef VQUIT macro
288 # endif /* NUMCC <= VQUIT */
289 # endif /* VQUIT */
H A Dtty.c374 #if defined(VQUIT)
376 #endif /* VQUIT */
635 #ifdef VQUIT
637 return VQUIT;
638 #endif /* VQUIT */
742 #ifdef VQUIT
743 s[C_QUIT] = td->c_cc[VQUIT];
744 #endif /* VQUIT */
824 #ifdef VQUIT
825 td->c_cc[VQUIT]
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dtty.h285 # ifdef VQUIT
286 # if NUMCC <= VQUIT
287 # undef VQUIT macro
288 # endif /* NUMCC <= VQUIT */
289 # endif /* VQUIT */
H A Dtty.c375 #if defined(VQUIT)
377 #endif /* VQUIT */
669 #ifdef VQUIT
671 return VQUIT;
672 #endif /* VQUIT */
776 #ifdef VQUIT
777 s[C_QUIT] = td->c_cc[VQUIT];
778 #endif /* VQUIT */
858 #ifdef VQUIT
859 td->c_cc[VQUIT]
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.h285 # ifdef VQUIT
286 # if NUMCC <= VQUIT
287 # undef VQUIT macro
288 # endif /* NUMCC <= VQUIT */
289 # endif /* VQUIT */
H A Dtty.c366 #if defined(VQUIT)
368 #endif /* VQUIT */
595 #ifdef VQUIT
597 return VQUIT;
598 #endif /* VQUIT */
702 #ifdef VQUIT
703 s[C_QUIT] = td->c_cc[VQUIT];
704 #endif /* VQUIT */
784 #ifdef VQUIT
785 td->c_cc[VQUIT]
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.term.h327 # ifdef VQUIT
328 # if NUMCC <= VQUIT
329 # undef VQUIT macro
330 # endif /* NUMCC <= VQUIT */
331 # endif /* VQUIT */
H A Dmi.termios.c274 termios_p->c_cc[VQUIT] = tcbuf.t_quitc;
383 tcbuf.t_quitc = termios_p->c_cc[VQUIT];
H A Ded.term.c456 # if defined(VQUIT) || defined(TIOCGETC)
458 # endif /* VQUIT */
782 # ifdef VQUIT
783 s[C_QUIT] = n->c_cc[VQUIT];
784 # endif /* VQUIT */
918 # ifdef VQUIT
919 n->c_cc[VQUIT] = s[C_QUIT];
920 # endif /* VQUIT */
/macosx-10.9.5/adv_cmds-153/stty/
H A Dcchar.c76 { "quit", VQUIT, CQUIT },
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dkeyboard.c113 if (c == controlchars[VINTR] || c == controlchars[VQUIT]) {
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dkeyboard.c113 if (c == controlchars[VINTR] || c == controlchars[VQUIT]) {
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dttymodes.h71 TTYCHAR(VQUIT, 2)
/macosx-10.9.5/screen-22/screen/
H A Dtty.c304 #if defined(VQUIT)
305 #if (VQUIT < MAXCC)
306 m->tio.c_cc[VQUIT] = Ctrl('\\');
308 #endif /* VQUIT */
472 #if defined(VQUIT)
473 #if (VQUIT < MAXCC)
474 m->tio.c_cc[VQUIT] = Ctrl('\\');
476 #endif /* VQUIT */
724 np->tio.c_cc[VQUIT] = VDISABLE;
H A Dtty.c.dist304 #if defined(VQUIT)
305 #if (VQUIT < MAXCC)
306 m->tio.c_cc[VQUIT] = Ctrl('\\');
308 #endif /* VQUIT */
472 #if defined(VQUIT)
473 #if (VQUIT < MAXCC)
474 m->tio.c_cc[VQUIT] = Ctrl('\\');
476 #endif /* VQUIT */
724 np->tio.c_cc[VQUIT] = VDISABLE;
/macosx-10.9.5/CPANInternal-140/Term-ReadPassword/
H A DReadPassword.pm12 VQUIT => VQUIT,
/macosx-10.9.5/CPANInternal-140/Term-ReadPassword-0.11/
H A DReadPassword.pm12 VQUIT => VQUIT,
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A Dgenchars.pl51 VQUIT => "QUIT",
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c260 cc[VQUIT] = tc->t_quitc;
413 tc->t_quitc = cc[VQUIT];
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dexterns.h374 # define termQuitChar new_tc.c_cc[VQUIT]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtermios.h91 #define VQUIT 9 /* ISIG */ macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfdcmore.c117 else if (c == old.c_cc[VQUIT])

Completed in 136 milliseconds

12