Searched defs:cond_name (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc1645 Chain cond_name; local
1653 for (cond_name = conditional_targets;
1654 cond_name != NULL;
1655 cond_name = cond_name->next) {
1660 for (cond_name = conditional_targets;
1661 cond_name != NULL;
1662 cond_name = cond_name->next) {
1663 rp->conditional_targets[--cnt] = cond_name
[all...]
H A Ddoname.cc2950 Chain cond_name; local
2981 cond_name = ALLOC(Chain);
2982 cond_name->name = conditional->body.conditional.name;
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c115 itm_data_t *cond_name,
131 } else if (NULL != cond_name) {
132 direc->condition.itm_ptr = (itm_place2_t)(cond_name);
133 du->ref[0] = obj_register(ITMC_OBJ_COND, cond_name, NULL, 0,
113 direction_unit( itmc_ref_t *cond, itm_data_t *cond_name, itmc_action_t *act, itm_data_t *act_name) argument

Completed in 98 milliseconds