Home
last modified time | relevance | path

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

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