OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:any_recurse
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/make-3.81/
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
)
[
all
...]
Completed in 78 milliseconds