Searched refs:expand_argument (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | expand.c | 285 beg = expand_argument (beg, p); /* Expand the name. */ in variable_expand_string() 428 expand_argument (const char *str, const char *end) in expand_argument() function
|
D | function.c | 833 char *varname = expand_argument (argv[0], NULL); in func_foreach() 834 char *list = expand_argument (argv[1], NULL); in func_foreach() 1207 char *expansion = expand_argument (begp, endp+1); in func_if() 1223 expansion = expand_argument (argv[0], NULL); in func_if() 1264 expansion = expand_argument (begp, endp+1); in func_or() 1313 expansion = expand_argument (begp, endp+1); in func_and() 2201 *argvp = expand_argument (p, next); in handle_function()
|
D | variable.h | 118 extern char *expand_argument PARAMS ((const char *str, const char *end));
|
D | ChangeLog | 1722 * expand.c (expand_argument): Constify.
|