Home
last modified time | relevance | path

Searched refs:BCOpr_exec (Results 1 – 2 of 2) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dbytecode.h503 void BCOpr_exec(BCOpr *bc,VGThread *t);
H A Dbytecode.c235 bc->bc_func = (BCfunc*) BCOpr_exec; in BCOpr_init()
252 void BCOpr_exec(BCOpr *bc,VGThread *t) in BCOpr_exec() function