HomeSort by: relevance | last modified time | path
    Searched refs:allocated_variable_expand_for_file (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gmake/dist/
variable.h 115 extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file));
117 allocated_variable_expand_for_file (line, (struct file *) 0)
makefile.com 135 /define=("allocated_variable_expand_for_file=alloc_var_expand_for_file","unlink=remove","HAVE_CONFIG_H","VMS") -
expand.c 545 allocated_variable_expand_for_file (char *line, struct file *file)
539 allocated_variable_expand_for_file (char *line, struct file *file) function
job.c 189 extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file));
1606 lines[i] = allocated_variable_expand_for_file (cmds->command_lines[i],
2988 shell = allocated_variable_expand_for_file ("$(SHELL)", file);
3044 ifs = allocated_variable_expand_for_file ("$(IFS)", file);

Completed in 34 milliseconds