Searched refs:NEOF (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/bin/sh/
H A Dparser.h70 * NEOF is returned by parsecmd when it encounters an end of file. It
73 #define NEOF ((union node *)-1) macro
H A Dmain.c217 if (n == NEOF) {
H A Deval.c164 while ((n = parsecmd(0)) != NEOF) {
H A Dparser.c199 * Read and parse a command. Returns NEOF on end of file. (NULL is a
224 return NEOF;

Completed in 104 milliseconds