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

/system/core/sh/
H A Dparser.h70 * NEOF is returned by parsecmd when it encounters an end of file. It
75 #define NEOF ((union node *)&tokpushback) macro
H A Dmain.c248 if (n == NEOF) {
H A Deval.c204 while ((n = parsecmd(0)) != NEOF) {
H A Dparser.c123 * Read and parse a command. Returns NEOF on end of file. (NULL is a
141 return NEOF;

Completed in 480 milliseconds