pq_next 127 source3/printing/notify.c struct notify_queue *pq, *pq_next; pq_next 160 source3/printing/notify.c for (pq = notify_queue_head; pq; pq = pq_next) { pq_next 161 source3/printing/notify.c pq_next = pq->next;