Searched refs:VEOF (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dstty_default.c95 termios.c_cc[VEOF] = Ctl('D');
/freebsd-9.3-release/libexec/getty/
H A Dinit.c64 { "et", &omode.c_cc[VEOF] }, /* eof chatacter (eot) */
/freebsd-9.3-release/contrib/opie/libopie/
H A Dreadpass.c187 #ifdef VEOF
192 if (*(e++) == attr.c_cc[VEOF])
196 *e = VEOF;
198 #endif /* VEOF */
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h342 # ifdef VEOF
343 # if NUMCC <= VEOF
344 # undef VEOF macro
345 # endif /* NUMCC <= VEOF */
346 # endif /* VEOF */
H A Dmi.termios.c269 termios_p->c_cc[VEOF] = tcbuf.t_eofc;
386 tcbuf.t_eofc = termios_p->c_cc[VEOF];
H A Ded.term.c465 # if defined(VEOF) || defined(TIOCGETC)
467 # endif /* VEOF */
792 # ifdef VEOF
793 s[C_EOF] = n->c_cc[VEOF];
794 # endif /* VEOF */
928 # ifdef VEOF
929 n->c_cc[VEOF] = s[C_EOF];
930 # endif /* VEOF */
/freebsd-9.3-release/lib/libedit/
H A Dtty.h299 # ifdef VEOF
300 # if NUMCC <= VEOF
301 # undef VEOF macro
302 # endif /* NUMCC <= VEOF */
303 # endif /* VEOF */
H A Dtty.c136 #ifdef VEOF
137 {C_EOF, VEOF,
139 #endif /* VEOF */
378 #if defined(VEOF)
380 #endif /* VEOF */
588 #ifdef VEOF
590 return VEOF;
591 #endif /* VEOF */
692 #ifdef VEOF
693 s[C_EOF] = td->c_cc[VEOF];
[all...]
/freebsd-9.3-release/bin/stty/
H A Dcchar.c61 { "eof", VEOF, CEOF },
/freebsd-9.3-release/sys/sys/
H A D_termios.h43 #define VEOF 0 /* ICANON */ macro
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_read.c277 bp[0] = clp->orig.c_cc[VEOF];
294 bp[nr++] = clp->orig.c_cc[VEOF];
H A Dcl_funcs.c419 * VEOF, VERASE and VKILL are required by POSIX 1003.1-1990,
425 *dnep = (*chp = clp->orig.c_cc[VEOF]) == _POSIX_VDISABLE;
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dslc.c376 #if defined(USE_TERMIO) && (VEOF == VMIN)
394 #if defined(USE_TERMIO) && (VEOF == VMIN)
398 * client of changes to the VEOF char when
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.h76 TTYCHAR(VEOF, 5)
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c61 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
/freebsd-9.3-release/contrib/libreadline/
H A Drltty.c375 # define VMIN VEOF
423 _rl_tty_chars.t_eof = tiop->c_cc[VEOF];
587 if ((unsigned char) oldtio.c_cc[VEOF] != (unsigned char) _POSIX_VDISABLE)
588 _rl_eof_char = oldtio.c_cc[VEOF];
/freebsd-9.3-release/contrib/nvi/tk/
H A Dtk_funcs.c224 * VEOF, VERASE and VKILL are required by POSIX 1003.1-1990,
230 *dnep = (*chp = tkp->orig.c_cc[VEOF]) == _POSIX_VDISABLE;
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui.c527 mode.c_cc[VEOF] = CHK (mode.c_cc[VEOF], CTRL ('D'));
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c139 cc[VEOF] = tc->t_eofc;
226 tc->t_eofc = cc[VEOF];
H A Dtty_ttydisc.c113 char breakc[4] = { CNL }; /* enough to hold \n, VEOF and VEOL. */
123 BREAK_ADD(VEOF);
168 if (CMP_CC(VEOF, lastc))
652 if (!quote && CMP_CC(VEOF, c)) {
1057 * newline, VEOL or VEOF, but only when it isn't quoted.
1060 (!quote && (c == CNL || CMP_CC(VEOL, c) || CMP_CC(VEOF, c)))) {
/freebsd-9.3-release/usr.bin/rlogin/
H A Drlogin.c408 if (c == '.' || CCEQ(deftty.c_cc[VEOF], c)) {
428 CCEQ(deftty.c_cc[VEOF], c) ||
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h371 # define termEofChar new_tc.c_cc[VEOF]
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dexterns.h382 # define termEofChar new_tc.c_cc[VEOF]
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c879 #ifdef VEOF
881 attr.c_cc[VEOF] = CEOF;
883 attr.c_cc[VEOF] = CONTROL('D');
885 #endif /* VEOF */
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c184 bt->c_cc[VEOF] =
281 bt->c_cc[VEOF] != _POSIX_VDISABLE ? bt->c_cc[VEOF] : 0;

Completed in 342 milliseconds

12