Home
last modified time | relevance | path

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

/dports/games/mahjong/mj-1.16-src/
H A Dgame.h333 int game_set_option(Game *g, GameOptionEntry *e);
H A Dgame.c296 int game_set_option(Game *g, GameOptionEntry *e) { in game_set_option() function
1835 if ( game_set_option(g,&m->optentry) == 0 && chk ) { in game_handle_cmsg()
H A Dcontroller.c1028 game_set_option(the_game,&goe); in handle_pmsg()
1034 game_set_option(the_game,&goe); in handle_pmsg()
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dgame.h327 extern int game_set_option(t_game * game, t_game_option option);
H A Dgame.c2023 extern int game_set_option(t_game * game, t_game_option option) in game_set_option() function
H A Dhandle_bnet.c3716 game_set_option(conn_get_game(c), bngoption_to_goption(conn_get_clienttag(c), gtype, option)); in _client_startgame4()