Searched refs:cpstack (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dcompile.c223 ++com->stack.cpstack;
224 if (com->stack.pstack < com->stack.cpstack)
225 com->stack.pstack = com->stack.cpstack;
230 --com->stack.cpstack;
1684 com->stack.cpstack += 2;
1685 if (com->stack.pstack < com->stack.cpstack)
1686 com->stack.pstack = com->stack.cpstack;
1710 com->stack.cpstack -= 2;
H A Dbytecode.c243 int cpstack; member in struct:_LispCom::__anoncf77c6ed0f08

Completed in 62 milliseconds