Home
last modified time | relevance | path

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

/dports/games/tileworld/tworld-1.3.0/
H A Dunslist.c48 static int listallocated = 0; variable
117 if (listcount == listallocated) { in addtounslist()
118 listallocated = listallocated ? listallocated * 2 : 16; in addtounslist()
119 xalloc(unslist, listallocated * sizeof *unslist); in addtounslist()
276 listallocated = 0; in clearunslist()