Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dfor.c275 For_Accum(const char *line, int *forLevel) in For_Accum() argument
284 DEBUG1(FOR, "For: end for %d\n", *forLevel); in For_Accum()
285 if (--*forLevel == 0) in For_Accum()
288 (*forLevel)++; in For_Accum()
289 DEBUG1(FOR, "For: new loop %d\n", *forLevel); in For_Accum()
H A Dparse.c2638 int forLevel; in ParseForLoop() local
2650 forLevel = 1; in ParseForLoop()
2658 } while (For_Accum(line, &forLevel)); in ParseForLoop()