HomeSort by relevance Sort by last modified time
    Searched refs:command_lines (Results 1 - 6 of 6) sorted by null

  /ndk/sources/host-tools/make-3.81/
commands.h 27 char **command_lines; /* Commands chopped up into lines. */ member in struct:commands
default.c 562 f->cmds->command_lines = 0;
job.h 48 char **command_lines; /* Array of variable-expanded cmd lines. */ member in struct:child
50 char *command_ptr; /* Ptr into command_lines[command_line]. */
job.c 878 if (child->command_lines != 0)
882 free (child->command_lines[i]);
883 free ((char *) child->command_lines);
    [all...]
commands.c 280 if (!cmds || cmds->command_lines != 0)
283 /* Chop CMDS->commands up into lines in CMDS->command_lines.
331 cmds->command_lines = lines;
rule.c 403 r->cmds->command_lines = 0;

Completed in 468 milliseconds