Home
last modified time | relevance | path

Searched refs:iexpr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c50 static struct iexpr { struct
52 struct iexpr *next; /* next entry in hash bucket */ argument
231 iexpr(struct node *np) in iexpr() function
234 struct iexpr *bucketp = Cache[idx]; in iexpr()
235 struct iexpr *cp; in iexpr()
262 struct iexpr *cp; in iexpr_free()
263 struct iexpr *prevcp = NULL; in iexpr_free()
290 struct iexpr *cp = Cache[iexpr_hash(np) % IEXPRSZ]; in iexpr_cached()
311 struct iexpr *cp; in iexpr_fini()
312 struct iexpr *ncp; in iexpr_fini()
H A Diexpr.h37 struct node *iexpr(struct node *np);
H A DMakefile40 fme.c iexpr.c io.c ipath.c itree.c lut.c literals.c out.c platform.c \
H A Ditree.c1953 (void) itree_add_constraint(ap, iexpr(newc)); in itree_set_arrow_traits()