Searched refs:directories (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/std/
H A Dls.c36 "[+NAME?ls - list files and/or directories]"
41 " arguments are listed before directories.]"
237 #define LS_DIRECTORY (LS_USER<<5) /* list directories as files */
337 unsigned long directories; /* directory count */ member in struct:__anon232
579 n = state.directories;
1187 state.directories++;
1241 state.directories++;
/ast/src/cmd/nmake/
H A DMakerules.mk57 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.]}'
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'
66 set option=';variants;sv;-;Select only \bcc-\b\avariant\a directories matching \apattern\a.;pattern:!*'
67 set option=';view-verify;n;-;Verify that all view root directories exist. If there are any missing directories then a \alevel\a diagnostic is printed.;level'
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.'
219 * common directories
[all...]
H A Dexpand.c1377 * generate an ordered list of directories in xp based on
1380 * directories and targets are ' ' separated
1381 * ORDER_paths for old :W=O: where directories are makefile paths
1385 order_recurse(Sfio_t* xp, char* directories, char* makefiles, char* skip, char* targets, unsigned int flags) argument
1420 order_find(xp, tmp, vec, tab, NiL, directories, makefiles, skip, flags);

Completed in 30 milliseconds