Home
last modified time | relevance | path

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

/dports/lang/librep/librep_0.92.7/src/
H A Dbytecodes.h153 #define OP_CONSP 0x6e /* push (consp pop[1]) */ macro
H A Dlispmach.h371 &&TAG(OP_NULL), &&TAG(OP_ATOM), &&TAG(OP_CONSP), &&TAG(OP_LISTP), \
1490 BEGIN_INSN (OP_CONSP) in vm()