Searched refs:chkword (Results 1 – 1 of 1) sorted by relevance
1439 #define chkword(s, t) if (word1eq (s)) { cmdtype = (t); cmdname = (s); } in conditional_line() macro1442 chkword ("ifdef", c_ifdef) in conditional_line()1443 else chkword ("ifndef", c_ifndef) in conditional_line()1444 else chkword ("ifeq", c_ifeq) in conditional_line()1445 else chkword ("ifneq", c_ifneq) in conditional_line()1446 else chkword ("else", c_else) in conditional_line()1447 else chkword ("endif", c_endif) in conditional_line()