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

12

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dstty_default.c95 termios.c_cc[VEOF] = Ctl('D');
/freebsd-11-stable/libexec/getty/
H A Dinit.c60 { "et", &omode.c_cc[VEOF] }, /* eof chatacter (eot) */
/freebsd-11-stable/contrib/opie/libopie/
H A Dreadpass.c187 #ifdef VEOF
192 if (*(e++) == attr.c_cc[VEOF])
196 *e = VEOF;
198 #endif /* VEOF */
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h302 # if VMIN == VEOF
349 # ifdef VEOF
350 # if NUMCC <= VEOF
351 # undef VEOF macro
352 # endif /* NUMCC <= VEOF */
353 # endif /* VEOF */
H A Dmi.termios.c267 termios_p->c_cc[VEOF] = tcbuf.t_eofc;
384 tcbuf.t_eofc = termios_p->c_cc[VEOF];
H A Ded.term.c462 # if defined(VEOF) || defined(TIOCGETC)
464 # endif /* VEOF */
789 # ifdef VEOF
790 s[C_EOF] = n->c_cc[VEOF];
791 # endif /* VEOF */
925 # ifdef VEOF
926 n->c_cc[VEOF] = s[C_EOF];
927 # endif /* VEOF */
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h79 #define VEOF 4 macro
/freebsd-11-stable/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.c146 #ifdef VEOF
147 {C_EOF, VEOF,
149 #endif /* VEOF */
388 #if defined(VEOF)
390 #endif /* VEOF */
643 #ifdef VEOF
645 return VEOF;
646 #endif /* VEOF */
747 #ifdef VEOF
748 s[C_EOF] = td->c_cc[VEOF];
[all...]
/freebsd-11-stable/bin/stty/
H A Dcchar.c61 { "eof", VEOF, CEOF },
/freebsd-11-stable/sys/sys/
H A D_termios.h43 #define VEOF 0 /* ICANON */ macro
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_read.c277 bp[0] = clp->orig.c_cc[VEOF];
294 bp[nr++] = clp->orig.c_cc[VEOF];
/freebsd-11-stable/usr.bin/tset/
H A Dset.c61 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.h76 TTYCHAR(VEOF, 5)
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dslc.c372 #if defined(USE_TERMIO) && (VEOF == VMIN)
390 #if defined(USE_TERMIO) && (VEOF == VMIN)
394 * client of changes to the VEOF char when
/freebsd-11-stable/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-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c527 mode.c_cc[VEOF] = CHK (mode.c_cc[VEOF], CTRL ('D'));
/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c408 if (c == '.' || CCEQ(deftty.c_cc[VEOF], c)) {
428 CCEQ(deftty.c_cc[VEOF], c) ||
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c139 cc[VEOF] = tc->t_eofc;
226 tc->t_eofc = cc[VEOF];
H A Dtty_ttydisc.c110 char breakc[4] = { CNL }; /* enough to hold \n, VEOF and VEOL. */
120 BREAK_ADD(VEOF);
165 if (CMP_CC(VEOF, lastc))
649 if (!quote && CMP_CC(VEOF, c)) {
1053 * newline, VEOL or VEOF, but only when it isn't quoted.
1056 (!quote && (c == CNL || CMP_CC(VEOL, c) || CMP_CC(VEOF, c)))) {
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h370 # define termEofChar new_tc.c_cc[VEOF]
/freebsd-11-stable/contrib/telnet/telnet/
H A Dexterns.h382 # define termEofChar new_tc.c_cc[VEOF]
/freebsd-11-stable/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-11-stable/sys/i386/ibcs2/
H A Dibcs2_ioctl.c184 bt->c_cc[VEOF] =
281 bt->c_cc[VEOF] != _POSIX_VDISABLE ? bt->c_cc[VEOF] : 0;
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c535 eof_char = t.c_cc[VEOF];
536 /* add_special_char(t.c_cc[VEOF]);*/

Completed in 313 milliseconds

12