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