Home
last modified time | relevance | path

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

/dports/games/slump/slump-0.003.02/
H A Dslump.h403 flat_cell *flat_cell_anchor; member
H A Dslump.c8651 answer->flat_cell_anchor = NULL; in new_construct()
8664 answer->next = cn->flat_cell_anchor; in add_flat_cell()
8665 cn->flat_cell_anchor = answer; in add_flat_cell()
8789 for (fc=x->flat_cell_anchor;fc;fc=fc->next) { in dump_foo_construct()
8891 for (fc=x->flat_cell_anchor;fc;fc=fc->next) { in dump_foo_construct()
10697 for (ccount=0,fc=cs->flat_cell_anchor;fc;fc=fc->next) ccount++; in install_construct()
10699 for (fc=cs->flat_cell_anchor;fc;fc=fc->next) if (0==ccount--) break; in install_construct()