Home
last modified time | relevance | path

Searched refs:queue_next (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dread-rtl.c1391 static rtx queue_head, queue_next; in read_rtx() local
1408 if (queue_next == 0) in read_rtx()
1427 queue_next = queue_head; in read_rtx()
1428 XEXP (queue_next, 0) = from_file; in read_rtx()
1429 XEXP (queue_next, 1) = 0; in read_rtx()
1431 mtd.queue = queue_next; in read_rtx()
1443 *x = XEXP (queue_next, 0); in read_rtx()
1445 queue_next = XEXP (queue_next, 1); in read_rtx()
/freebsd-12.1/contrib/sendmail/src/
H A Dqueue.c2525 check = check->queue_next;
2534 check = check->queue_next;
2543 check = check->queue_next;
2554 check = check->queue_next;
2623 check = check->queue_next;
2804 check = check->queue_next;
2848 check = check->queue_next;
2864 check = check->queue_next;
H A Dmain.c1040 new->queue_next = QueueLimitId;
1048 new->queue_next = QueueLimitRecipient;
1056 new->queue_next = QueueLimitSender;
1070 new->queue_next = QueueLimitQuarantine;
H A Dsendmail.h2083 struct queue_char *queue_next; member
H A Dsrvrsmtp.c3382 new->queue_next = NULL;