Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A DChrList.c92 chr_config_deconstruct( ChrList.lst + cnt, 100 ); in ChrList_dtor()
H A Dchar.h696 chr_t * chr_config_deconstruct( chr_t * pprt, int max_iterations );
H A Dchar.c4341 chr_t * tmp_chr = chr_config_deconstruct( pchr, max_iterations ); in chr_config_construct()
4370 chr_t * tmp_chr = chr_config_deconstruct( pchr, max_iterations ); in chr_config_initialize()
4399 chr_t * tmp_chr = chr_config_deconstruct( pchr, max_iterations ); in chr_config_activate()
4453 chr_t * chr_config_deconstruct( chr_t * pchr, int max_iterations ) in chr_config_deconstruct() function