Lines Matching refs:RB_FIND
503 if (RB_FIND(collsyms, &collsyms, sym) != NULL) { in define_collsym()
521 return (RB_FIND(collsyms, &collsyms, &srch)); in lookup_collsym()
530 return (RB_FIND(elem_by_symbol, &elem_by_symbol, &srch)); in lookup_collelem()
541 if ((ud = RB_FIND(collundefs, &collundefs, &srch)) == NULL) { in get_collundef()
565 cc = RB_FIND(collchars, &collchars, &srch); in get_collchar()
817 if ((RB_FIND(elem_by_symbol, &elem_by_symbol, e) != NULL) || in define_collelem()
818 (RB_FIND(elem_by_expand, &elem_by_expand, e) != NULL)) { in define_collelem()
931 s = RB_FIND(substs_ref, &substs_ref[curr_weight], &srch); in add_order_subst()
959 if (RB_FIND(substs, &substs[curr_weight], s) != NULL) { in add_order_subst()
1039 if (RB_FIND(weights, &weights[pass], &srch) != NULL) in add_weight()
1074 if ((w = RB_FIND(weights, &weights[pass], &srch)) == NULL) { in get_weight()