Lines Matching refs:word1eq
581 #define word1eq(s) (len == sizeof(s)-1 && strneq (s, p, sizeof(s)-1)) in eval() macro
630 if (word1eq ("endef")) in eval()
638 if (word1eq ("define")) in eval()
659 if (word1eq ("override")) in eval()
697 if (word1eq ("export")) in eval()
734 if (word1eq ("unexport")) in eval()
764 if (word1eq ("vpath")) in eval()
787 if (word1eq ("include") || word1eq ("-include") || word1eq ("sinclude")) in eval()
1045 if (word1eq ("override")) in eval()
1050 else if (word1eq ("export")) in eval()
1283 #undef word1eq in eval()
1438 #define word1eq(s) (len == sizeof(s)-1 && strneq (s, line, sizeof(s)-1)) in conditional_line() macro
1439 #define chkword(s, t) if (word1eq (s)) { cmdtype = (t); cmdname = (s); } in conditional_line()
1513 if (word1eq("else") || word1eq("endif") in conditional_line()