Lines Matching refs:depth
73 static int doif(int thissym, int inif, int prevreject, int depth);
79 static int error(int err, int line, int depth);
216 int depth /* depth of ifdef's */
250 thisreject, depth + 1)) != NO_ERR)
251 return (error(doret, stline, depth));
257 reject, depth + 1)) != NO_ERR)
258 return (error(doret, stline, depth));
263 return (error(ELSE_ERR, linenum, depth));
280 return (error(ENDIF_ERR, linenum, depth));
302 (void) error(err, stqcline, depth);
303 return (error(IEOF_ERR, stline, depth));
305 return (error(err, stqcline, depth));
584 error(int err, int line, int depth)
599 (void) fprintf(stderr, gettext("ifdef depth: %d\n"), depth);
603 return (depth > 1 ? IEOF_ERR : END_ERR);