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

/ast/src/lib/libcodex/
H A Dcodex.h40 #define CODEX_RETAIN 0x0010 /* initf-donef retain state */
114 int (*donef)(Codex_t*); member in struct:Codexmeth_s
/ast/src/lib/libdss/
H A Dcxlib.h147 Cxdone_f donef; member in struct:Cxdone_s
H A Dcxcomp.c467 * add (*donef)(cx,data,disc) to the list to be called at cxfree(cx,expr)
468 * donef==0 pops the list
472 cxatfree(Cx_t* cx, Cxexpr_t* expr, Cxdone_f donef, void* data) argument
476 if (donef)
484 dp->donef = donef;
492 (*dp->donef)(cx, dp->data, cx->disc);
/ast/src/cmd/std/
H A Dpss.h177 int (*donef)(Pss_t*); member in struct:Pssmeth_s

Completed in 12 milliseconds