Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
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.c2568 int forLevel; in ParseForLoop()
2580 forLevel = 1; in ParseForLoop()
2588 } while (For_Accum(line, &forLevel)); in ParseForLoop()
2567 int forLevel; ParseForLoop() local