Home
last modified time | relevance | path

Searched refs:OP_RTABLE (Results 1 – 4 of 4) sorted by relevance

/dports/lang/yap/yap-6.2.2/H/
H A Dclause.h246 while (OP_RTABLE[j].opc != opc) { in Yap_op_from_opcode()
247 if (!OP_RTABLE[j].opc) in Yap_op_from_opcode()
255 return OP_RTABLE[j].opnum; in Yap_op_from_opcode()
H A Ddhstruct.h62 #define OP_RTABLE Yap_heap_regs->op_rtable macro
/dports/lang/yap/yap-6.2.2/C/
H A Dunify.c623 while (OP_RTABLE == NULL) { in InitReverseLookupOpcode()
624 if ((OP_RTABLE = (opentry *)Yap_AllocCodeSpace(sz)) == NULL) { in InitReverseLookupOpcode()
631 opeptr = OP_RTABLE; in InitReverseLookupOpcode()
640 opeptr = OP_RTABLE; in InitReverseLookupOpcode()
/dports/lang/yap/yap-6.2.2/misc/
H A DHEAPFIELDS61 opentry *op_rtable OP_RTABLE void OpRTableAdjust