Home
last modified time | relevance | path

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

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dini_file.h37 void set_config_float(const char* section, const char* name, float value);
113 set_config_float(section, name, value); in set_config_value()
H A Dini_file.cpp168 void set_config_float(const char* section, const char* name, float value) in set_config_float() function
/dports/devel/wand-libconfig/libconfig-1.0.5/
H A Dconfig.y42 | TOK_IDENTIFIER lws TOK_FLOAT lws { set_config_float($1,$3); }
H A Dlibconfig.c101 int set_config_float(char *option,double value) in set_config_float() function
H A Dconfig.parser.c1031 { set_config_float(yyvsp[-3].str,yyvsp[-1].f); ;}
/dports/devel/allegro5/allegro5-5.2.7.0/tests/
H A Dtest_driver.c540 static void set_config_float(ALLEGRO_CONFIG *cfg, char const *section, in set_config_float() function
1447 set_config_float(cfg, testname, lval, result); in do_test()
1452 set_config_float(cfg, testname, lval, result); in do_test()
1457 set_config_float(cfg, testname, lval, result); in do_test()
1462 set_config_float(cfg, testname, lval, result); in do_test()
1475 set_config_float(cfg, testname, lval, result); in do_test()
1480 set_config_float(cfg, testname, lval, result); in do_test()
1512 set_config_float(cfg, testname, lval, d); in do_test()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Dconfig.h52 AL_FUNC(void, set_config_float, (AL_CONST char *section, AL_CONST char *name, float val));
/dports/devel/libconfig/libconfig-1.7.2/contrib/ls-config/src/
H A Dls-config.c140 int set_config_float(config_setting_t *setting, char *dataString, struct flags optflags) { in set_config_float() function
359 scs = set_config_float(ss, dataString, optflags); in set_config()
415 scs = set_config_float(setting, dataString, optflags); in set_config()
497 scs = set_config_float(ss, dataString, optflags); in set_config()
579 scs = set_config_float(ss, dataString, optflags); in set_config()
/dports/games/d2x/d2x-0.2.5/arch/dos/allg_snd/sound/
H A Dconfig.c749 void set_config_float(char *section, char *name, float val) in set_config_float() function
H A Dallegro.h165 void set_config_float(char *section, char *name, float val);
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dconfig.c1193 void set_config_float(AL_CONST char *section, AL_CONST char *name, float val) in set_config_float() function
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx2060 @xref set_config_file, set_config_float, get_config_string, get_config_argv
2115 @xref set_config_file, get_config_string, set_config_float, set_config_hex
2134 @xref set_config_file, get_config_int, set_config_string, set_config_float
2141 @xref set_config_file, get_config_hex, set_config_string, set_config_float
2147 @@void @set_config_float(const char *section, const char *name, float val);
2155 @xref set_config_file, get_config_id, set_config_string, set_config_float