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

/netbsd-current/games/arithmetic/
H A Darithmetic.c286 * each operation and each operand. The penlist[] array has the lists of
294 } *penlist[sizeof(keylist) - 1][2]; variable in typeref:struct:penalty
311 p->next = penlist[op][operand];
312 penlist[op][operand] = p;
344 for (pp = &penlist[op][operand]; (p = *pp) != NULL; pp = &p->next) {

Completed in 164 milliseconds