Home | History | Annotate | Download | only in make

Lines Matching defs:skip_string

174 skip_string(const char **pp, const char *str)
635 if (!skip_string(&p, "empty"))
668 if (skip_string(&p, "defined"))
670 else if (skip_string(&p, "make"))
672 else if (skip_string(&p, "exists"))
674 else if (skip_string(&p, "target"))
676 else if (skip_string(&p, "commands"))
964 *out_negate = skip_string(&p, "n");
966 if (skip_string(&p, "def")) { /* .ifdef and .ifndef */
967 } else if (skip_string(&p, "make")) /* .ifmake and .ifnmake */
1199 if (skip_string(&p, "!defined(")) {
1203 } else if (skip_string(&p, "!target(")) {