Lines Matching defs:skip_string
181 skip_string(const char **pp, const char *str)
642 if (!skip_string(&p, "empty"))
675 if (skip_string(&p, "defined"))
677 else if (skip_string(&p, "make"))
679 else if (skip_string(&p, "exists"))
681 else if (skip_string(&p, "target"))
683 else if (skip_string(&p, "commands"))
973 *out_negate = skip_string(&p, "n");
975 if (skip_string(&p, "def")) { /* .ifdef and .ifndef */
976 } else if (skip_string(&p, "make")) /* .ifmake and .ifnmake */
1208 if (skip_string(&p, "!defined(")) {
1212 } else if (skip_string(&p, "!target(")) {