Searched refs:skipLine (Results 1 – 3 of 3) sorted by relevance
158 Boolean skipLine = FALSE; /* Whether the parse module is skipping variable1038 } 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()
71 extern Boolean skipLine;
2365 if (!skipLine || directives[dir].skip_flag) in parse_directive()2402 if (skipLine || *line == '#') { in Parse_File()