Home
last modified time | relevance | path

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

/dports/games/neverball/neverball-1.6.0/ball/
H A Dst_name.c72 config_set_s(CONFIG_PLAYER, text_input); in name_action()
144 text_input_str(config_get_s(CONFIG_PLAYER), 0); in name_enter()
H A Dst_conf.c151 const char *player = config_get_s(CONFIG_PLAYER); in conf_gui()
H A Dst_title.c106 if (strlen(config_get_s(CONFIG_PLAYER)) == 0) in title_action()
H A Dprogress.c362 const char *player = config_get_s(CONFIG_PLAYER); in progress_rename()
H A Dlevel.c239 const char *player = config_get_s(CONFIG_PLAYER); in level_score_update()
H A Ddemo.c280 SAFECPY(d->player, config_get_s(CONFIG_PLAYER)); in demo_play_init()
H A Dset.c537 const char *player = config_get_s(CONFIG_PLAYER); in set_score_update()
/dports/games/neverball/neverball-1.6.0/share/
H A Dconfig.h112 extern int CONFIG_PLAYER;
H A Dconfig.c116 int CONFIG_PLAYER; variable
228 { &CONFIG_PLAYER, "player", "" },