Home
last modified time | relevance | path

Searched refs:qlist (Results 1 – 1 of 1) sorted by relevance

/original-bsd/games/quiz/
H A Dquiz.c35 static QE qlist; variable
107 qp = &qlist;
137 for (qp = qlist.q_next; qp; qp = qp->q_next) { in show_index()
163 for (qp = qlist.q_next; qp; qp = qp->q_next) {
202 qp = qlist.q_next; in quiz()