Home
last modified time | relevance | path

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

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dvariable.c941 int lite_later_alloc; variable
H A Dcave.c8431 if (lite_later_num >= lite_later_alloc) {
8433 GROW(lite_later, lite_later_alloc, lite_later_alloc * 2, struct worldspot);
8434 lite_later_alloc *= 2;
H A Dinit2.c2597 lite_later_alloc = 16; in init_other()
H A Dexterns.h459 int lite_later_alloc; variable