Searched refs:BCfunc (Results 1 – 3 of 3) sorted by relevance
118 BCfunc *o_func; /* Function for */189 BCfunc *c_func; /* Function for */200 BCfunc *r_func; /* Function for */214 BCfunc *a_func; /* Function for */228 BCfunc *r_func; /* Function for */239 BCfunc *a_func; /* Function for */255 BCfunc *a_func; /* Function for */301 BCfunc *e_func;310 BCfunc *n_func;408 BCfunc *r_func;[all …]
166 bc->bc_func = (BCfunc*) BCEnd_exec; in BCEnd_init()199 bc->bc_func = (BCfunc*) BCNoop_exec; in BCNoop_init()235 bc->bc_func = (BCfunc*) BCOpr_exec; in BCOpr_init()299 g->g_func = (BCfunc*) BCGoto_exec; in BCGoto_init()349 t->t_func = (BCfunc*) BCTask_exec; in BCTask_init()389 d->d_func = (BCfunc*) BCDelay_exec; in BCDelay_init()523 c->c_func = (BCfunc*) BCCopy_exec; in BCCopy_init()855 r->r_func = (BCfunc*) BCRaise_exec; in BCRaise_init()896 a->a_func = (BCfunc*) BCAsgn_exec; in BCAsgn_init()1199 w->w_func = (BCfunc*) BCWait_exec; in BCWait_init()[all …]
66 typedef void BCfunc(ByteCode *bc,VGThread *t); typedef