HomeSort by relevance Sort by last modified time
    Searched defs:cmds (Results 1 - 11 of 11) sorted by null

  /ndk/sources/host-tools/make-3.81/
rule.h 28 struct commands *cmds; /* Commands to execute. */ member in struct:rule
filedef.h 32 struct commands *cmds; /* Commands to execute for this target. */ member in struct:file
33 int command_flags; /* Flags OR'd in for cmds; see commands.h. */
job.c 881 for (i = 0; i < child->file->cmds->ncommand_lines; ++i)
993 | child->file->cmds->lines_flags[child->command_line - 1]);
1017 child->file->cmds->lines_flags[child->command_line - 1]
1487 register struct commands *cmds = file->cmds; local
    [all...]
read.c 1879 struct commands *cmds; local
    [all...]