Home | History | Annotate | Download | only in lint1

Lines Matching defs:portable_rank_cmp

134 portable_rank_cmp(tspec_t t1, tspec_t t2)
1727 && portable_rank_cmp(lt, rt) < 0)
2618 && portable_rank_cmp(lt, rt) < 0
2654 if (hflag && allow_trad && allow_c90 && portable_rank_cmp(lt, rt) < 0)
3634 portable_rank_cmp(nt, ot) != 0) {
3642 return portable_rank_cmp(ot, INT) > 0;
3728 // XXX: The portable_rank_cmp aims at portable mode, independent of the
3732 if (aflag > 0 && portable_rank_cmp(nt, ot) < 0) {
3756 portable_rank_cmp(nt, ot) > 0 &&
3766 if (Pflag && portable_rank_cmp(nt, ot) > 0 &&
3796 if (portable_rank_cmp(nt, PTR) >= 0)
3890 return portable_rank_cmp(nst, ost) != 0;
4267 portable_rank_cmp(nt, ot) > 0)))) {