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

/ast/src/cmd/3d/
H A Ddir3d.c67 static int intercepted; variable
83 intercepted++;
96 intercepted = 0;
139 intercepted = 0;
145 intercepted = 0;
154 if (intercepted++)
156 intercepted--;
167 intercepted--;
178 if (intercepted++)
180 intercepted
[all...]
H A Derror.c105 static int intercepted; local
107 if (intercepted++)
109 intercepted--;
121 intercepted--;
209 intercepted--;
/ast/src/lib/libast/
H A DMakefile304 * *but* <ast_common.h> may get pulled in by intercepted headers
/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 652 milliseconds