Searched refs:VEOL2 (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dttymodes.h80 #ifdef VEOL2
81 TTYCHAR(VEOL2, 7)
82 #endif /* VEOL2 */
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.h310 # ifdef VEOL2
311 # if NUMCC <= VEOL2
312 # undef VEOL2 macro
313 # endif /* NUMCC <= VEOL2 */
314 # endif /* VEOL2 */
H A Dtty.c389 #if defined(VEOL2)
391 #endif /* VEOL2 */
655 #ifdef VEOL2
657 return VEOL2;
658 #endif /* VEOL2 */
757 #ifdef VEOL2
758 s[C_EOL2] = td->c_cc[VEOL2];
759 #endif /* VEOL2 */
839 #ifdef VEOL2
840 td->c_cc[VEOL2]
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dtty.h310 # ifdef VEOL2
311 # if NUMCC <= VEOL2
312 # undef VEOL2 macro
313 # endif /* NUMCC <= VEOL2 */
314 # endif /* VEOL2 */
H A Dtty.c390 #if defined(VEOL2)
392 #endif /* VEOL2 */
689 #ifdef VEOL2
691 return VEOL2;
692 #endif /* VEOL2 */
791 #ifdef VEOL2
792 s[C_EOL2] = td->c_cc[VEOL2];
793 #endif /* VEOL2 */
873 #ifdef VEOL2
874 td->c_cc[VEOL2]
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.h310 # ifdef VEOL2
311 # if NUMCC <= VEOL2
312 # undef VEOL2 macro
313 # endif /* NUMCC <= VEOL2 */
314 # endif /* VEOL2 */
H A Dtty.c381 #if defined(VEOL2)
383 #endif /* VEOL2 */
615 #ifdef VEOL2
617 return VEOL2;
618 #endif /* VEOL2 */
717 #ifdef VEOL2
718 s[C_EOL2] = td->c_cc[VEOL2];
719 #endif /* VEOL2 */
799 #ifdef VEOL2
800 td->c_cc[VEOL2]
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.term.h352 # ifdef VEOL2
353 # if NUMCC <= VEOL2
354 # undef VEOL2 macro
355 # endif /* NUMCC <= VEOL2 */
356 # endif /* VEOL2 */
H A Ded.term.c471 # if defined(VEOL2)
473 # endif /* VEOL2 */
797 # ifdef VEOL2
798 s[C_EOL2] = n->c_cc[VEOL2];
799 # endif /* VEOL2 */
933 # ifdef VEOL2
934 n->c_cc[VEOL2] = s[C_EOL2];
935 # endif /* VEOL2 */
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dterminal.c67 # ifndef VEOL2
H A Dsys_bsd.c476 * If the VEOL character is already set, then use VEOL2,
481 # ifdef VEOL2
482 && (tmp_tc.c_cc[VEOL2] != esc)
487 # ifdef VEOL2
488 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE))
489 tmp_tc.c_cc[VEOL2] = esc;
H A Dexterns.h419 # ifndef VEOL2
/macosx-10.9.5/adv_cmds-153/stty/
H A Dcchar.c67 { "eol2", VEOL2, CEOL },
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dterminal.c86 # ifndef VEOL2
H A Dsys_bsd.c623 * If the VEOL character is already set, then use VEOL2,
628 # ifdef VEOL2
629 && (tmp_tc.c_cc[VEOL2] != esc)
634 # ifdef VEOL2
635 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE))
636 tmp_tc.c_cc[VEOL2] = esc;
H A Dexterns.h436 # ifndef VEOL2
/macosx-10.9.5/screen-22/screen/
H A Dtty.c329 #if defined(VEOL2)
330 #if (VEOL2 < MAXCC)
331 m->tio.c_cc[VEOL2] = 0000;
333 #endif /* VEOL2 */
497 #if defined(VEOL2)
498 #if (VEOL2 < MAXCC)
499 m->tio.c_cc[VEOL2] = 0377;
501 #endif /* VEOL2 */
H A Dtty.c.dist329 #if defined(VEOL2)
330 #if (VEOL2 < MAXCC)
331 m->tio.c_cc[VEOL2] = 0000;
333 #endif /* VEOL2 */
497 #if defined(VEOL2)
498 #if (VEOL2 < MAXCC)
499 m->tio.c_cc[VEOL2] = 0377;
501 #endif /* VEOL2 */
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A Dgenchars.pl70 VEOL2 => "EOL2",
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtermios.h79 #define VEOL2 2 /* ICANON together with IEXTEN */ macro
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Drltty.c425 #ifdef VEOL2
426 _rl_tty_chars.t_eol2 = tiop->c_cc[VEOL2];
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dusersys.c707 # ifdef VEOL2
708 passch == noecho.c_cc[VEOL2] ||
709 # endif /* VEOL2 */
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c266 cc[VEOL2] = _POSIX_VDISABLE;
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dsys_term.c294 #ifdef VEOL2
296 setval(VEOL2, SLC_VARIABLE);
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dstty.c165 #ifdef VEOL2
166 { "eol2", CHAR, T_CHAR, US, VEOL2, _POSIX_VDISABLE, C("Alternate character to end the line") },
167 #endif /* VEOL2 */

Completed in 264 milliseconds

12