Home
last modified time | relevance | path

Searched refs:SCM_SYM_BUILTIN (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dbuiltin-syms.scm106 (builtin SCM_SYM_BUILTIN)
H A Dclass.c782 case SCM_CLASS_BUILTIN: return SCM_SYM_BUILTIN; in class_category()
/dports/lang/gauche/Gauche-0.9.10/src/gauche/priv/
H A Dbuiltin-syms.h49 #define SCM_SYM_BUILTIN SCM_OBJ(&Scm_BuiltinSymbols[42]) macro