Searched refs:donef (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcodex/
H A Dcodex.c92 if (code->meth->donef)
95 r = (*code->meth->donef)(code);
191 if (!meth->donef)
193 r = (*meth->donef)(code);
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
H A Dpss.c89 r = (pss->meth->donef && (*pss->meth->donef)(pss) <= 0) ? -1 : 0;

Completed in 49 milliseconds