Searched defs:callout (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libdss/ |
H A D | cxopen.c | 804 x->callout = x->op == CX_MATCH ? op_match : op_nomatch; 1361 * add an op callout 1365 cxaddcallout(Cx_t* cx, register Cxcallout_t* callout, Cxdisc_t* disc) argument 1394 *copy = *callout; 1395 callout = copy; 1397 else if (callout->op.code == CX_GET || callout->op.code == CX_SET || callout->op.code == CX_DEL || callout->op.code == CX_RET) 1400 (*disc->errorf)(NiL, disc, 2, "%s: callout mus 1441 Cxcallout_t* callout; local [all...] |
H A D | cx.h | 159 #define CX_CALLOUT_INIT(op,type1,type2,callout,description) \ 160 {0,description,CX_HEADER_INIT,op,(Cxtype_t*)type1,(Cxtype_t*)type2,callout}, 213 struct Cxop_s /* callout/recode op */ 479 typedef struct Cxcallout_s /* op code callout */ 482 Cxcallout_f callout; /* callout function */ member in struct:Cxcallout_s 485 typedef struct Cxrecode_s /* recode callout */ 488 Cxrecode_f recode; /* callout function */ 497 Cxcallout_f callout; /* callout functio member in struct:Cxinstruction_s [all...] |
Completed in 14 milliseconds