Searched refs:forLevel (Results 1 – 2 of 2) sorted by relevance
273 For_Accum(const char *line, int *forLevel) in For_Accum() argument282 DEBUG1(FOR, "For: end for %d\n", *forLevel); in For_Accum()283 if (--*forLevel == 0) in For_Accum()286 (*forLevel)++; in For_Accum()287 DEBUG1(FOR, "For: new loop %d\n", *forLevel); in For_Accum()
2573 int forLevel; in ParseForLoop() local2585 forLevel = 1; in ParseForLoop()2593 } while (For_Accum(line, &forLevel)); in ParseForLoop()