Lines Matching refs:sendq
162 sendtolist(list, ctladdr, sendq, aliaslevel, e) in sendtolist() argument
165 ADDRESS **sendq;
300 a = recipient(a, sendq, aliaslevel, e);
336 removefromlist(list, sendq, e) in removefromlist() argument
338 ADDRESS **sendq;
406 for (pq = sendq; (q = *pq) != NULL; pq = &q->q_next)
455 recipient(new, sendq, aliaslevel, e) in recipient() argument
457 register ADDRESS **sendq;
719 for (pq = sendq; (q = *pq) != NULL; pq = &q->q_next)
798 *sendq = new; /* To be the first ADDRESS */
851 sendq, aliaslevel, e);
916 alias(new, sendq, aliaslevel, e);
924 if (udbexpand(new, sendq, aliaslevel, e) == EX_TEMPFAIL)
962 maplocaluser(new, sendq, aliaslevel + 1, e);
1042 forward(new, sendq, aliaslevel, e);
1057 printaddr(sm_debug_file(), *sendq, true);
1064 for (q = *sendq; q != NULL; q = q->q_next)
1096 for (q = *sendq; q != NULL; q = q->q_next)
1418 include(fname, forwarding, ctladdr, sendq, aliaslevel, e) in include() argument
1422 ADDRESS **sendq;
1864 nincludes += sendtolist(buf, ctladdr, sendq, aliaslevel + 1, e);