Searched refs:Ssexit_f (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/sortlib/sync/
H A Dssexit.h47 typedef int (*Ssexit_f)(Rsobj_t*, Rsobj_t*, void**); typedef
H A Dss.h88 typedef int (*Ssexit_f)(Rsobj_t*, Rsobj_t*, void**); typedef
89 typedef int (*Ssintercept_f)(Ssexit_f, Rsobj_t*, Rsobj_t*, void**);
172 Ssexit_f initexit; /* RS_OPEN exit */
173 Ssexit_f doneexit; /* RS_POP exit */
174 Ssexit_f readexit; /* RS_READ exit */
175 Ssexit_f summaryexit; /* RS_SUMMARY exit */
176 Ssexit_f writeexit; /* RS_WRITE exit */
177 Ssintercept_f intercept; /* Ssexit_f intercept */
H A Dss.c1426 Ssexit_f exitf;
1467 if (!(exitf = (Ssexit_f)dlllook(dll, fun)))

Completed in 16 milliseconds