Searched refs:s48_gather_objects (Results 1 – 7 of 7) sorted by relevance
/dports/lang/scheme48/scheme48-1.9.2/c/bibop/ |
H A D | find_all.c | 65 s48_value s48_gather_objects(char(*predicate)(s48_value), in s48_gather_objects() function 134 return s48_gather_objects(&find_predicate, &find_iterator); in do_find()
|
H A D | find_all.h | 14 extern s48_value s48_gather_objects(char(*predicate)(s48_value),
|
/dports/lang/scheme48/scheme48-1.9.2/c/ |
H A D | scheme48heap.h | 33 extern long s48_gather_objects(char(*)(long), char(*)(char(*)(long)));
|
H A D | scheme48-twospace-heap-32.c | 47 long s48_gather_objects(char(*)(long), char(*)(char(*)(long))); 744 long s48_gather_objects(char (*predicate_84X)(long), char (*for_each_object_85X)(char(*)(long))) in s48_gather_objects() function
|
H A D | scheme48-twospace-heap-64.c | 47 long s48_gather_objects(char(*)(long), char(*)(char(*)(long))); 744 long s48_gather_objects(char (*predicate_84X)(long), char (*for_each_object_85X)(char(*)(long))) in s48_gather_objects() function
|
H A D | scheme48vm-64.c | 17487 vector_2158X = s48_gather_objects(shared_binding_undefinedP, for_each_imported_binding); in s48_restart()
|
H A D | scheme48vm-32.c | 17487 vector_2158X = s48_gather_objects(shared_binding_undefinedP, for_each_imported_binding); in s48_restart()
|