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