Home
last modified time | relevance | path

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

/dports/games/zangband/zangband/src/
H A Dinit2.c1116 init_options(OPT_FLAG_BIRTH | OPT_FLAG_SERVER | OPT_FLAG_PLAYER); in init_other()
H A Dui.c195 do_cmd_options(OPT_FLAG_BIRTH | OPT_FLAG_SERVER | OPT_FLAG_PLAYER); in get_player_choice()
H A Dbirth.c1564 do_cmd_options(OPT_FLAG_BIRTH | OPT_FLAG_SERVER | in player_birth_aux_3()
H A Dfiles.c492 init_options(OPT_FLAG_BIRTH | OPT_FLAG_SERVER | in process_pref_file_command()
522 init_options(OPT_FLAG_BIRTH | OPT_FLAG_SERVER | in process_pref_file_command()
H A Dload.c1185 init_options(OPT_FLAG_BIRTH | OPT_FLAG_SERVER | OPT_FLAG_PLAYER); in rd_options()
H A Dcmd4.c384 if (flags & OPT_FLAG_BIRTH) in init_options()
H A Ddefines.h4101 #define OPT_FLAG_BIRTH 0x01 macro