Lines Matching refs:ADDRESS

19 static ADDRESS	*self_reference __P((ADDRESS *));
20 static int sortexpensive __P((ADDRESS *, ADDRESS *));
21 static int sortbysignature __P((ADDRESS *, ADDRESS *));
22 static int sorthost __P((ADDRESS *, ADDRESS *));
24 typedef int sortfn_t __P((ADDRESS *, ADDRESS *));
27 ** SORTHOST -- strcmp()-like func for host portion of an ADDRESS
30 ** xx -- first ADDRESS
31 ** yy -- second ADDRESS
41 register ADDRESS *xx;
42 register ADDRESS *yy;
64 ** xx -- first ADDRESS
65 ** yy -- second ADDRESS
77 ADDRESS *xx;
78 ADDRESS *yy;
91 ** SORTBYSIGNATURE -- a strcmp()-like func for q_mailer and q_host in ADDRESS
94 ** xx -- first ADDRESS
95 ** yy -- second ADDRESS
103 ** May set ADDRESS pointer for q_signature if not already set.
108 ADDRESS *xx;
109 ADDRESS *yy;
162 ADDRESS *ctladdr;
163 ADDRESS **sendq;
168 register ADDRESS *SM_NONVOLATILE al; /* list of addresses to send to */
220 register ADDRESS *a;
240 ADDRESS *b;
295 register ADDRESS *a = al;
336 ADDRESS **sendq;
389 ADDRESS a; /* parsed address to be removed */
390 ADDRESS *q;
391 ADDRESS **pq;
452 ADDRESS *
454 register ADDRESS *new;
455 register ADDRESS **sendq;
459 register ADDRESS *q;
460 ADDRESS **pq;
461 ADDRESS **prev;
791 ** ADDRESS is in the list already.
796 *sendq = new; /* To be the first ADDRESS */
804 ** when there are 0 or more ADDRESS's in the list.
1092 ADDRESS *only = NULL;
1300 ADDRESS *ctladdr;
1419 ADDRESS *ctladdr;
1420 ADDRESS **sendq;
1432 register ADDRESS *ca;
1955 ADDRESS *
1957 register ADDRESS *a;
1983 static ADDRESS *
1985 ADDRESS *a;
1987 ADDRESS *b; /* top entry in self ref loop */
1988 ADDRESS *c; /* entry that point to a real mail box */