Home
last modified time | relevance | path

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

/dports/games/freeciv/freeciv-2.6.6/server/
H A Dcommands.h119 int command_vote_percent(const struct command *pcommand);
H A Dvoting.c371 pvote->need_pc = (double) command_vote_percent(pcmd) / 100.0; in vote_new()
411 return (((double) (command_vote_percent(pcmd) in vote_would_pass_immediately()
H A Dcommands.c774 int command_vote_percent(const struct command *pcommand) in command_vote_percent() function
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dcommands.h119 int command_vote_percent(const struct command *pcommand);
H A Dvoting.c371 pvote->need_pc = (double) command_vote_percent(pcmd) / 100.0; in vote_new()
411 return (((double) (command_vote_percent(pcmd) in vote_would_pass_immediately()
H A Dcommands.c774 int command_vote_percent(const struct command *pcommand) in command_vote_percent() function