Home | History | Annotate | Download | only in grep

Lines Matching refs:qentry

49 struct qentry {
50 STAILQ_ENTRY(qentry) list;
54 static STAILQ_HEAD(, qentry) queue = STAILQ_HEAD_INITIALIZER(queue);
57 static struct qentry *dequeue(void);
62 struct qentry *item;
64 item = grep_malloc(sizeof(struct qentry));
81 static struct qentry *
84 struct qentry *item;
98 struct qentry *item;
110 struct qentry *item;