Home
last modified time | relevance | path

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

/dports/games/freeciv/freeciv-2.6.6/server/
H A Dcommands.h109 const char *command_name_by_number(int i);
H A Dstdinhand.c216 result = match_prefix(command_name_by_number, CMD_NUM, 0, in command_named()
326 ? command_name_by_number(cmd) in cmd_reply_line()
4222 command, command_name_by_number(cmd), caller?"/":""); in handle_stdin_input_real()
6090 cat_snprintf(buf, sizeof(buf), "%-19s", command_name_by_number(i)); in show_help_command_list()
6166 return command_name_by_number(i); in helparg_accessor()
7204 if (contains_str_before_start(start, command_name_by_number(CMD_SET), in is_enum_option_value()
7268 command_name_by_number(CMD_RESET), in is_reset()
7278 command_name_by_number(CMD_VOTE), in is_vote()
7298 command_name_by_number(CMD_MAPIMG), in is_mapimg()
7308 command_name_by_number(CMD_FCDB), in is_fcdb()
[all …]
H A Dcommands.c710 const char *command_name_by_number(int i) in command_name_by_number() function
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dcommands.h109 const char *command_name_by_number(int i);
H A Dstdinhand.c216 result = match_prefix(command_name_by_number, CMD_NUM, 0, in command_named()
326 ? command_name_by_number(cmd) in cmd_reply_line()
4222 command, command_name_by_number(cmd), caller?"/":""); in handle_stdin_input_real()
6090 cat_snprintf(buf, sizeof(buf), "%-19s", command_name_by_number(i)); in show_help_command_list()
6166 return command_name_by_number(i); in helparg_accessor()
7204 if (contains_str_before_start(start, command_name_by_number(CMD_SET), in is_enum_option_value()
7268 command_name_by_number(CMD_RESET), in is_reset()
7278 command_name_by_number(CMD_VOTE), in is_vote()
7298 command_name_by_number(CMD_MAPIMG), in is_mapimg()
7308 command_name_by_number(CMD_FCDB), in is_fcdb()
[all …]
H A Dcommands.c710 const char *command_name_by_number(int i) in command_name_by_number() function