Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/ctags/
H A DC.c48 static void skip_string(int);
114 skip_string(c); in c_entries()
277 skip_string(c); in func_entry()
499 skip_string(int key) in skip_string() function
542 skip_string(c); in skip_key()
/freebsd-14.2/contrib/bmake/
H A Dcond.c184 skip_string(const char **pp, const char *str) in skip_string() function
678 if (!skip_string(&cp, "empty")) in CondParser_FuncCallEmpty()
712 if (skip_string(&p, "defined")) in CondParser_FuncCall()
714 else if (skip_string(&p, "make")) in CondParser_FuncCall()
716 else if (skip_string(&p, "exists")) in CondParser_FuncCall()
718 else if (skip_string(&p, "target")) in CondParser_FuncCall()
720 else if (skip_string(&p, "commands")) in CondParser_FuncCall()
1025 *out_negate = skip_string(&p, "n"); in DetermineKindOfConditional()
1027 if (skip_string(&p, "def")) { /* .ifdef and .ifndef */ in DetermineKindOfConditional()
1283 if (skip_string(&p, "!defined(")) { in Cond_ExtractGuard()
[all …]