Searched refs:c_ifdef (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() enumerator1442 chkword ("ifdef", c_ifdef) in conditional_line()1559 if (cmdtype == c_ifdef || cmdtype == c_ifndef) in conditional_line()