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

  /src/games/arithmetic/
arithmetic.c 96 static const char defaultkeys[] = "+-"; variable in typeref:typename:const char[]
97 static const char *keys = defaultkeys;
98 static int nkeys = sizeof(defaultkeys) - 1;
arithmetic.c 96 static const char defaultkeys[] = "+-"; variable in typeref:typename:const char[]
97 static const char *keys = defaultkeys;
98 static int nkeys = sizeof(defaultkeys) - 1;
arithmetic.c 96 static const char defaultkeys[] = "+-"; variable in typeref:typename:const char[]
97 static const char *keys = defaultkeys;
98 static int nkeys = sizeof(defaultkeys) - 1;

Completed in 30 milliseconds