Searched refs:implicit (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/mam/
H A Dmamold.sh36 for j in ${implicit[$i]}
41 typeset -A prereqs implicit action
58 [[ " $val " == *" implicit "* ]] &&
59 implicit[$rule]="${implicit[$rule]} $arg" ||
H A Dmamold.c91 for (p = r->implicit; p; p = p->next)
280 * dump r and its implicit prerequisites
296 for (p = r->implicit; p; p = p->next)
335 for (p = r->implicit; p; p = p->next)
/ast/src/lib/libmam/
H A Dmam.h57 struct list* implicit; /* implicit prerequisite list */ member in struct:rule
H A Dmam.c162 else if (streq(arg, "implicit"))
163 p = &pp->fp->rule->implicit;
/ast/src/cmd/nmake/
H A DMakefile52 edit immediate implicit internal interrupt metarule option panic \
H A Ddump.c191 sfputr(sp, "implicit", ' ');
383 sfputr(sp, internal.implicit->name, ' ');
H A Drule.c936 if (a == internal.implicit) return n & P_implicit;
1478 ATTR(implicit, ".IMPLICIT", P_implicit);
H A Dmake.h296 #define P_implicit (1<<13) /* force implicit prereq checks */
393 #define V_scan (1<<8) /* scan for implicit state var */
546 Rule_t* implicit; /* .IMPLICIT rule pointer */ member in struct:Internal_s
785 unsigned char forcescan; /* force implicit prereq scan */
812 unsigned char scan; /* scan|check implicit prereqs */
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.]}'
/ast/src/lib/libast/
H A DMakefile358 then : implicit math function N=$N :

Completed in 57 milliseconds