| /src/lib/libcrypt/ | 
| Makefile | 22 .PATH: ${ARGON2DIR}/dist/phc-winner-argon2/src \ 23 	${ARGON2DIR}/dist/phc-winner-argon2/src/blake2 \
 24 	${ARGON2DIR}/dist/phc-winner-argon2/include
 26 CPPFLAGS+=	-I${ARGON2DIR}/dist/phc-winner-argon2/include
 
 | 
| /src/games/caesar/ | 
| caesar.c | 133 	unsigned int try, winner;  local in function:guess_and_rotate 156 	winner = 0;
 165 			/* got a new winner! */
 166 			winner = try;
 171 	init_rottbl(winner);
 
 | 
| /src/sys/arch/alpha/stand/standtest/ | 
| test.c | 176 	const struct cmdtab *try, *winner;  local in function:dispatch_cmd 203 			winner = try;
 209 		(*winner->fn)(buf + nonwhitespace);
 
 | 
| /src/games/larn/ | 
| scores.c | 17  * unction to sort the scoreboard newscore(score, whoo, whyded, winner) 92 	"a winner", "trapped in solid rock", "killed by a missing save file",
 198  * winner, otherwise the next level of difficulty listed in the winners
 432  * newscore(score, whoo, whyded, winner) 	Function to add entry to scoreboard
 433  * 	int score, winner, whyded;
 437  * 	died() reason # in whyded, and TRUE/FALSE in winner if a winner
 441 newscore(long score, char *whoo, int whyded, int winner)
 447 	/* if a winner then delete all non-winning scores */
 449 		winner = 0;	/* if he cheated, don't let him win *
 [all...]
 | 
| global.c | 33 extern char     winner[]; 
 | 
| /src/games/gomoku/ | 
| main.c | 278 	player_color winner;  member in struct:outcome 384 		declare_winner(outcome.result, input, outcome.winner);
 
 |