Lines Matching defs:rpad
1649 RestrictStackT * rpad;
1653 for (rpad = NULL; res; res = res->link)
1654 if (!pushRestriction(&rpad, res))
1657 while (pir && popRestriction(&rpad, &res)) {
1667 flushRestrictionStack(&rpad);
1681 RestrictStackT * rpad;
1685 for (rpad = NULL; res; res = res->link)
1686 if (!pushRestriction(&rpad, res))
1689 while (pir && popRestriction(&rpad, &res)) {
1698 flushRestrictionStack(&rpad);