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

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

Completed in 99 milliseconds