Home
last modified time | relevance | path

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

/minix3/lib/libedit/
H A Dtty.h300 # ifdef VEOF
301 # if NUMCC <= VEOF
302 # undef VEOF
H A Dtty.c142 #ifdef VEOF
143 {C_EOF, VEOF,
384 #if defined(VEOF)
628 #ifdef VEOF in tty__getcharindex()
630 return VEOF; in tty__getcharindex()
732 #ifdef VEOF in tty__getchar()
733 s[C_EOF] = td->c_cc[VEOF]; in tty__getchar()
814 #ifdef VEOF in tty__setchar()
815 td->c_cc[VEOF] = s[C_EOF]; in tty__setchar()
/minix3/libexec/getty/
H A Dinit.c65 { "et", M(VEOF), NULL }, /* eof chatacter (eot) */
H A Dmain.c134 #define EOT tmode.c_cc[VEOF]
H A Dsubr.c163 &tmode.c_cc[VEOF], &tmode.c_cc[VEOL], &tmode.c_cc[VSUSP],
/minix3/external/bsd/nvi/dist/cl/
H A Dcl_read.c273 bp[0] = clp->orig.c_cc[VEOF]; in cl_read()
290 bp[nr++] = clp->orig.c_cc[VEOF]; in cl_read()
H A Dcl_funcs.c503 *dnep = (*chp = clp->orig.c_cc[VEOF]) == _POSIX_VDISABLE; in cl_keyval()
/minix3/sys/sys/
H A Dttydefaults.h98 [VEOF] = CEOF,
H A Dtermios.h47 #define VEOF 0 /* ICANON */ macro
/minix3/libexec/telnetd/
H A Dslc.c380 #if VEOF == VMIN
398 #if VEOF == VMIN in check_slc()
H A Dsys_term.c132 setval(VEOF, SLC_VARIABLE); in spcset()
H A Dtelnetd.c1150 #if defined(LINEMODE) && (VEOF == VMIN) in doeof()
/minix3/bin/stty/
H A Dcchar.c62 { "eof", VEOF, CEOF },
/minix3/lib/libc/gen/
H A Dgetpass.c238 if (c == C(VEOF, CTRL('d'))) { in __weak_alias()
/minix3/usr.bin/telnet/
H A Dexterns.h343 # define termEofChar new_tc.c_cc[VEOF]
H A DREADME588 when not in linemode. It now saves a copy of the VEOF character,
/minix3/minix/drivers/tty/pty/
H A Dtty.c65 [VEOF] = CEOF,
816 if (ch == tp->tty_termios.c_cc[VEOF]) ch |= IN_EOT | IN_EOF;
/minix3/minix/drivers/tty/tty/
H A Dtty.c109 [VEOF] = CEOF,
1091 if (ch == tp->tty_termios.c_cc[VEOF]) ch |= IN_EOT | IN_EOF;
/minix3/bin/ksh/
H A Dedit.c228 edchars.eof = cb.c_cc[VEOF];