Searched refs:cmdtype (Results 1 – 1 of 1) sorted by relevance
1433 enum { c_ifdef, c_ifndef, c_ifeq, c_ifneq, c_else, c_endif } cmdtype; in conditional_line() local1439 #define chkword(s, t) if (word1eq (s)) { cmdtype = (t); cmdname = (s); } in conditional_line()1457 if (cmdtype == c_endif) in conditional_line()1472 if (cmdtype == c_else) in conditional_line()1559 if (cmdtype == c_ifdef || cmdtype == c_ifndef) in conditional_line()1580 ((v != 0 && *v->value != '\0') == (cmdtype == c_ifndef)); in conditional_line()1675 conditionals->ignoring[o] = (streq (s1, s2) == (cmdtype == c_ifneq)); in conditional_line()