Searched refs:q_text (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/games/quiz/
H A Dquiz.h50 char *q_text; /* category text string from file */ member in struct:qentry
H A Dquiz.c139 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 81 milliseconds