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

12

/freebsd-11-stable/usr.bin/script/
H A Dscript.c267 (void)write(master, &stt.c_cc[VEOF], 1);
/freebsd-11-stable/libexec/getty/
H A Dsubr.c212 &tmode.c_cc[VEOF], &tmode.c_cc[VEOL], &tmode.c_cc[VSUSP],
H A Dmain.c131 #define EOT tmode.c_cc[VEOF]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c769 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_funcs.c469 * VEOF, VERASE and VKILL are required by POSIX 1003.1-1990,
475 *dnep = (*chp = clp->orig.c_cc[VEOF]) == _POSIX_VDISABLE;
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c1247 #if defined(LINEMODE) && defined(USE_TERMIO) && (VEOF == VMIN)
H A Dsys_term.c289 setval(VEOF, SLC_VARIABLE);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c408 else if (ch == attr->c_cc[VEOF])
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c236 setval(VEOF, SLC_VARIABLE);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c513 lios->c_cc[LINUX_VEOF] = bios->c_cc[VEOF];
653 bios->c_cc[VEOF] = lios->c_cc[LINUX_VEOF];

Completed in 110 milliseconds

12