Lines Matching refs:yy
45 sorthost(xx, yy) in sorthost() argument
47 register ADDRESS *yy;
51 return sm_strrevcasecmp(xx->q_host, yy->q_host);
53 return sm_strcasecmp(xx->q_host, yy->q_host);
81 sortexpensive(xx, yy) in sortexpensive() argument
83 ADDRESS *yy;
85 if (!bitnset(M_EXPENSIVE, yy->q_mailer->m_flags))
89 return sm_strrevcasecmp(xx->q_host, yy->q_host);
91 return sm_strcasecmp(xx->q_host, yy->q_host);
112 sortbysignature(xx, yy) in sortbysignature() argument
114 ADDRESS *yy;
122 if (yy->q_signature == NULL)
123 yy->q_signature = hostsignature(yy->q_mailer, yy->q_host,
124 QISSECURE(yy), NULL);
125 ret = strcmp(xx->q_signature, yy->q_signature);
136 return strcmp(yy->q_user, xx->q_user);