Searched refs:EOF_NLEFT (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dinput.c71 #define EOF_NLEFT -99 /* value of parsenleft when EOF pushed back */ macro
279 * 2) If an EOF was pushed back (parsenleft == EOF_NLEFT) or we are reading
298 if (parsenleft == EOF_NLEFT || parsefile->buf == NULL)
306 parselleft = parsenleft = EOF_NLEFT;
H A Dinit.c265 #undef EOF_NLEFT macro
266 #define EOF_NLEFT -99 /* value of parsenleft when EOF pushed back */ macro
557 #undef EOF_NLEFT macro
558 #define EOF_NLEFT -99 /* value of parsenleft when EOF pushed back */ macro
845 #undef EOF_NLEFT macro
846 #define EOF_NLEFT -99 /* value of parsenleft when EOF pushed back */ macro

Completed in 70 milliseconds