Lines Matching defs:skip_string
181 skip_string(const char **pp, const char *str)
646 if (!skip_string(&p, "empty"))
679 if (skip_string(&p, "defined"))
681 else if (skip_string(&p, "make"))
683 else if (skip_string(&p, "exists"))
685 else if (skip_string(&p, "target"))
687 else if (skip_string(&p, "commands"))
974 *out_negate = skip_string(&p, "n");
976 if (skip_string(&p, "def")) { /* .ifdef and .ifndef */
977 } else if (skip_string(&p, "make")) /* .ifmake and .ifnmake */
1209 if (skip_string(&p, "!defined(")) {
1213 } else if (skip_string(&p, "!target(")) {