Searched defs:qentry (Results 1 – 2 of 2) sorted by relevance
49 typedef struct qentry { struct50 struct qentry *q_next; /* next one */ argument51 char *q_text; /* category text string from file */52 int q_asked; /* TRUE if question's been asked */53 int q_answered; /* TRUE if question's been answered */
40 struct qentry { struct46 static int qentrycmp(const void *, const void *); argument