Home
last modified time | relevance | path

Searched refs:For_NextIteration (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.bin/make/
Dfor.c477 For_NextIteration(ForLoop *f, Buffer *body) in For_NextIteration() function
Dmake.h850 bool For_NextIteration(struct ForLoop *, Buffer *);
Dparse.c2176 if (forLoop != NULL && !For_NextIteration(forLoop, &curFile->buf)) in Parse_PushInput()
2302 For_NextIteration(curFile->forLoop, &curFile->buf)) { in ParseEOF()