Searched refs:VSTART (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dinit.c73 { "xn", (char*)&omode.c_cc[VSTART] }, /* XON (start) char */
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dinit.c73 { "xn", (char*)&omode.c_cc[VSTART] }, /* XON (start) char */
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.h66 # if defined(VSTRT) && !defined(VSTART)
67 # define VSTART VSTRT macro
68 # endif /* VSTRT && ! VSTART */
330 # ifdef VSTART
331 # if NUMCC <= VSTART
332 # undef VSTART macro
333 # endif /* NUMCC <= VSTART */
334 # endif /* VSTART */
H A Dtty.c401 #if defined(VSTART)
403 #endif /* VSTART */
671 #ifdef VSTART
673 return VSTART;
674 #endif /* VSTART */
769 #ifdef VSTART
770 s[C_START] = td->c_cc[VSTART];
771 #endif /* VSTART */
851 #ifdef VSTART
852 td->c_cc[VSTART]
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dtty.h66 # if defined(VSTRT) && !defined(VSTART)
67 # define VSTART VSTRT macro
68 # endif /* VSTRT && ! VSTART */
330 # ifdef VSTART
331 # if NUMCC <= VSTART
332 # undef VSTART macro
333 # endif /* NUMCC <= VSTART */
334 # endif /* VSTART */
H A Dtty.c402 #if defined(VSTART)
404 #endif /* VSTART */
705 #ifdef VSTART
707 return VSTART;
708 #endif /* VSTART */
803 #ifdef VSTART
804 s[C_START] = td->c_cc[VSTART];
805 #endif /* VSTART */
885 #ifdef VSTART
886 td->c_cc[VSTART]
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.h66 # if defined(VSTRT) && !defined(VSTART)
67 # define VSTART VSTRT macro
68 # endif /* VSTRT && ! VSTART */
330 # ifdef VSTART
331 # if NUMCC <= VSTART
332 # undef VSTART macro
333 # endif /* NUMCC <= VSTART */
334 # endif /* VSTART */
H A Dtty.c393 #if defined(VSTART)
395 #endif /* VSTART */
631 #ifdef VSTART
633 return VSTART;
634 #endif /* VSTART */
729 #ifdef VSTART
730 s[C_START] = td->c_cc[VSTART];
731 #endif /* VSTART */
811 #ifdef VSTART
812 td->c_cc[VSTART]
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.term.h54 # if defined(VSTRT) && !defined(VSTART)
55 # define VSTART VSTRT macro
56 # endif /* VSTRT && ! VSTART */
372 # ifdef VSTART
373 # if NUMCC <= VSTART
374 # undef VSTART macro
375 # endif /* NUMCC <= VSTART */
376 # endif /* VSTART */
H A Dmi.termios.c275 termios_p->c_cc[VSTART] = tcbuf.t_startc;
384 tcbuf.t_startc = termios_p->c_cc[VSTART];
H A Ded.term.c483 # if defined(VSTART) || defined(TIOCGETC)
485 # endif /* VSTART */
809 # ifdef VSTART
810 s[C_START] = n->c_cc[VSTART];
811 # endif /* VSTART */
945 # ifdef VSTART
946 n->c_cc[VSTART] = s[C_START];
947 # endif /* VSTART */
/macosx-10.9.5/screen-22/screen/
H A Dtty.c78 * I have no idea why VSTART is not defined and my fix is probably not
81 #if !defined(VSTART) && defined(_VSTART)
82 #define VSTART _VSTART macro
339 #if defined(VSTART)
340 #if (VSTART < MAXCC)
341 m->tio.c_cc[VSTART] = Ctrl('Q');
343 #endif /* VSTART */
727 #if defined(VSTART)
728 #if (VSTART < MAXCC)
729 np->tio.c_cc[VSTART]
[all...]
H A Dtty.c.dist78 * I have no idea why VSTART is not defined and my fix is probably not
81 #if !defined(VSTART) && defined(_VSTART)
82 #define VSTART _VSTART
339 #if defined(VSTART)
340 #if (VSTART < MAXCC)
341 m->tio.c_cc[VSTART] = Ctrl('Q');
343 #endif /* VSTART */
727 #if defined(VSTART)
728 #if (VSTART < MAXCC)
729 np->tio.c_cc[VSTART]
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dterminal.c58 # ifndef VSTART
H A Dexterns.h404 # ifndef VSTART
407 # define termStartChar new_tc.c_cc[VSTART]
H A Dsys_bsd.c205 #ifndef VSTART
272 # ifndef VSTART
/macosx-10.9.5/adv_cmds-153/stty/
H A Dcchar.c78 { "start", VSTART, CSTART },
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dterminal.c77 # ifndef VSTART
H A Dexterns.h421 # ifndef VSTART
424 # define termStartChar new_tc.c_cc[VSTART]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dttymodes.h83 TTYCHAR(VSTART, 8)
/macosx-10.9.5/CPANInternal-140/Term-ReadPassword/
H A DReadPassword.pm14 VSTART => VSTART,
/macosx-10.9.5/CPANInternal-140/Term-ReadPassword-0.11/
H A DReadPassword.pm14 VSTART => VSTART,
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A Dgenchars.pl59 VSTART => "START",
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c261 cc[VSTART] = tc->t_startc;
414 tc->t_startc = cc[VSTART];
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtermios.h96 #define VSTART 12 /* IXON, IXOFF */ macro

Completed in 147 milliseconds

12