Lines Matching refs:avl_find
475 if (avl_find(&collsyms, sym, &where) != NULL) { in define_collsym()
492 return (avl_find(&collsyms, &srch, NULL)); in lookup_collsym()
501 return (avl_find(&elem_by_symbol, &srch, NULL)); in lookup_collelem()
513 if ((ud = avl_find(&collundefs, &srch, &where)) == NULL) { in get_collundef()
537 cc = avl_find(&collchars, &srch, &where); in get_collchar()
791 if ((avl_find(&elem_by_symbol, e, &where1) != NULL) || in define_collelem()
792 (avl_find(&elem_by_expand, e, &where2) != NULL)) { in define_collelem()
904 s = avl_find(&substs_ref[curr_weight], &srch, &where); in add_order_subst()
932 if (avl_find(&substs[curr_weight], s, &where) != NULL) { in add_order_subst()
1013 if (avl_find(&weights[pass], &srch, &where) != NULL) in add_weight()
1048 if ((w = avl_find(&weights[pass], &srch, NULL)) == NULL) { in get_weight()