Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c52 static struct iexpr { struct
54 struct iexpr *next; /* next entry in hash bucket */ argument
233 iexpr(struct node *np) in iexpr() function
236 struct iexpr *bucketp = Cache[idx]; in iexpr()
237 struct iexpr *cp; in iexpr()
264 struct iexpr *cp; in iexpr_free()
265 struct iexpr *prevcp = NULL; in iexpr_free()
292 struct iexpr *cp = Cache[iexpr_hash(np) % IEXPRSZ]; in iexpr_cached()
313 struct iexpr *cp; in iexpr_fini()
314 struct iexpr *ncp; in iexpr_fini()
H A Diexpr.h39 struct node *iexpr(struct node *np);
H A DMakefile39 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()