Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dfor.c249 For_Accum(const char *line, int *forLevel) in For_Accum() argument
258 DEBUG1(FOR, "For: end for %d\n", *forLevel); in For_Accum()
259 if (--*forLevel == 0) in For_Accum()
262 (*forLevel)++; in For_Accum()
263 DEBUG1(FOR, "For: new loop %d\n", *forLevel); in For_Accum()
H A Dparse.c2561 int forLevel; in ParseForLoop() local
2573 forLevel = 1; in ParseForLoop()
2581 } while (For_Accum(line, &forLevel)); in ParseForLoop()