Home
last modified time | relevance | path

Searched refs:cat_other (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/lpr/lpc/
H A Dcmds.c488 const int a_lt_b = -1, a_gt_b = 1, cat_other = 10; in sortq() local
506 cat_X = cat_other; \ in sortq()
520 if (cat_X != cat_other) { \ in sortq()
529 cat_X = cat_other; \ in sortq()
541 if ((cat_a >= cat_other) || (cat_b >= cat_other)) { in sortq()