Home
last modified time | relevance | path

Searched refs:chkword (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dread.c1439 #define chkword(s, t) if (word1eq (s)) { cmdtype = (t); cmdname = (s); } in conditional_line() macro
1442 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()