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

/freebsd-current/usr.bin/localedef/
H A Dcollate.c245 static int curr_weight = 0; variable
696 curr_weight = 0;
862 if (curr_weight >= NUM_WT) {
866 order_weights[curr_weight] = ref;
867 curr_weight++;
886 add_order_pri(cc->ref[curr_weight]);
892 add_order_pri(e->ref[curr_weight]);
909 add_order_pri(c->ref[curr_weight]);
931 s = RB_FIND(substs_ref, &substs_ref[curr_weight], &srch);
949 (nextsubst[curr_weight] | COLLATE_SUBST_PRIORIT
[all...]

Completed in 55 milliseconds