Home
last modified time | relevance | path

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

/dports/net-im/toxic/toxic-0.11.3/src/
H A Dgame_base.h245 GameType game_get_type(const char *game_string);
H A Dglobal_commands.c346 GameType type = game_get_type(argv[1]); in cmd_game()
H A Dgame_base.c89 GameType game_get_type(const char *game_string) in game_get_type() function
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dgame.h285 extern t_game_type game_get_type(t_game const * game);
H A Dgame.c783 if (game_get_type(game)==game_type_ironman) in game_report()
893 if (game_get_type(game)!=game_type_ladder && prefs_get_report_all_games()!=1) in game_report()
1108 extern t_game_type game_get_type(t_game const * game) in game_get_type() function
2255 if (game_match_type(game_get_type(game),prefs_get_ladder_games()) && in game_is_ladder()
H A Dhandle_bnet.c3220 …t_pass(game), tag_uint_to_str(clienttag_str, game_get_clienttag(game)), (int) game_get_type(game)); in _glist_cb()
3234 if (cbdata->gtype != game_type_all && game_get_type(game) != cbdata->gtype) { in _glist_cb()
3246 bn_short_set(&glgame.gametype, gtype_to_bngtype(game_get_type(game))); in _glist_cb()
3366 bn_short_set(&glgame.gametype, gtype_to_bngtype(game_get_type(game))); in _client_gamelistreq()
3459 gtype = game_get_type(game); in _client_joingame()
4123 … map \"%s\" gametype \"%s\"", conn_get_socket(c), mapname, game_type_get_str(game_get_type(game))); in _client_mapauthreq1()
4140 if (game_get_type(game) == game_type_ladder) { in _client_mapauthreq1()
4184 … map \"%s\" gametype \"%s\"", conn_get_socket(c), mapname, game_type_get_str(game_get_type(game))); in _client_mapauthreq2()
4201 if (game_get_type(game) == game_type_ladder) { in _client_mapauthreq2()
H A Dcommand.c2774 game_type_get_str(game_get_type(game)), in _glist_cb()
3575 snprintf(msgtemp, sizeof(msgtemp), "Type: %-20.20s",game_type_get_str(game_get_type(game))); in _handle_gameinfo_command()