Home
last modified time | relevance | path

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

/trueos/usr.bin/make/
HDcond.c158 Boolean skipLine = FALSE; /* Whether the parse module is skipping variable
1038 } else if (skipLine) { in Cond_If()
1094 skipLine = TRUE; in Cond_If()
1110 skipLine = !value; in Cond_If()
1145 skipLine = TRUE; in Cond_Else()
1151 skipLine = !condStack[condTop]; in Cond_Else()
1189 skipLine = FALSE; in Cond_Endif()
HDcond.h71 extern Boolean skipLine;
HDparse.c2365 if (!skipLine || directives[dir].skip_flag) in parse_directive()
2402 if (skipLine || *line == '#') { in Parse_File()