Searched refs:qentry (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/grep/
H A Dqueue.c46 struct qentry { struct
47 STAILQ_ENTRY(qentry) list;
51 static STAILQ_HEAD(, qentry) queue = STAILQ_HEAD_INITIALIZER(queue);
54 static struct qentry *dequeue(void);
59 struct qentry *item;
61 item = grep_malloc(sizeof(struct qentry));
75 static struct qentry *
78 struct qentry *item;
92 struct qentry *item;
103 struct qentry *ite
[all...]

Completed in 108 milliseconds