Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dread.c145 static char *find_char_unquote PARAMS ((char *string, int stop1,
882 cmdleft = find_char_unquote (line, ';', '#', 0, 1); in eval()
929 cmdleft = find_char_unquote (p2, ';', 0, 0, 0); in eval()
956 colonp = find_char_unquote(p2, ':', 0, 0, 0); in eval()
965 colonp = find_char_unquote(colonp + 1, ':', 0, 0, 0); in eval()
1079 find_char_unquote (lb_next, '=', 0, 0, 0); in eval()
1094 cmdleft = find_char_unquote (p2, ';', 0, 0, 0); in eval()
1307 comment = find_char_unquote (line, '#', 0, 0, 0); in remove_comments()
2142 find_char_unquote (char *string, int stop1, int stop2, int blank, in find_char_unquote() function
2237 return find_char_unquote (pattern, '%', 0, 0, 0); in find_percent()
[all …]
DChangeLog662 * read.c (find_char_unquote): Accept a new argument IGNOREVARS.
666 (eval): Call find_char_unquote() with IGNOREVARS set when we're
670 as it's only used there. Call find_char_unquote() with new arg.
671 * make.h: Remove prototypes for find_char_unquote() and
2072 (find_char_unquote): Change arglist in decl.
2084 * misc.c (remove_comments): Pass char constants to find_char_unquote.
2134 (read_makefile): Pass char constants to find_char_unquote.
2137 (find_char_unquote): Accept two char-constant stop chars, rather