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

/macosx-10.10/uucp-11/uucp/lib/
H A Dbuffer.c51 static struct sbuf *qBlist; variable in typeref:struct:sbuf
62 if (qBlist == NULL)
69 q = qBlist;
70 qBlist = q->qnext;
101 for (qlook = qBlist; qlook != NULL; qlook = qlook->qnext)
112 q->qnext = qBlist;
113 qBlist = q;

Completed in 103 milliseconds