HomeSort by relevance Sort by last modified time
    Searched refs:EOF_NLEFT (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
input.c 71 #define EOF_NLEFT -99 /* value of parsenleft when EOF pushed back */
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;
init.c 265 #undef EOF_NLEFT
266 #define EOF_NLEFT -99 /* value of parsenleft when EOF pushed back */
557 #undef EOF_NLEFT
558 #define EOF_NLEFT -99 /* value of parsenleft when EOF pushed back */
845 #undef EOF_NLEFT
846 #define EOF_NLEFT -99 /* value of parsenleft when EOF pushed back */

Completed in 30 milliseconds