Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
H A Dcond.c181 skip_string(const char **pp, const char *str) in skip_string() function
642 if (!skip_string(&p, "empty")) in CondParser_FuncCallEmpty()
675 if (skip_string(&p, "defined")) in CondParser_FuncCall()
677 else if (skip_string(&p, "make")) in CondParser_FuncCall()
679 else if (skip_string(&p, "exists")) in CondParser_FuncCall()
681 else if (skip_string(&p, "target")) in CondParser_FuncCall()
683 else if (skip_string(&p, "commands")) in CondParser_FuncCall()
973 *out_negate = skip_string(&p, "n"); in DetermineKindOfConditional()
975 if (skip_string(&p, "def")) { /* .ifdef and .ifndef */ in DetermineKindOfConditional()
976 } else if (skip_string( in DetermineKindOfConditional()
[all...]
/netbsd-src/usr.bin/ctags/
H A DC.c54 static void skip_string(int);
120 (void)skip_string(c); in c_entries()
281 skip_string(c); in func_entry()
506 skip_string(int key) in skip_string() function
549 skip_string(c); in skip_key()
/netbsd-src/external/ibm-public/postfix/dist/mantools/
H A Dcomment.c24 void skip_string(int quote) in skip_string() function
59 skip_string(c); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200014997 (maybe_macroexpand, skip_comment, copy_comment, skip_string,
22864 (skip_string): Emit warning if nulls encountered.
26199 _cpp_parse_name, skip_string, parse_string,
27440 (skip_string): New function.
27441 (parse_string): Use skip_string.