Lines Matching full:chkword
1445 #define chkword(s, t) if (word1eq (s)) { cmdtype = (t); cmdname = (s); }1448 chkword ("ifdef", c_ifdef)1449 else chkword ("ifndef", c_ifndef)1450 else chkword ("ifeq", c_ifeq)1451 else chkword ("ifneq", c_ifneq)1452 else chkword ("else", c_else)1453 else chkword ("endif", c_endif)