Searched refs:penalise (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/games/arithmetic/
H A Darithmetic.c90 static void penalise(int, int, int);
254 /* Wrong answer; penalise and ask again. */
257 penalise(right, op, 1);
259 penalise(left, op, 0);
261 penalise(result, op, 0);
304 penalise(int value, int op, int operand) function

Completed in 129 milliseconds