Home
last modified time | relevance | path

Searched refs:empty_hash_tree (Results 1 – 6 of 6) sorted by relevance

/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dsyntax.c11 READ_ONLY static Scheme_Hash_Tree *empty_hash_tree; variable
80 REGISTER_SO(empty_hash_tree); in scheme_init_stx()
81 empty_hash_tree = scheme_make_hash_tree(0); in scheme_init_stx()
131 scheme_source_stx_props = scheme_hash_tree_set(empty_hash_tree, source_symbol, scheme_true); in scheme_init_stx()
132 …square_stx_props = scheme_hash_tree_set(empty_hash_tree, scheme_paren_shape_symbol, scheme_paren_s… in scheme_init_stx()
133 …curly_stx_props = scheme_hash_tree_set(empty_hash_tree, scheme_paren_shape_symbol, scheme_paren_sh… in scheme_init_stx()
939 props = empty_hash_tree; in scheme_stx_property()
H A Dhash.c7 READ_ONLY static Scheme_Hash_Tree *empty_hash_tree[3]; variable
3286 return empty_hash_tree[eql_kind]; in scheme_make_hash_tree()
3293 REGISTER_SO(empty_hash_tree); in scheme_init_hash_tree()
3296 empty_hash_tree[0] = t; in scheme_init_hash_tree()
3299 empty_hash_tree[1] = t; in scheme_init_hash_tree()
3302 empty_hash_tree[2] = t; in scheme_init_hash_tree()
3327 ht->els[0] = (Scheme_Object *)empty_hash_tree[eql_kind]; in scheme_make_hash_tree_placeholder()
3529 return empty_hash_tree[0]; in scheme_hash_tree_set_w_key_wraps()
3531 return empty_hash_tree[1]; in scheme_hash_tree_set_w_key_wraps()
3533 return empty_hash_tree[2]; in scheme_hash_tree_set_w_key_wraps()
H A Dlinklet.c7 SHARED_OK Scheme_Hash_Tree *empty_hash_tree; variable
1025 if (!empty_hash_tree) { in scheme_make_instance()
1026 REGISTER_SO(empty_hash_tree); in scheme_make_instance()
1027 empty_hash_tree = scheme_make_hash_tree(0); in scheme_make_instance()
1036 inst->source_names = empty_hash_tree; in scheme_make_instance()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dsyntax.c11 READ_ONLY static Scheme_Hash_Tree *empty_hash_tree; variable
80 REGISTER_SO(empty_hash_tree); in scheme_init_stx()
81 empty_hash_tree = scheme_make_hash_tree(0); in scheme_init_stx()
131 scheme_source_stx_props = scheme_hash_tree_set(empty_hash_tree, source_symbol, scheme_true); in scheme_init_stx()
132 …square_stx_props = scheme_hash_tree_set(empty_hash_tree, scheme_paren_shape_symbol, scheme_paren_s… in scheme_init_stx()
133 …curly_stx_props = scheme_hash_tree_set(empty_hash_tree, scheme_paren_shape_symbol, scheme_paren_sh… in scheme_init_stx()
939 props = empty_hash_tree; in scheme_stx_property()
H A Dhash.c7 READ_ONLY static Scheme_Hash_Tree *empty_hash_tree[3]; variable
3286 return empty_hash_tree[eql_kind]; in scheme_make_hash_tree()
3293 REGISTER_SO(empty_hash_tree); in scheme_init_hash_tree()
3296 empty_hash_tree[0] = t; in scheme_init_hash_tree()
3299 empty_hash_tree[1] = t; in scheme_init_hash_tree()
3302 empty_hash_tree[2] = t; in scheme_init_hash_tree()
3327 ht->els[0] = (Scheme_Object *)empty_hash_tree[eql_kind]; in scheme_make_hash_tree_placeholder()
3529 return empty_hash_tree[0]; in scheme_hash_tree_set_w_key_wraps()
3531 return empty_hash_tree[1]; in scheme_hash_tree_set_w_key_wraps()
3533 return empty_hash_tree[2]; in scheme_hash_tree_set_w_key_wraps()
H A Dlinklet.c7 SHARED_OK Scheme_Hash_Tree *empty_hash_tree; variable
1025 if (!empty_hash_tree) { in scheme_make_instance()
1026 REGISTER_SO(empty_hash_tree); in scheme_make_instance()
1027 empty_hash_tree = scheme_make_hash_tree(0); in scheme_make_instance()
1036 inst->source_names = empty_hash_tree; in scheme_make_instance()