Searched refs:primary (Results 1 - 14 of 14) sorted by relevance

/ast/src/cmd/nmake/
H A Dmetarule.c56 * if in -> out is a secondary metrule then return primary
83 * 'P' primary output
84 * 'S' primary secondary outputs
347 * return the primary metarule source that generates r
406 goto primary;
455 goto primary;
474 goto primary;
480 goto primary;
501 goto primary;
643 primary
[all...]
H A Dvariable.c63 if (r->active && r->active->primary)
65 t.rule = makerule(r->active->primary);
333 if (r->active && (t = r->active->primary))
H A Dcommand.c484 p->primary = o->primary;
1405 if (r->active && r->active->primary)
1407 prereqs = cons(getrule(r->active->primary), prereqs);
H A Dmake.h275 #define CO_PRIMARY (CO_USER<<6) /* primary prereq added */
415 #define VAL_PRIMARY (1<<3) /* primary value */
467 char* primary; /* metarule primary prereq name */ member in struct:Frame_s
H A Dmake.c846 * primary metarule match
1015 r->active->primary = r2->name;
/ast/src/cmd/tw/
H A Dfind.c162 int primary; member in struct:Args_s
228 int primary; member in struct:State_s
891 state->primary |= argp->primary;
1832 if (!state.primary)
/ast/src/lib/libast/port/
H A Dlc.c436 const Lc_territory_t* primary; local
642 primary = 0;
649 primary = tp;
653 primary = tp;
656 tp = primary;
H A Dlcgen.c101 int primary; member in struct:Territory_s
477 if (!strcmp(b, "primary"))
478 tp->primary = 1;
757 if (tp->primary)
/ast/src/cmd/html/
H A Dmm2twiki.sh108 primary=".BL|.LI|.IX"
579 @($primary))
580 : primary macros take precedence
H A Dmm2bb.sh109 primary=".BL|.LI|.IX"
595 @($primary))
596 : primary macros take precedence
H A Dmm2html.sh210 primary=".BL|.IX"
813 @($primary))
814 : primary macros take precedence
/ast/src/lib/libast/regex/
H A Dreglib.h410 int primary; member in struct:Nest_s
H A Dregcomp.c1442 static const char primary[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; local
1447 if ((cc = newof(0, Cchr_t, elementsof(primary), 0)) && (dt = dtopen(&disc, Dtoset)))
1449 for (i = 0; i < elementsof(primary) - 1; i++, cc++)
1451 cc->nam[0] = primary[i];
2280 e->re.nest.primary = isalnum(*env->cursor) ? -1 : *env->cursor;
H A Dregnexec.c1464 if ((c = *s++) == rex->re.nest.primary)
1470 if (rex->re.nest.primary >= 0)

Completed in 48 milliseconds