Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvariable.h115 extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file));
117 allocated_variable_expand_for_file (line, (struct file *) 0)
Dmakefile.com135 …/define=("allocated_variable_expand_for_file=alloc_var_expand_for_file","unlink=remove","HAVE_CONF…
Dexpand.c539 allocated_variable_expand_for_file (char *line, struct file *file) in allocated_variable_expand_for_file() function
Djob.c189 extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file));
1600 lines[i] = allocated_variable_expand_for_file (cmds->command_lines[i], in new_job()
2978 shell = allocated_variable_expand_for_file ("$(SHELL)", file); in construct_command_argv()
3034 ifs = allocated_variable_expand_for_file ("$(IFS)", file); in construct_command_argv()