Searched refs:skip_string (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/ctags/ |
H A D | C.c | 42 static void skip_string(int); 108 skip_string(c); in c_entries() 271 skip_string(c); in func_entry() 489 * skip_string -- 493 skip_string(int key) in skip_string() function 536 skip_string(c); in skip_key()
|
/freebsd/contrib/bmake/ |
H A D | cond.c | 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() [all …]
|