Home
last modified time | relevance | path

Searched refs:SCM_PROC_SUBR (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dproc.c52 if (SCM_PROCEDURE_TYPE(obj) == SCM_PROC_SUBR) { in proc_print()
106 SCM_PROCEDURE_INIT(s, required, optional, SCM_PROC_SUBR, info); in Scm_MakeSubr()
147 case SCM_PROC_SUBR: in Scm_CopyProcedure()
H A Dvmcall.c174 if (proctype == SCM_PROC_SUBR) {
H A Dlibalpha.scm109 [(SCM_PROC_SUBR SCM_PROC_CLOSURE)] ;ok
H A Dgauche.h1551 SCM_PROC_SUBR, enumerator
1628 (SCM_PROCEDUREP(obj)&&(SCM_PROCEDURE_TYPE(obj)==SCM_PROC_SUBR))
1645 req, opt, SCM_PROC_SUBR, cst, 0, inf, inliner), \
H A Dlibalpha.c1177 case SCM_PROC_SUBR : case SCM_PROC_CLOSURE : {break;} in libalphagetter_with_setter()