Searched refs:stopAtElse (Results 1 – 1 of 1) sorted by relevance
776 static int findEndif(const char *z, int stopAtElse, int *pnLine){ in findEndif() argument781 || (stopAtElse && strncmp(z+n,"--else",6)==0 && ISSPACE(z[n+6])) in findEndif()