Searched defs:exc_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfex_log.c99 static struct exc_list { struct
100 struct exc_list *next;
119 /* look for a matching exc_list; return 1 if one is found,
124 struct exc_list *l, *ll = NULL;
148 /* create a new exc_list structure and tack it on the list */
151 if ((l = (struct exc_list *)malloc(sizeof(struct exc_list) +

Completed in 49 milliseconds