Searched refs:explicit (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/regex/
H A Dreglib.h500 int explicit; /* scoped explicit match*/
544 int explicit; /* explicit match on this char */
H A Dregcomp.c113 int explicit; /* explicit match on this char */ member in struct:Cenv_s
159 e->explicit = env->explicit;
1022 else if (c == '/' && env->explicit == env->mappedslash)
1736 if (env->explicit >= 0)
1737 setclr(e->re.charclass, env->explicit);
1772 if (env->explicit >= 0)
1773 setclr(e->re.charclass, env->explicit);
2150 env->explicit
[all...]
H A Dregnexec.c126 #define LEADING(e,r,s) (*(s)==(e)->leading&&((s)==(e)->beg||*((s)-1)==(r)->explicit))
1082 if ((c = rex->explicit) >= 0 && !mbwide())
/ast/src/cmd/INIT/
H A Diffe.sh608 explicit=0
759 [E:explicit?Disable implicit test output.]
1075 E) set="$set set explicit :" ;;
1128 --e|--ex|--exp|--expl|--expli|--explic|--explici|--explicit)
1212 E) set="$set set explicit :" ;;
1414 case $explicit in
1429 case $explicit in
1559 E) op=explicit ;;
1679 explicit)
1680 explicit
[all...]
/ast/src/cmd/nmake/
H A Dmake.c137 * r is the target (possibly with explicit action)
154 * save explicit target generation for non-override runs
323 int explicit; local
711 * check explicit prerequisites
714 message((-2, "check explicit prerequisites"));
715 explicit = 0;
744 explicit = 1;
818 if (!errors && !(r->property & (P_attribute|P_functional|P_operator|P_state|P_virtual)) && ((r->property & P_implicit) || !r->action && !explicit))
974 * check the explicit action
1110 * do the explicit actio
[all...]
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.]}'
2819 * $(PACKAGE_<package>_BIN) explicit bin dir for <package>
2820 * $(PACKAGE_<package>_INCLUDE) explicit include for <package>
2821 * $(PACKAGE_<package>_LIB) explicit lib dir for <package>
/ast/src/lib/libast/
H A DMakefile218 * also, -D_BLD_ast must be explicit for the uwin bootstrap

Completed in 38 milliseconds