Home
last modified time | relevance | path

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

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dsym.c271 static pool_list linearized_pools = NULL; variable
397 while (linearized_pools) in _gst_pop_all_scopes()
399 next = linearized_pools->next; in _gst_pop_all_scopes()
400 xfree (linearized_pools); in _gst_pop_all_scopes()
401 linearized_pools = next; in _gst_pop_all_scopes()
845 if (!linearized_pools) in find_class_variable()
847 pool_list *p_end = &linearized_pools; in find_class_variable()
856 for (pool = linearized_pools; pool; pool = pool->next) in find_class_variable()