Home
last modified time | relevance | path

Searched refs:scheme_instance_variable_bucket (Results 1 – 8 of 8) sorted by relevance

/dports/lang/racket/racket-8.3/src/bc/src/
H A Dlinklet.c853 b = scheme_instance_variable_bucket(argv[1], (Scheme_Instance *)argv[0]); in instance_set_variable_value()
873 b = scheme_instance_variable_bucket(argv[1], (Scheme_Instance *)argv[0]); in instance_unset_variable()
1072 Scheme_Bucket *scheme_instance_variable_bucket(Scheme_Object *symbol, Scheme_Instance *inst) in scheme_instance_variable_bucket() function
1541 v = (Scheme_Object *)scheme_instance_variable_bucket(scheme_false, instance); in push_prefix()
1550 v = (Scheme_Object *)scheme_instance_variable_bucket(v, (Scheme_Instance *)instances[j]); in push_prefix()
1629 v = (Scheme_Object *)scheme_instance_variable_bucket(v, instance); in push_prefix()
H A Denv.c748 return scheme_instance_variable_bucket(symbol, env->instance); in scheme_global_bucket()
H A Dstartup-glue.inc86 b = scheme_instance_variable_bucket(scheme_intern_symbol(name), inst);
H A Dschpriv.h3326 Scheme_Bucket *scheme_instance_variable_bucket(Scheme_Object *symbol, Scheme_Instance *inst);
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dlinklet.c853 b = scheme_instance_variable_bucket(argv[1], (Scheme_Instance *)argv[0]); in instance_set_variable_value()
873 b = scheme_instance_variable_bucket(argv[1], (Scheme_Instance *)argv[0]); in instance_unset_variable()
1072 Scheme_Bucket *scheme_instance_variable_bucket(Scheme_Object *symbol, Scheme_Instance *inst) in scheme_instance_variable_bucket() function
1541 v = (Scheme_Object *)scheme_instance_variable_bucket(scheme_false, instance); in push_prefix()
1550 v = (Scheme_Object *)scheme_instance_variable_bucket(v, (Scheme_Instance *)instances[j]); in push_prefix()
1629 v = (Scheme_Object *)scheme_instance_variable_bucket(v, instance); in push_prefix()
H A Denv.c748 return scheme_instance_variable_bucket(symbol, env->instance); in scheme_global_bucket()
H A Dstartup-glue.inc86 b = scheme_instance_variable_bucket(scheme_intern_symbol(name), inst);
H A Dschpriv.h3326 Scheme_Bucket *scheme_instance_variable_bucket(Scheme_Object *symbol, Scheme_Instance *inst);