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

  /src/games/arithmetic/
arithmetic.c 286 * each operation and each operand. The penlist[] array has the lists of
294 } *penlist[sizeof(keylist) - 1][2]; variable in typeref:struct:penalty * [][2]
311 p->next = penlist[op][operand];
312 penlist[op][operand] = p;
344 for (pp = &penlist[op][operand]; (p = *pp) != NULL; pp = &p->next) {
arithmetic.c 286 * each operation and each operand. The penlist[] array has the lists of
294 } *penlist[sizeof(keylist) - 1][2]; variable in typeref:struct:penalty * [][2]
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 23 milliseconds