Searched refs:VSUSP (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dstty_default.c97 termios.c_cc[VSUSP] = Ctl('Z');
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dinit.c76 { "su", (char*)&omode.c_cc[VSUSP] }, /* suspend char */
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dinit.c76 { "su", (char*)&omode.c_cc[VSUSP] }, /* suspend char */
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dttymodes.h85 #if defined(VSUSP)
86 TTYCHAR(VSUSP, 10)
87 #endif /* VSUSP */
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.term.h310 * Fix for sun inconsistency. On termio VSUSP and the rest of the
387 # ifdef VSUSP
388 # if NUMCC <= VSUSP
389 # undef VSUSP macro
390 # endif /* NUMCC <= VSUSP */
391 # endif /* VSUSP */
456 #if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) || defined(__QNXNTO__)
H A Ded.term.c492 # if defined(VSUSP) || defined(TIOCGLTC)
494 # endif /* VSUSP */
818 # ifdef VSUSP
819 s[C_SUSP] = n->c_cc[VSUSP];
820 # endif /* VSUSP */
954 # ifdef VSUSP
955 n->c_cc[VSUSP] = s[C_SUSP];
956 # endif /* VSUSP */
H A Dmi.termios.c266 /* Minix control characters correspond directly except VSUSP and the
279 termios_p->c_cc[VSUSP] = 0;
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.h268 * Fix for sun inconsistency. On termio VSUSP and the rest of the
345 # ifdef VSUSP
346 # if NUMCC <= VSUSP
347 # undef VSUSP macro
348 # endif /* NUMCC <= VSUSP */
349 # endif /* VSUSP */
H A Dtty.c410 #if defined(VSUSP)
412 #endif /* VSUSP */
683 #ifdef VSUSP
685 return VSUSP;
686 #endif /* VSUSP */
778 #ifdef VSUSP
779 s[C_SUSP] = td->c_cc[VSUSP];
780 #endif /* VSUSP */
860 #ifdef VSUSP
861 td->c_cc[VSUSP]
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dtty.h268 * Fix for sun inconsistency. On termio VSUSP and the rest of the
345 # ifdef VSUSP
346 # if NUMCC <= VSUSP
347 # undef VSUSP macro
348 # endif /* NUMCC <= VSUSP */
349 # endif /* VSUSP */
H A Dtty.c411 #if defined(VSUSP)
413 #endif /* VSUSP */
717 #ifdef VSUSP
719 return VSUSP;
720 #endif /* VSUSP */
812 #ifdef VSUSP
813 s[C_SUSP] = td->c_cc[VSUSP];
814 #endif /* VSUSP */
894 #ifdef VSUSP
895 td->c_cc[VSUSP]
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.h268 * Fix for sun inconsistency. On termio VSUSP and the rest of the
345 # ifdef VSUSP
346 # if NUMCC <= VSUSP
347 # undef VSUSP macro
348 # endif /* NUMCC <= VSUSP */
349 # endif /* VSUSP */
H A Dtty.c402 #if defined(VSUSP)
404 #endif /* VSUSP */
643 #ifdef VSUSP
645 return VSUSP;
646 #endif /* VSUSP */
738 #ifdef VSUSP
739 s[C_SUSP] = td->c_cc[VSUSP];
740 #endif /* VSUSP */
820 #ifdef VSUSP
821 td->c_cc[VSUSP]
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dterminal.c49 # ifndef VSUSP
H A Dexterns.h376 # ifndef VSUSP
379 # define termSuspChar new_tc.c_cc[VSUSP]
/macosx-10.9.5/adv_cmds-153/stty/
H A Dcchar.c81 { "susp", VSUSP, CSUSP },
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dterminal.c68 # ifndef VSUSP
H A Dexterns.h393 # ifndef VSUSP
396 # define termSuspChar new_tc.c_cc[VSUSP]
/macosx-10.9.5/screen-22/screen/
H A Dscreen.h108 #if defined(hpux) && !(defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT))
H A Dtty.c349 #if defined(VSUSP)
350 #if (VSUSP < MAXCC)
351 m->tio.c_cc[VSUSP] = Ctrl('Z');
353 #endif /* VSUSP */
754 #if defined(VSUSP)
755 #if (VSUSP < MAXCC)
756 np->tio.c_cc[VSUSP] = VDISABLE;
758 #endif /* VSUSP */
/macosx-10.9.5/remote_cmds-41.90.1/rlogin.tproj/
H A Drlogin.c628 if (CCEQ(deftty.c_cc[VSUSP], c) ||
660 CCEQ(deftty.c_cc[VSUSP], c) ||
701 (void)kill(CCEQ(deftty.c_cc[VSUSP], cmdc) ? 0 : getpid(), SIGTSTP);
/macosx-10.9.5/CPANInternal-140/Term-ReadPassword/
H A DReadPassword.pm13 VSUSP => VSUSP,
/macosx-10.9.5/CPANInternal-140/Term-ReadPassword-0.11/
H A DReadPassword.pm13 VSUSP => VSUSP,
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A Dgenchars.pl61 VSUSP => "SUSPEND",
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c280 cc[VSUSP] = ltc->t_suspc;
429 ltc->t_suspc = cc[VSUSP];

Completed in 170 milliseconds

12