Home
last modified time | relevance | path

Searched refs:skip_string (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/usr.bin/ctags/
H A DC.c41 static void skip_string(int);
107 skip_string(c); in c_entries()
267 skip_string(c); in func_entry()
462 skip_string(int key) in skip_string() function
505 skip_string(c); in skip_key()
/dflybsd-src/contrib/bmake/
H A Dcond.c184 skip_string(const char **pp, const char *str) in skip_string() function
686 if (!skip_string(&cp, "empty")) in CondParser_FuncCallEmpty()
720 if (skip_string(&p, "defined")) in CondParser_FuncCall()
722 else if (skip_string(&p, "make")) in CondParser_FuncCall()
724 else if (skip_string(&p, "exists")) in CondParser_FuncCall()
726 else if (skip_string(&p, "target")) in CondParser_FuncCall()
728 else if (skip_string(&p, "commands")) in CondParser_FuncCall()
1033 *out_negate = skip_string(&p, "n"); in DetermineKindOfConditional()
1035 if (skip_string(&p, "def")) { /* .ifdef and .ifndef */ in DetermineKindOfConditional()
1036 } else if (skip_string(&p, "make")) /* .ifmake and .ifnmake */ in DetermineKindOfConditional()