Home
last modified time | relevance | path

Searched refs:VEOF (Results 1 – 24 of 24) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Ded.term.h306 # if VMIN == VEOF
353 # ifdef VEOF
354 # if NUMCC <= VEOF
355 # undef VEOF
H A Ded.term.c463 # if defined(VEOF) || defined(TIOCGETC)
793 # ifdef VEOF in tty_getchar()
794 s[C_EOF] = n->c_cc[VEOF]; in tty_getchar()
933 # ifdef VEOF in tty_setchar()
934 n->c_cc[VEOF] = s[C_EOF]; in tty_setchar()
/dragonfly/contrib/libedit/src/
H A Dtty.h298 # ifdef VEOF
299 # if NUMCC <= VEOF
300 # undef VEOF
H A Dtty.c145 #ifdef VEOF
146 {C_EOF, VEOF,
387 #if defined(VEOF)
643 #ifdef VEOF in tty__getcharindex()
645 return VEOF; in tty__getcharindex()
747 #ifdef VEOF in tty__getchar()
748 s[C_EOF] = td->c_cc[VEOF]; in tty__getchar()
829 #ifdef VEOF in tty__setchar()
830 td->c_cc[VEOF] = s[C_EOF]; in tty__setchar()
/dragonfly/contrib/gdb-7/readline/
H A Drltty.c311 # define VMIN VEOF
359 _rl_tty_chars.t_eof = tiop->c_cc[VEOF];
526 if ((unsigned char) oldtio.c_cc[VEOF] != (unsigned char) _POSIX_VDISABLE)
527 _rl_eof_char = oldtio.c_cc[VEOF];
/dragonfly/contrib/nvi2/cl/
H A Dcl_read.c274 bp[0] = clp->orig.c_cc[VEOF]; in cl_read()
291 bp[nr++] = clp->orig.c_cc[VEOF]; in cl_read()
H A Dcl_funcs.c471 *dnep = (*chp = clp->orig.c_cc[VEOF]) == _POSIX_VDISABLE; in cl_keyval()
/dragonfly/usr.bin/tset/
H A Dset.c55 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF); in reset_mode()
/dragonfly/libexec/telnetd/
H A Dslc.c367 #if defined(USE_TERMIO) && (VEOF == VMIN)
385 #if defined(USE_TERMIO) && (VEOF == VMIN) in check_slc()
H A Dtelnetd.c1195 #if defined(LINEMODE) && defined(USE_TERMIO) && (VEOF == VMIN) in doeof()
H A Dsys_term.c281 setval(VEOF, SLC_VARIABLE); in spcset()
/dragonfly/libexec/getty/
H A Dinit.c60 { "et", M(VEOF), NULL }, /* eof chatacter (eot) */
H A Dmain.c122 #define EOT tmode.c_cc[VEOF]
H A Dsubr.c206 &tmode.c_cc[VEOF], &tmode.c_cc[VEOL], &tmode.c_cc[VSUSP],
/dragonfly/contrib/ncurses/include/
H A Dnc_termios.h87 #define VEOF 4 macro
/dragonfly/sys/sys/
H A D_termios.h44 #define VEOF 0 /* ICANON */ macro
/dragonfly/bin/stty/
H A Dcchar.c58 { "eof", VEOF, CEOF },
/dragonfly/crypto/openssh/
H A Dttymodes.h67 TTYCHAR(VEOF, 5)
/dragonfly/usr.bin/telnet/
H A Dexterns.h363 # define termEofChar new_tc.c_cc[VEOF]
H A DREADME569 when not in linemode. It now saves a copy of the VEOF character,
/dragonfly/usr.bin/script/
H A Dscript.c228 write(master, &stt.c_cc[VEOF], 1); in main()
/dragonfly/contrib/ncurses/progs/
H A Dreset_cmd.c204 reset_char(VEOF, CEOF); in reset_tty_settings()
/dragonfly/sys/kern/
H A Dtty.c390 ((c) == '\n' || (((c) == cc[VEOF] || \
710 if (CCEQ(cc[VEOF], c) && ISSET(lflag, ECHO)) { in ttyinput()
1911 if (CCEQ(cc[VEOF], c) && ISSET(lflag, ICANON)) in ttread()
/dragonfly/contrib/ee/
H A Dnew_curse.c2713 Terminal.c_cc[VEOF] = 4; /* EOF character = 4 */ in noraw()