Home
last modified time | relevance | path

Searched defs:penalty (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/arithmetic/
H A Darithmetic.c281 static int penalty[sizeof(keylist) - 1][2]; variable
282 static struct penalty { struct
283 int value, penalty; /* Penalised value and its penalty. */ argument
284 struct penalty *next; argument
/dragonfly/games/snake/snake/
H A Dsnake.c95 int loot, penalty; variable