Lines Matching refs:ADDRESS

21 static ADDRESS	*self_reference __P((ADDRESS *));
22 static int sortexpensive __P((ADDRESS *, ADDRESS *));
23 static int sortbysignature __P((ADDRESS *, ADDRESS *));
24 static int sorthost __P((ADDRESS *, ADDRESS *));
26 typedef int sortfn_t __P((ADDRESS *, ADDRESS *));
29 ** SORTHOST -- strcmp()-like func for host portion of an ADDRESS
32 ** xx -- first ADDRESS
33 ** yy -- second ADDRESS
43 register ADDRESS *xx;
44 register ADDRESS *yy;
66 ** xx -- first ADDRESS
67 ** yy -- second ADDRESS
79 ADDRESS *xx;
80 ADDRESS *yy;
93 ** SORTBYSIGNATURE -- a strcmp()-like func for q_mailer and q_host in ADDRESS
96 ** xx -- first ADDRESS
97 ** yy -- second ADDRESS
105 ** May set ADDRESS pointer for q_signature if not already set.
110 ADDRESS *xx;
111 ADDRESS *yy;
164 ADDRESS *ctladdr;
165 ADDRESS **sendq;
170 register ADDRESS *SM_NONVOLATILE al; /* list of addresses to send to */
222 register ADDRESS *a;
242 ADDRESS *b;
297 register ADDRESS *a = al;
338 ADDRESS **sendq;
391 ADDRESS a; /* parsed address to be removed */
392 ADDRESS *q;
393 ADDRESS **pq;
454 ADDRESS *
456 register ADDRESS *new;
457 register ADDRESS **sendq;
461 register ADDRESS *q;
462 ADDRESS **pq;
463 ADDRESS **prev;
793 ** ADDRESS is in the list already.
798 *sendq = new; /* To be the first ADDRESS */
806 ** when there are 0 or more ADDRESS's in the list.
1094 ADDRESS *only = NULL;
1302 ADDRESS *ctladdr;
1421 ADDRESS *ctladdr;
1422 ADDRESS **sendq;
1434 register ADDRESS *ca;
1957 ADDRESS *
1959 register ADDRESS *a;
1985 static ADDRESS *
1987 ADDRESS *a;
1989 ADDRESS *b; /* top entry in self ref loop */
1990 ADDRESS *c; /* entry that point to a real mail box */