Home | History | Annotate | Download | only in src

Lines Matching defs:m2

1281   int m1, m2;
1287 m2 = qmatches(q2, dp);
1288 return(m1 && m2);
1291 m2 = qmatches(q2, dp);
1292 return(m1 && !m2);
1295 m2 = qmatches(q2, dp);
1296 return(!m1 && m2);
1299 m2 = qmatches(q2, dp);
1300 return(!m1 && !m2);