Searched refs:forLevel (Results 1 – 2 of 2) sorted by relevance
268 For_Accum(const char *line, int *forLevel) in For_Accum() argument277 DEBUG1(FOR, "For: end for %d\n", *forLevel); in For_Accum()278 if (--*forLevel == 0) in For_Accum()281 (*forLevel)++; in For_Accum()282 DEBUG1(FOR, "For: new loop %d\n", *forLevel); in For_Accum()
2630 int forLevel; in ParseForLoop() local2642 forLevel = 1; in ParseForLoop()2650 } while (For_Accum(line, &forLevel)); in ParseForLoop()