Searched refs:recursive (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libcmd/
H A Drm.c56 "[r|R:recursive?Remove the contents of directories recursively.]"
57 "[u:unconditional?If \b--recursive\b and \b--force\b are also enabled then"
91 int recursive; /* remove subtrees too */ member in struct:State_s
154 if (!state->recursive)
359 state.recursive = 1;
398 state.unconditional = state.unconditional && state.recursive && state.force;
399 if (state.recursive && state.fs3d)
H A Dcksum.c79 "[R:recursive?Recursively checksum the contents of directories.]"
130 int recursive; /* recursively descend dirs */ member in struct:State_s
495 state.recursive = 1;
590 else if (!*argv && !state.recursive)
H A Dcp.c44 "\b--preserve\b \b--recursive\b.]"
95 "[r|R:recursive?Operate on the contents of directories recursively.]"
174 int recursive; /* subtrees too */ member in struct:State_s
347 if (!state->recursive)
758 state->recursive = 1;
813 state->recursive = 1;
856 state->recursive = 1;
984 if (!state->recursive)
/ast/src/cmd/nmake/
H A DMakerules.mk37 set option=';ancestor;n;-;Set the ancestor search directory depth to \adepth\a. \bMAKEPATH\b and variant recursive invocations may increase the depth.;depth:=3'
57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'
58 set option=';recurse-enter;s;-;\atext\a prependeded to the \adirectory\a\b:\b message printed on the standard error upon entering a recursive \b:MAKE:\b directory.;text'
59 set option=';recurse-leave;s;-;\atext\a prependeded to the \adirectory\a\b:\b message printed on the standard error upon leaving a recursive \b:MAKE:\b directory. If \b--recurse-leave\b is not specified then no message is printed upon leaving \b:MAKE:\b directories.;text'
68 set option=';virtual;b;-;Allow \b:MAKE:\b to \bmkdir\b(1) recursive directories that do not exist in the top view. On by default. If \b--novirtual\b is set then \b:MAKE:\b warns about but ignores virtual recursive directories.'
H A Dexpand.c1378 * (recursive) makefile prereqs; if targets!=0 then only
4493 error(3, "%s: recursive variable definition", s);

Completed in 53 milliseconds