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

  /src/games/ching/printching/
printching.c 98 static FILE *chingf; /* stream to read the hexagram file */ variable in typeref:typename:FILE *
123 if ((chingf = fopen(_PATH_HEX, "r")) == NULL) {
228 rewind(chingf);
230 if (fgets(textln, sizeof(textln), chingf) == NULL) {
254 if (fgets(textln, sizeof(textln), chingf) == NULL) {
298 if (fgets(textln, sizeof(textln), chingf) == NULL)
318 if (fgets(textln, sizeof(textln), chingf) == NULL)

Completed in 12 milliseconds