bin/sh/parser.c
2150
case CEOF: /* --> c == PEOF */
bin/sh/syntax.c
20
const char basesyntax[258] = { CFAKE, CEOF,
bin/sh/syntax.c
42
const char dqsyntax[258] = { CFAKE, CEOF,
bin/sh/syntax.c
64
const char sqsyntax[258] = { CFAKE, CEOF,
bin/sh/syntax.c
84
const char arisyntax[258] = { CFAKE, CEOF,
bin/stty/cchar.c
62
{ "eof", VEOF, CEOF },
games/warp/term.h
206
#define noraw() ((bizarre=1),_tty.c_lflag |= ISIG,_tty.c_cc[VEOF] = CEOF,tcsetattr(_tty_ch,TCSAFLUSH,&_tty))
games/warp/term.h
208
#define nocrmode() ((bizarre=1),_tty.c_lflag |= ICANON,_tty.c_cc[VEOF] = CEOF,tcsetattr(_tty_ch,TCSAFLUSH,&_tty))
lib/libedit/tty.c
101
CEOF, CEOL, CEOL2, CSWTCH,
lib/libedit/tty.h
176
#ifndef CEOF
lib/libedit/tty.h
259
# define CMIN CEOF
sys/sys/ttydefaults.h
75
#define CEOT CEOF
sys/sys/ttydefaults.h
90
[VEOF] = CEOF,
usr.bin/tset/set.c
58
mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);