Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dfor.c484 For_NextIteration(ForLoop *f, Buffer *body) in For_NextIteration() function
H A Dmake.h863 bool For_NextIteration(struct ForLoop *, Buffer *);
H A Dparse.c2178 if (forLoop != NULL && !For_NextIteration(forLoop, &curFile->buf)) in Parse_PushInput()
2304 For_NextIteration(curFile->forLoop, &curFile->buf)) { in ParseEOF()