Searched refs:VEOF (Results 1 - 25 of 34) sorted by last modified time

12

/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c291 setval(VEOF, SLC_VARIABLE);
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
H A Dtelnetd.c1232 #if defined(LINEMODE) && defined(USE_TERMIO) && (VEOF == VMIN)
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c489 lios->c_cc[LINUX_VEOF] = bios->c_cc[VEOF];
629 bios->c_cc[VEOF] = lios->c_cc[LINUX_VEOF];
/freebsd-9.3-release/bin/stty/
H A Dcchar.c61 { "eof", VEOF, CEOF },
/freebsd-9.3-release/lib/libedit/
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...]
H A Dtty.h299 # ifdef VEOF
300 # if NUMCC <= VEOF
301 # undef VEOF macro
302 # endif /* NUMCC <= VEOF */
303 # endif /* VEOF */
/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/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/contrib/tcsh/
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 */
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];
/freebsd-9.3-release/contrib/nvi/cl/
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;
H A Dcl_read.c277 bp[0] = clp->orig.c_cc[VEOF];
294 bp[nr++] = clp->orig.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/ncurses/progs/
H A Dtset.c746 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
/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/contrib/telnet/telnet/
H A Dexterns.h382 # define termEofChar new_tc.c_cc[VEOF]
/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/libreadline/examples/rlfe/
H A Drlfe.c535 eof_char = t.c_cc[VEOF];
536 /* add_special_char(t.c_cc[VEOF]);*/
/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/usr.bin/script/
H A Dscript.c260 (void)write(master, &stt.c_cc[VEOF], 1);
/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/login/
H A Dstty_default.c95 termios.c_cc[VEOF] = Ctl('D');
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h371 # define termEofChar new_tc.c_cc[VEOF]

Completed in 162 milliseconds

12