Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/ctags/
H A DC.c49 static void skip_string(int);
115 skip_string(c); in c_entries()
275 skip_string(c); in func_entry()
470 skip_string(int key) in skip_string() function
513 skip_string(c); in skip_key()
/freebsd-13.1/contrib/bmake/
H A Dcond.c186 skip_string(const char **pp, const char *str) in skip_string() function
694 if (!skip_string(&cp, "empty")) in CondParser_FuncCallEmpty()
728 if (skip_string(&p, "defined")) in CondParser_FuncCall()
730 else if (skip_string(&p, "make")) in CondParser_FuncCall()
732 else if (skip_string(&p, "exists")) in CondParser_FuncCall()
734 else if (skip_string(&p, "target")) in CondParser_FuncCall()
736 else if (skip_string(&p, "commands")) in CondParser_FuncCall()
1041 *out_negate = skip_string(&p, "n"); in DetermineKindOfConditional()
1043 if (skip_string(&p, "def")) { /* .ifdef and .ifndef */ in DetermineKindOfConditional()
1044 } else if (skip_string(&p, "make")) /* .ifmake and .ifnmake */ in DetermineKindOfConditional()