Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_clisrv.c279 while (textcmdtic && textcmdtic->tic != tic) in D_FreeTextcmd()
281 tctprev = &textcmdtic->next; in D_FreeTextcmd()
282 textcmdtic = textcmdtic->next; in D_FreeTextcmd()
285 if (textcmdtic) in D_FreeTextcmd()
306 Z_Free(textcmdtic); in D_FreeTextcmd()
314 while (textcmdtic && textcmdtic->tic != tic) textcmdtic = textcmdtic->next; in D_GetExistingTextcmd()
317 if (textcmdtic) in D_GetExistingTextcmd()
336 while (textcmdtic && textcmdtic->tic != tic) in D_GetTextcmd()
339 textcmdtic = textcmdtic->next; in D_GetTextcmd()
343 if (!textcmdtic) in D_GetTextcmd()
[all …]