Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dparse.c146 struct ForLoop *forLoop; member
394 if (entry->forLoop != NULL) { in PrintStackTrace()
395 char *details = ForLoop_Details(entry->forLoop); in PrintStackTrace()
2044 if (incs[i - 1].forLoop == NULL) in GetActuallyIncludingFile()
2123 Buffer buf, struct ForLoop *forLoop) in Parse_PushInput() argument
2127 if (forLoop != NULL) in Parse_PushInput()
2143 curFile->forLoop = forLoop; in Parse_PushInput()
2145 if (forLoop != NULL && !For_NextIteration(forLoop, &curFile->buf)) in Parse_PushInput()
2275 if (curFile->forLoop != NULL && in ParseEOF()
2291 if (curFile->forLoop != NULL) in ParseEOF()
[all …]