Lines Matching refs:forLoop
146 struct ForLoop *forLoop; member
383 if (!includingInnermost && entries[n - 1].forLoop == NULL) in PrintStackTrace()
394 if (entry->forLoop != NULL) { in PrintStackTrace()
395 char *details = ForLoop_Details(entry->forLoop); in PrintStackTrace()
399 } else if (i + 1 < n && entries[i + 1].forLoop != NULL) { 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()
2133 forLoop != NULL ? ".for loop in": "file", name, lineno); 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()
2276 For_NextIteration(curFile->forLoop, &curFile->buf)) { in ParseEOF()
2291 if (curFile->forLoop != NULL) in ParseEOF()
2292 ForLoop_Free(curFile->forLoop); in ParseEOF()