HomeSort by: relevance | last modified time | path
    Searched defs:portable_rank_cmp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
tree.c 134 portable_rank_cmp(tspec_t t1, tspec_t t2) function in typeref:typename:int
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 &
    [all...]
tree.c 134 portable_rank_cmp(tspec_t t1, tspec_t t2) function in typeref:typename:int
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 &
    [all...]

Completed in 24 milliseconds