Home
last modified time | relevance | path

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

/src/contrib/bmake/
H A Dparse.c117 GS_START, /* at the beginning of the file */ enumerator
2232 curFile->guardState = forLoop == NULL ? GS_START : GS_NO; in Parse_PushInput()
2685 && ((curFile->guardState == GS_START && line[0] != '.') in ReadHighLevelLine()
2692 if (curFile->guardState == GS_START) { in ReadHighLevelLine()