Searched defs:explicit (Results 1 - 2 of 2) sorted by relevance

/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...]
/ast/src/lib/libast/regex/
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...]

Completed in 60 milliseconds