Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/localization/
H A Dlocalize.cpp458 for (auto &xstr_entry : Xstr_table) in lcl_xstr_init() local
459 xstr_entry.str = nullptr; in lcl_xstr_init()
530 for (auto &xstr_entry : Xstr_table) { in lcl_xstr_close() local
531 if (xstr_entry.str != nullptr) { in lcl_xstr_close()
532 vm_free((void *)xstr_entry.str); in lcl_xstr_close()
533 xstr_entry.str = nullptr; in lcl_xstr_close()