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

  /src/games/quiz/
quiz.c 71 static const char *next_cat(const char *);
175 for (s = next_cat(qp->q_text); s; s = next_cat(s)) {
200 s = next_cat(qp->q_text);
210 s = next_cat(s);
257 s = next_cat(s);
268 s = next_cat(s);
306 next_cat(const char *s) function in typeref:typename:const char *
quiz.c 71 static const char *next_cat(const char *);
175 for (s = next_cat(qp->q_text); s; s = next_cat(s)) {
200 s = next_cat(qp->q_text);
210 s = next_cat(s);
257 s = next_cat(s);
268 s = next_cat(s);
306 next_cat(const char *s) function in typeref:typename:const char *

Completed in 26 milliseconds