Home
last modified time | relevance | path

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

/freebsd-src/usr.bin/ctags/
H A DC.c42 static void skip_string(int);
108 skip_string(c); in c_entries()
271 skip_string(c); in func_entry()
493 skip_string(int key) in skip_string() function
536 skip_string(c); in skip_key()
/freebsd-src/contrib/bmake/
H A Dcond.c181 skip_string(const char **pp, const char *str) in skip_string() function
646 if (!skip_string(&p, "empty")) in CondParser_FuncCallEmpty()
679 if (skip_string(&p, "defined")) in CondParser_FuncCall()
681 else if (skip_string(&p, "make")) in CondParser_FuncCall()
683 else if (skip_string(&p, "exists")) in CondParser_FuncCall()
685 else if (skip_string(&p, "target")) in CondParser_FuncCall()
687 else if (skip_string(&p, "commands")) in CondParser_FuncCall()
974 *out_negate = skip_string(&p, "n"); in DetermineKindOfConditional()
976 if (skip_string(&p, "def")) { /* .ifdef and .ifndef */ in DetermineKindOfConditional()
977 } else if (skip_string( in DetermineKindOfConditional()
[all...]