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

  /src/games/quiz/
quiz.h 50 char *q_text; /* category text string from file */ member in struct:qentry
quiz.c 139 if (qp->q_text && qp->q_text[strlen(qp->q_text) - 1] == '\\')
140 qp->q_text = appdstr(qp->q_text, lp, len);
145 if ((qp->q_text = malloc(len + 1)) == NULL)
147 strncpy(qp->q_text, lp, len);
148 qp->q_text[len] = '\0';
175 for (s = next_cat(qp->q_text); s; s = next_cat(s)) {
200 s = next_cat(qp->q_text);
    [all...]

Completed in 11 milliseconds