Home
last modified time | relevance | path

Searched refs:Sg_HashTableRef (Results 1 – 19 of 19) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/filewatch/
H A Dfsevents_watch.c143 SgObject h = Sg_HashTableRef(SG_HASHTABLE(ctx->handlers), p, SG_FALSE); in fsevent_callback()
144 SgObject flags = Sg_HashTableRef(fc->paths, p, SG_FALSE); in fsevent_callback()
153 h = Sg_HashTableRef(SG_HASHTABLE(ctx->handlers), dp, SG_FALSE); in fsevent_callback()
154 flags = Sg_HashTableRef(fc->paths, dp, SG_FALSE); in fsevent_callback()
H A Dwindows_watch.c285 SgObject h = Sg_HashTableRef(SG_HASHTABLE(ctx->handlers), dir, SG_FALSE); in handle_event()
296 h = Sg_HashTableRef(SG_HASHTABLE(ctx->handlers), name, SG_FALSE); in handle_event()
H A Dkqueue_watch.c205 h = Sg_HashTableRef(ctx->handlers, evm[i].udata, SG_FALSE); in Sg_StartMonitoring()
H A Dinotify_watch.c159 handler = Sg_HashTableRef(ctx->handlers, name, SG_FALSE); in handle_events()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dkeyword.c61 # define Sg_HashTableRef Sg_WeakHashTableRef macro
82 r = Sg_HashTableRef(keywords.table, name, SG_FALSE); in Sg_MakeKeyword()
H A Dsymbol.c42 # define Sg_HashTableRef Sg_WeakHashTableRef macro
90 e = Sg_HashTableRef(obtable, SG_OBJ(name), SG_FALSE); in Sg_MakeSymbol()
H A Dcache.c258 if (!SG_UNBOUNDP(Sg_HashTableRef(seen, obj, SG_UNBOUND))) return TRUE; in cachable_p()
500 value = Sg_HashTableRef(ctx->sharedObjects, obj, SG_UNBOUND); in write_cache_scan()
621 value = Sg_HashTableRef(ctx->sharedObjects, cb, SG_UNBOUND); in write_cache_pass1()
783 p = Sg_HashTableRef(ctx->sharedObjects, o, SG_FALSE); in write_list_cache()
788 p = Sg_HashTableRef(ctx->sharedObjects, o, SG_FALSE); in write_list_cache()
993 state = Sg_HashTableRef(ctx->sharedObjects, cb, SG_UNBOUND); in write_cache_pass2()
1234 if (SG_TRUEP(Sg_HashTableRef(seen, obj, SG_FALSE))) return; in link_container()
1275 SgObject new_cb = Sg_HashTableRef(ctx->seen, index, SG_FALSE); in link_cb_rec()
1636 o = Sg_HashTableRef(ctx->sharedObjects, SG_MAKE_INT(uid), SG_UNBOUND); in read_lookup()
1735 SgObject o = Sg_HashTableRef(ctx->sharedObjects, index, SG_UNBOUND); in get_shared()
[all …]
H A Dstring.c139 # define Sg_HashTableRef Sg_WeakHashTableRef macro
156 r = Sg_HashTableRef(stable, SG_OBJ(tmp), SG_FALSE); in makestring()
225 r = Sg_HashTableRef(stable, SG_OBJ(s), SG_FALSE); in Sg_LiteralStringP()
247 r = Sg_HashTableRef(stable, SG_OBJ(s), SG_FALSE); in Sg_StringIntern()
H A Dlibrary.c597 lib = Sg_HashTableRef(ALL_LIBRARIES, libname, SG_FALSE); in search_library_unsafe()
613 lib = Sg_HashTableRef(ALL_LIBRARIES, libname, SG_FALSE); in search_library_unsafe()
660 r = Sg_HashTableRef(ALL_LIBRARIES, libname, SG_FALSE); in search_library_unsafe()
868 v = Sg_HashTableRef(lib->table, symbol, SG_FALSE); in Sg_MakeBinding()
984 ret = Sg_HashTableRef(sandbox, Sg_Cons(lib, oname), SG_UNBOUND); in find_binding()
988 ret = Sg_HashTableRef(SG_LIBRARY_TABLE(lib), name, SG_UNBOUND); in find_binding()
H A Dwriter.c858 e = Sg_HashTableRef(ht, obj, SG_FALSE); in write_ss_rec()
880 && (!ht || SG_FALSEP(Sg_HashTableRef(ht, SG_CDR(obj), SG_FALSE)))) { in write_ss_rec()
922 e = Sg_HashTableRef(ht, obj, SG_FALSE); in write_ss_rec()
959 SgObject e = Sg_HashTableRef(ht, (obj), SG_UNBOUND); \ in write_walk_circular()
972 SgObject e = Sg_HashTableRef(ht, (obj), SG_MAKE_INT(0)); \ in write_walk_circular()
1009 SgObject e = Sg_HashTableRef(ht, (obj), SG_UNBOUND); \ in write_walk()
H A Dprofiler.c113 SgObject e = Sg_HashTableRef(prof->statHash, in collect_samples()
H A Dcompare.c797 SgObject bx = Sg_HashTableRef(ht, x, SG_FALSE); in union_find()
798 SgObject by = Sg_HashTableRef(ht, y, SG_FALSE); in union_find()
H A Dhashtable.c962 SgObject Sg_HashTableRef(SgHashTable *table, SgObject key, SgObject fallback) in Sg_HashTableRef() function
1011 Sg_HashTableSet(dst, key, Sg_HashTableRef(src, key, SG_UNBOUND), 0); in Sg_HashTableAddAll()
H A Dreader.c1510 if (SG_UNDEFP(Sg_HashTableRef(ctx->graph, SG_MAKE_INT(mark), SG_UNDEF))) { in read_hash_equal()
1700 SgObject obj = Sg_HashTableRef(ctx->graph, ref->index, SG_UNDEF); in lookup_graph()
1929 e = Sg_HashTableRef(obtable, o, SG_UNBOUND); in Sg_ConstantLiteralP()
1939 e = Sg_HashTableRef(obtable, o, SG_UNBOUND); in Sg_AddConstantLiteral()
H A Dunicode.c865 c = Sg_HashTableRef(general_category, SG_MAKE_CHAR(ch), SG_FALSE); in Sg_CharGeneralCategory()
H A Dlib_core.stub2641 (result (Sg_HashTableRef ht key fallback)))
2659 (result (!= (Sg_HashTableRef ht key NULL) NULL)))
H A Dlib_core.c12818 SG_RESULT=(Sg_HashTableRef(ht,key,fallback)); in core_hashtable_ref()
12909 SG_RESULT=((Sg_HashTableRef(ht,key,NULL))!=(NULL)); in core_hashtable_containsP()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dhashtable.h186 SG_EXTERN SgObject Sg_HashTableRef(SgHashTable *table, SgObject key,
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/ffi/
H A Dsagittarius-ffi.c676 r = Sg_HashTableRef(callbacks, pp, SG_FALSE); in convert_c_to_scheme()
1770 return Sg_HashTableRef(callbacks, SG_OBJ(ret), SG_FALSE)); in internal_ffi_call()