Lines Matching refs:RS
265 PUSH(RS, POP(DS)); in to_r()
272 PUSH(DS, POP(RS)); in from_r()
279 PUSH(DS, *RS); in rfetch()
286 IP = (token_t *)POP(RS); in f_exit()
727 RS -= 3; in unloop()
1715 PUSH(RS, (fstack_t)HERE); in set_temporary_compile()
1735 fstack_t d = POP(RS); in temporary_execute()
1805 (void) POP(RS); in do_bleave()
1806 (void) POP(RS); in do_bleave()
1807 IP = (token_t *)POP(RS); in do_bleave()
1820 a = RS[0]; in loop_inc()
1821 RS[0] += inc; in loop_inc()
1822 if (((a ^ RS[0]) & SIGN_BIT) == 0) { in loop_inc()
1879 PUSH(RS, endpt); in common_do()
1880 PUSH(RS, l); in common_do()
1881 PUSH(RS, i); in common_do()
1946 i = RS[0] + RS[-1]; in loop_i()
1956 j = RS[-3] + RS[-4]; in loop_j()
2400 new->rs = RS; in catch()
2440 RS = efp->rs; in throw_from_fclib()