Lines Matching defs:PRI
50 #define PRI(owl) OwlEffectivePriority(owl)
250 const int nextpri = PRI(owl);
419 PRI(owl),
425 PRI(other_owl),
440 assert(PRI(owl) <= PRI(Scr->bottomOwl));
469 assert(PRI(owl) >= PRI(other_owl));
471 assert(PRI(owl) <= PRI(other_owl->above));
487 assert(PRI(vs_owl) <= PRI(other_owl));
543 if(priority <= PRI(Scr->bottomOwl)) {
548 (owl2 != NULL) && (PRI(owl2) < priority);
554 assert(PRI(owl1) < priority);
555 assert((owl2 == NULL) || (PRI(owl2) >= priority));
574 priority = PRI(owl) - (where == Above ? 0 : 1);
637 other_owl = OwlRightBelow(PRI(owl));
639 assert(PRI(other_owl) >= PRI(owl));
642 while((other_owl != NULL) && (PRI(other_owl) == PRI(owl))) {
704 while((other_owl != NULL) && (PRI(other_owl) == PRI(owl))) {
722 while((other_owl != NULL) && (PRI(other_owl) == PRI(owl))) {
748 priority = MAX(PRI(owl), OTP_MAX - PRI(owl));
751 (other_owl != NULL) && (PRI(other_owl) <= priority);
1210 if((PRI(owl) != OTP_ZERO || owl->pri_aflags != 0)
1759 int oldprio = PRI(twm_win->otp);
1777 int oldprio = PRI(twm_win->otp);