Home
last modified time | relevance | path

Searched refs:extra_help_func (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/server/
H A Dcommands.c43 char *(*extra_help_func)(const char *cmdname); member
737 if (pcommand->extra_help_func) { in command_extra_help()
739 return pcommand->extra_help_func(pcommand->name); in command_extra_help()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dcommands.c43 char *(*extra_help_func)(const char *cmdname); member
737 if (pcommand->extra_help_func) { in command_extra_help()
739 return pcommand->extra_help_func(pcommand->name); in command_extra_help()