HomeSort by: relevance | last modified time | path
    Searched refs:CEOF (Results 1 - 12 of 12) sorted by relevancy

  /src/bin/sh/
syntax.c 20 const char basesyntax[258] = { CFAKE, CEOF,
42 const char dqsyntax[258] = { CFAKE, CEOF,
64 const char sqsyntax[258] = { CFAKE, CEOF,
84 const char arisyntax[258] = { CFAKE, CEOF,
syntax.h 39 #undef CEOF /* remove system defined version */
52 #define CEOF 10 /* end of file */
trap.c 52 #undef CEOF /* from <termios.h> but concflicts with sh use */
jobs.c 67 #undef CEOF /* syntax.h redefines this */
parser.c 2150 case CEOF: /* --> c == PEOF */
  /src/sys/sys/
ttydefaults.h 58 #define CEOF CTRL('d')
75 #define CEOT CEOF
90 [VEOF] = CEOF,
  /src/lib/libedit/
tty.h 176 #ifndef CEOF
177 # define CEOF CONTROL('d')
178 #endif /* CEOF */
259 # define CMIN CEOF
tty.c 101 CEOF, CEOL, CEOL2, CSWTCH,
  /src/bin/stty/
cchar.c 62 { "eof", VEOF, CEOF },
  /src/games/warp/
term.h 206 #define noraw() ((bizarre=1),_tty.c_lflag |= ISIG,_tty.c_cc[VEOF] = CEOF,tcsetattr(_tty_ch,TCSAFLUSH,&_tty))
208 #define nocrmode() ((bizarre=1),_tty.c_lflag |= ICANON,_tty.c_cc[VEOF] = CEOF,tcsetattr(_tty_ch,TCSAFLUSH,&_tty))
  /src/usr.bin/tset/
set.c 58 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
  /src/tools/host-mkdep/
configure 2284 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2325 CEOF

Completed in 19 milliseconds