Lines Matching refs:yy
40 sorthost(xx, yy) in sorthost() argument
42 register ADDRESS *yy;
46 return sm_strrevcasecmp(xx->q_host, yy->q_host);
48 return sm_strcasecmp(xx->q_host, yy->q_host);
76 sortexpensive(xx, yy) in sortexpensive() argument
78 ADDRESS *yy;
80 if (!bitnset(M_EXPENSIVE, yy->q_mailer->m_flags))
84 return sm_strrevcasecmp(xx->q_host, yy->q_host);
86 return sm_strcasecmp(xx->q_host, yy->q_host);
107 sortbysignature(xx, yy) in sortbysignature() argument
109 ADDRESS *yy;
116 if (yy->q_signature == NULL)
117 yy->q_signature = hostsignature(yy->q_mailer, yy->q_host, yy->q_flags & QSECURE);
118 ret = strcmp(xx->q_signature, yy->q_signature);
129 return strcmp(yy->q_user, xx->q_user);