Home
last modified time | relevance | path

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

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Deval.d5813 #undef pushSP in interpret_bytecode_()
5818 #define pushSP(item) (*--private_SP = (item)) in interpret_bytecode_() macro
7019 pushSP((aint)STACK); /* save STACK */ in interpret_bytecode_()
7051 pushSP(label_dist); pushSP((aint)closureptr); in interpret_bytecode_()
7137 pushSP((aint)closureptr); in interpret_bytecode_()
7238 pushSP(label_byteptr - CODEPTR); pushSP((aint)closureptr); in interpret_bytecode_()
7284 pushSP(label_byteptr - CODEPTR); pushSP((aint)closureptr); in interpret_bytecode_()
7308 pushSP((aint)unwind_protect_to_save.fun); in interpret_bytecode_()
7309 pushSP((aint)unwind_protect_to_save.upto_frame); in interpret_bytecode_()
7331 pushSP((aint)NULL); pushSP((aint)NULL); /* NULL,NULL -> uwp_continue */ in interpret_bytecode_()
[all …]
H A Dlispbibl.d11957 #define pushSP(item) \ macro
11984 #define pushSP(item) \ macro