cond.c | 174 skip_string(const char **pp, const char *str) function in typeref:typename:MAKE_INLINE bool 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 * [all...] |