Lines Matching refs:ADDRESS
24 static ADDRESS *self_reference __P((ADDRESS *));
25 static int sortexpensive __P((ADDRESS *, ADDRESS *));
26 static int sortbysignature __P((ADDRESS *, ADDRESS *));
27 static int sorthost __P((ADDRESS *, ADDRESS *));
29 typedef int sortfn_t __P((ADDRESS *, ADDRESS *));
46 register ADDRESS *xx; in sorthost()
47 register ADDRESS *yy;
82 ADDRESS *xx; in sortexpensive()
83 ADDRESS *yy;
113 ADDRESS *xx; in sortbysignature()
114 ADDRESS *yy;
169 ADDRESS *ctladdr;
170 ADDRESS **sendq;
175 register ADDRESS *SM_NONVOLATILE al; /* list of addresses to send to */
227 register ADDRESS *a;
248 ADDRESS *b;
303 register ADDRESS *a = al;
344 ADDRESS **sendq;
401 ADDRESS a; /* parsed address to be removed */
402 ADDRESS *q;
403 ADDRESS **pq;
465 ADDRESS *
467 register ADDRESS *new; in recipient()
468 register ADDRESS **sendq;
472 register ADDRESS *q;
473 ADDRESS **pq;
474 ADDRESS **prev;
1111 ADDRESS *only = NULL;
1319 ADDRESS *ctladdr;
1438 ADDRESS *ctladdr;
1439 ADDRESS **sendq;
1451 register ADDRESS *ca;
2006 ADDRESS *
2008 register ADDRESS *a; in getctladdr()
2034 static ADDRESS *
2036 ADDRESS *a; in self_reference()
2038 ADDRESS *b; /* top entry in self ref loop */
2039 ADDRESS *c; /* entry that point to a real mail box */