Home | History | Annotate | Download | only in make-3.81

Lines Matching full:word1eq

585 #define	word1eq(s) 	(len == sizeof(s)-1 && strneq (s, p, sizeof(s)-1))
634 if (word1eq ("endef"))
642 if (word1eq ("define"))
663 if (word1eq ("override"))
701 if (word1eq ("export"))
738 if (word1eq ("unexport"))
768 if (word1eq ("vpath"))
791 if (word1eq ("include") || word1eq ("-include") || word1eq ("sinclude"))
1049 if (word1eq ("override"))
1054 else if (word1eq ("export"))
1287 #undef word1eq
1444 #define word1eq(s) (len == sizeof(s)-1 && strneq (s, line, sizeof(s)-1))
1445 #define chkword(s, t) if (word1eq (s)) { cmdtype = (t); cmdname = (s); }
1519 if (word1eq("else") || word1eq("endif")