Lines Matching refs:tup
1552 u_short tup, po; local
1555 tup = *pop;
1564 if (tup != po) /* EQUAL */
1568 if (tup == po) /* NOTEQUAL */
1572 if (tup >= po) /* LESSTHAN */
1576 if (tup <= po) /* GREATERTHAN */
1580 if (tup > po) /* LT or EQ */
1584 if (tup < po) /* GT or EQ */
1588 if (tup >= po && tup <= frp->frp_top) /* Out of range */
1592 if (tup <= po || tup >= frp->frp_top) /* In range */
1596 if (tup < po || tup > frp->frp_top) /* Inclusive range */