HomeSort by: relevance | last modified time | path
    Searched defs:penalise (Results 1 - 2 of 2) sorted by relevancy

  /src/games/arithmetic/
arithmetic.c 90 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 in typeref:typename:void
arithmetic.c 90 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 in typeref:typename:void

Completed in 38 milliseconds