Home
last modified time | relevance | path

Searched defs:qentry (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/games/quiz/
H A Dquiz.h49 typedef struct qentry { struct
50 struct qentry *q_next; /* next one */ argument
51 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 */
/openbsd-src/usr.sbin/lpd/
H A Dlp.c40 struct qentry { struct
46 static int qentrycmp(const void *, const void *); argument