Home
last modified time | relevance | path

Searched refs:end_of_token (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmisc.c417 end_of_token (const char *s) in end_of_token() function
476 *ptr = end = end_of_token (p); in find_next_token()
Dmake.h424 extern char *end_of_token PARAMS ((const char *));
Dfunction.c97 p = end_of_token (next_token (t)); in subst_expand()
Dread.c1570 p = end_of_token (var); in conditional_line()
DChangeLog969 * misc.c (end_of_token): Make argument const.