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

/freebsd-12-stable/usr.bin/grep/
H A Dqueue.c52 static qentry_t *qend, *qpool; variable
64 qlist = qnext = qpool = grep_calloc(Bflag, sizeof(*qpool));
65 qend = qpool + (Bflag - 1);
73 return (qpool);
126 qlist = qnext = qpool;
142 qlist = qnext = qpool;

Completed in 99 milliseconds