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

  /ndk/sources/host-tools/make-3.81/
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]. */
commands.h 27 char **command_lines; /* Commands chopped up into lines. */ member in struct:commands
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;
job.c 878 if (child->command_lines != 0)
882 free (child->command_lines[i]);
883 free ((char *) child->command_lines);
    [all...]
default.c 562 f->cmds->command_lines = 0;
rule.c 403 r->cmds->command_lines = 0;
read.c     [all...]

Completed in 2546 milliseconds