Lines Matching refs:curr_weight
228 static int curr_weight = 0;
668 curr_weight = 0;
834 if (curr_weight >= NUM_WT) {
838 order_weights[curr_weight] = ref;
839 curr_weight++;
858 add_order_pri(cc->ref[curr_weight]);
864 add_order_pri(e->ref[curr_weight]);
881 add_order_pri(c->ref[curr_weight]);
904 s = avl_find(&substs_ref[curr_weight], &srch, &where);
922 (nextsubst[curr_weight] | COLLATE_SUBST_PRIORITY),
924 nextsubst[curr_weight] += 1;
930 avl_insert(&substs_ref[curr_weight], s, where);
932 if (avl_find(&substs[curr_weight], s, &where) != NULL) {
936 avl_insert(&substs[curr_weight], s, where);
971 add_subst_pri(cc->ref[curr_weight]);
977 add_subst_pri(e->ref[curr_weight]);
992 add_subst_pri(cu->ref[curr_weight]);