HomeSort by: relevance | last modified time | path
    Searched refs:any_recurse (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gmake/dist/
commands.h 29 int any_recurse; /* Nonzero if any `lines_recurse' elt has */ member in struct:commands
commands.c 268 Also set the `lines_flags' and `any_recurse' members. */
285 and the CMDS->any_recurse flag. */
333 cmds->any_recurse = 0;
361 cmds->any_recurse |= flags & COMMANDS_RECURSE;
remake.c 818 if (file->cmds != 0 && file->cmds->any_recurse)
1128 if (!touch_flag || file->cmds->any_recurse)

Completed in 17 milliseconds