Searched refs:leaf (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkOption.c22 * leaf of the tree. For example, the options "x.y.z" and "x.y*a"
24 * "x" and "x.y", but have different leaf nodes. One of the following
25 * structures exists for each node or leaf in the option tree. It is
39 Tk_Uid valueUid; /* For leaf nodes, this is the string
47 * leaf nodes. */
57 * NODE - Zero means this is a leaf element (the child
126 * CLASS, NODE, and WILDCARD flags. Leaf and non-leaf information is
127 * kept separate to speed up individual probes (non-leaf information is
129 * making probes; similarly, only non-leaf information is relevant
203 int leaf));
[all...]
/ast/src/lib/libast/comp/
H A Dtsearch.c209 (*action)((Void_t*)obj,leaf,level);
/ast/src/cmd/INIT/
H A Dmamake.c68 "[r:?Recursively make leaf directories matching \apattern\a. Only leaf"
71 " found in each leaf directory is scanned for leaf directory"
187 struct Rule_s* leaf; /* recursion leaf alias */ member in struct:Rule_s
214 Dict_t* leaf; /* recursion leaf dictionary */ member in struct:__anon22
1750 * update recursion leaf r and its prerequisites
1763 if (r->leaf)
[all...]
/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.]}'

Completed in 37 milliseconds