Home
last modified time | relevance | path

Searched refs:UI_Alloc (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/ioquake3-server/ioquake3-1.36/code/q3_ui/
H A Dui_gameinfo.c54 void *UI_Alloc( int size ) { in UI_Alloc() function
126 infos[count] = UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) + 1); in UI_ParseInfos()
/dports/games/ioquake3/ioquake3-1.36/code/q3_ui/
H A Dui_gameinfo.c54 void *UI_Alloc( int size ) { in UI_Alloc() function
126 infos[count] = UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) + 1); in UI_ParseInfos()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/q3_ui/
H A Dui_gameinfo.c54 void *UI_Alloc( int size ) { in UI_Alloc() function
126 infos[count] = UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) + 1); in UI_ParseInfos()
/dports/games/evq3/evq3/code/q3_ui/
H A Dui_gameinfo.c54 void *UI_Alloc( int size ) { in UI_Alloc() function
126 infos[count] = UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) + 1); in UI_ParseInfos()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/ui/
H A Dui_gameinfo.c89 infos[count] = UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) + 1); in UI_ParseInfos()
H A Dui_shared.h434 void *UI_Alloc( int size );
/dports/games/ioquake3/ioquake3-1.36/code/ui/
H A Dui_gameinfo.c93 infos[count] = UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) + 1); in UI_ParseInfos()
H A Dui_shared.h436 void *UI_Alloc( int size );
/dports/games/ioquake3-server/ioquake3-1.36/code/ui/
H A Dui_gameinfo.c93 infos[count] = UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) + 1); in UI_ParseInfos()
H A Dui_shared.h436 void *UI_Alloc( int size );
/dports/games/iortcw/iortcw-1.51c/SP/code/ui/
H A Dui_gameinfo.c100 …infos[count] = UI_Alloc( strlen( info ) + strlen( "\\num\\" ) + strlen( va( "%d", MAX_ARENAS ) ) +… in UI_ParseInfos()
H A Dui_shared.h495 void *UI_Alloc( int size );
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/ui/
H A Dui_gameinfo.c93 infos[count] = UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) + 1); in UI_ParseInfos()
H A Dui_shared.h436 void *UI_Alloc( int size );
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/ui/
H A Dui_gameinfo.c93 infos[count] = UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) + 1); in UI_ParseInfos()
H A Dui_shared.h436 void *UI_Alloc( int size );
/dports/games/openarena/openarena-engine-source-0.8.8/code/ui/
H A Dui_gameinfo.c93 infos[count] = UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) + 1); in UI_ParseInfos()
H A Dui_shared.h436 void *UI_Alloc( int size );
/dports/games/evq3/evq3/code/ui/
H A Dui_gameinfo.c93 infos[count] = UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) + 1); in UI_ParseInfos()
H A Dui_shared.h436 void *UI_Alloc( int size );
/dports/games/iortcw/iortcw-1.51c/MP/code/ui/
H A Dui_gameinfo.c99 …infos[count] = UI_Alloc( strlen( info ) + strlen( "\\num\\" ) + strlen( va( "%d", MAX_ARENAS ) ) +… in UI_ParseInfos()
H A Dui_shared.h486 void *UI_Alloc( int size );
H A Dui_shared.c176 void *UI_Alloc( int size ) { in UI_Alloc() function
284 str = UI_Alloc( sizeof( stringDef_t ) ); in String_Alloc()
4947 item->typeData = UI_Alloc( sizeof( listBoxDef_t ) ); in Item_ValidateTypeData()
4950 item->typeData = UI_Alloc( sizeof( editFieldDef_t ) ); in Item_ValidateTypeData()
4958 item->typeData = UI_Alloc( sizeof( multiDef_t ) ); in Item_ValidateTypeData()
4960 item->typeData = UI_Alloc( sizeof( modelDef_t ) ); in Item_ValidateTypeData()
4962 item->typeData = UI_Alloc( sizeof( modelDef_t ) ); in Item_ValidateTypeData()
6370 menu->items[menu->itemCount] = UI_Alloc( sizeof( itemDef_t ) ); in MenuParse_itemDef()
/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dui_gameinfo.c90 …infos[count] = (char *) UI_Alloc(strlen(info) + strlen("\\num\\") + strlen(va("%d", MAX_ARENAS)) +… in UI_ParseInfos()
H A Dui_shared.h554 void *UI_Alloc( int size );

12