Home
last modified time | relevance | path

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

/dports/games/powder/powder118_src/
H A Dname.cpp25 int glb_numnames = 0; variable
34 for (i = 0; i < glb_numnames; i++) in name_init()
44 glb_numnames = numnames; in name_init()
46 glb_namerefs = new u8[glb_numnames]; in name_init()
56 for (i = 0; i < glb_numnames; i++) in name_alloc()
64 if (i == glb_numnames) in name_alloc()
71 newsize = glb_numnames * 2; in name_alloc()
83 glb_numnames = newsize; in name_alloc()
105 if (idx >= glb_numnames) in name_addref()
121 if (idx >= glb_numnames) in name_decref()
[all …]