OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 21 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025