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

  /ndk/sources/host-tools/make-3.81/
commands.h 28 char *lines_flags; /* One set of flag bits for each line. */ member in struct:commands
33 /* Bits in `lines_flags'. */
commands.c 268 Also set the `lines_flags' and `any_recurse' members. */
284 Also set the corresponding CMDS->lines_flags elements,
334 cmds->lines_flags = (char *) xmalloc (nlines);
360 cmds->lines_flags[idx] = flags;
remake.c 824 if (!(file->cmds->lines_flags[i] & COMMANDS_RECURSE))
865 if (! (file->cmds->lines_flags[i-1] & COMMANDS_RECURSE))
    [all...]
job.c 993 | child->file->cmds->lines_flags[child->command_line - 1]);
1015 order to really fix this, we'll have to keep a lines_flags for every
1017 child->file->cmds->lines_flags[child->command_line - 1]
    [all...]

Completed in 56 milliseconds