Home
last modified time | relevance | path

Searched refs:SgGloc (Results 1 – 11 of 11) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dgloc.c37 SgGloc *g = SG_GLOC(obj); in gloc_print()
49 SgGloc *g = SG_NEW(SgGloc); in Sg_MakeGloc()
58 int Sg_GlocConstP(SgGloc *g) in Sg_GlocConstP()
H A Dlibrary.c859 SgGloc* Sg_MakeBinding(SgLibrary *lib, SgSymbol *symbol, in Sg_MakeBinding()
862 SgGloc *g; in Sg_MakeBinding()
966 static SgGloc* find_binding(SgObject sandbox, in find_binding()
1050 SgGloc* Sg_FindBinding(SgObject library, SgObject name, SgObject callback) in Sg_FindBinding()
1068 SgGloc *g; in Sg_InsertSandboxBinding()
H A Dlib_clos.stub75 (let ((g::SgGloc* (Sg_FindBinding lib name #f))
H A Dlib_vm.c1221 SgGloc* g; in sagittarius_vm_gloc_ref()
1244 SgGloc* g; in sagittarius_vm_gloc_setX()
1268 SgGloc* g; in sagittarius_vm_gloc_boundP()
1293 SgGloc* g; in sagittarius_vm_gloc_constP()
1316 SgGloc* g; in sagittarius_vm_gloc_library()
1341 SgGloc* g; in sagittarius_vm_gloc_name()
H A Dcache.c1070 SgGloc *gloc = SG_GLOC(bind); in write_macro_cache()
1690 SgGloc *target; in read_user_defined_object()
H A Dvm.c840 SgGloc *g; in init_compiler()
941 SgGloc *g; in init_pass1_import()
H A Dlib_clos.c522 {SgGloc* g=Sg_FindBinding(lib,name,SG_FALSE);SgObject val=SG_FALSE; in sagittarius_clos__25ensure_generic_function()
H A Dregex.c402 SgGloc *gloc; in read_char_property()
572 SgGloc *gloc; in read_defined_charset()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dgloc.h48 #define SG_GLOC(obj) ((SgGloc*)obj)
56 SG_EXTERN int Sg_GlocConstP(SgGloc *g);
H A Dlibrary.h115 SG_EXTERN SgGloc* Sg_MakeBinding(SgLibrary *lib, SgSymbol *symbol,
119 SG_EXTERN SgGloc* Sg_FindBinding(SgObject library, SgObject name,
H A Dsagittariusdefs.h259 typedef struct SgGlocRec SgGloc; typedef