Home
last modified time | relevance | path

Searched refs:forLevel (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bmake/
H A Dfor.c273 For_Accum(const char *line, int *forLevel) in For_Accum() argument
282 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()
H A Dparse.c2573 int forLevel; in ParseForLoop() local
2585 forLevel = 1; in ParseForLoop()
2593 } while (For_Accum(line, &forLevel)); in ParseForLoop()