Home
last modified time | relevance | path

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

/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/frontlib/model/
H A Dteam.c157 if(flib_ini_create_section(ini, "team")) { in writeTeamSection()
180 if(flib_ini_create_section(ini, sectionName)) { in writeHogSections()
201 if(flib_ini_create_section(ini, "binds")) { in writeBindingSection()
H A Dschemelist.c155 if(ini && !flib_ini_create_section(ini, "schemes")) { in flib_schemelist_to_ini()
H A Dweapon.c195 if(ini && !flib_ini_create_section(ini, "General")) { in flib_weaponsetlist_to_ini()
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/frontlib/model/
H A Dteam.c157 if(flib_ini_create_section(ini, "team")) { in writeTeamSection()
180 if(flib_ini_create_section(ini, sectionName)) { in writeHogSections()
201 if(flib_ini_create_section(ini, "binds")) { in writeBindingSection()
H A Dschemelist.c155 if(ini && !flib_ini_create_section(ini, "schemes")) { in flib_schemelist_to_ini()
H A Dweapon.c195 if(ini && !flib_ini_create_section(ini, "General")) { in flib_weaponsetlist_to_ini()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/frontlib/util/
H A Dinihelper.h82 int flib_ini_create_section(flib_ini *ini, const char *section);
H A Dinihelper.c141 int flib_ini_create_section(flib_ini *ini, const char *section) { in flib_ini_create_section() function
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/frontlib/util/
H A Dinihelper.h82 int flib_ini_create_section(flib_ini *ini, const char *section);
H A Dinihelper.c141 int flib_ini_create_section(flib_ini *ini, const char *section) { in flib_ini_create_section() function