Searched refs:OP_MEMORY_END_PUSH (Results 1 – 4 of 4) sorted by relevance
502 OP_MEMORY_END_PUSH, /* push back-tracker to stack */ enumerator
1694 add OP_MEMORY_END_PUSH and OP_MEMORY_END_PUSH_REC.1695 2003/03/06: [impl] rename OP_MEMORY_END_PUSH to OP_MEMORY_END_MARK.1724 2003/03/01: [impl] use OP_MEMORY_END_PUSH in callable subexp compiled code1732 2003/02/28: [impl] add opcode OP_MEMORY_END_PUSH for callable subexp.1776 2003/02/10: [impl] don't use OP_MEMORY_END_PUSH (and STK_MEM_END).
2082 case OP_MEMORY_END_PUSH: MOP_IN(OP_MEMORY_END_PUSH); in match_at()
1314 ? OP_MEMORY_END_PUSH_REC : OP_MEMORY_END_PUSH)); in compile_enclose_node()1328 r = add_opcode(reg, OP_MEMORY_END_PUSH); in compile_enclose_node()5724 { OP_MEMORY_END_PUSH, "mem-end-push", ARG_MEMNUM },
Completed in 46 milliseconds