Searched defs:qentry (Results 1 – 1 of 1) sorted by relevance
47 typedef struct qentry { struct48 struct qentry *q_next; /* next one */ argument49 char *q_text; /* category text string from file */50 int q_asked; /* TRUE if question's been asked */51 int q_answered; /* TRUE if question's been answered */