Lines Matching refs:RS
265 PUSH(RS, POP(DS));
272 PUSH(DS, POP(RS));
279 PUSH(DS, *RS);
286 IP = (token_t *)POP(RS);
727 RS -= 3;
1715 PUSH(RS, (fstack_t)HERE);
1735 fstack_t d = POP(RS);
1805 (void) POP(RS);
1806 (void) POP(RS);
1807 IP = (token_t *)POP(RS);
1820 a = RS[0];
1821 RS[0] += inc;
1822 if (((a ^ RS[0]) & SIGN_BIT) == 0) {
1875 * when the sign bit of RS[0] changes.
1879 PUSH(RS, endpt);
1880 PUSH(RS, l);
1881 PUSH(RS, i);
1946 i = RS[0] + RS[-1];
1956 j = RS[-3] + RS[-4];
2400 new->rs = RS;
2440 RS = efp->rs;