Home
last modified time | relevance | path

Searched refs:command_lines (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dcommands.h27 char **command_lines; /* Commands chopped up into lines. */ member
Djob.h48 char **command_lines; /* Array of variable-expanded cmd lines. */ member
Ddefault.c561 f->cmds->command_lines = 0; in install_default_suffix_rules()
Djob.c873 if (child->command_lines != 0) in free_child()
877 free (child->command_lines[i]); in free_child()
878 free ((char *) child->command_lines); in free_child()
1520 in = out = cmds->command_lines[i]; in new_job()
1600 lines[i] = allocated_variable_expand_for_file (cmds->command_lines[i], in new_job()
1610 c->command_lines = lines; in new_job()
1756 child->command_ptr = child->command_lines[child->command_line++]; in job_next_command()
Dcommands.c278 if (!cmds || cmds->command_lines != 0) in chop_commands()
329 cmds->command_lines = lines; in chop_commands()
Drule.c400 r->cmds->command_lines = 0; in install_pattern_rule()
Dread.c1894 cmds->command_lines = 0; in record_files()