Home
last modified time | relevance | path

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

/dports/lang/qscheme/qscheme-0.5.1/
H A Dvm2.h110 SCM_OP_CALLS, /* C prim with variable number of args */ enumerator
H A Dasm.c393 scm_asm_put_opc(c, (nargs < 0) ? SCM_OP_CALLS : SCM_OP_CALLC0 + nargs); in scm_asm_call_jump()
427 scm_asm_put_opc(c, SCM_OP_CALLS); in scm_asm_callc()