Searched refs:RS (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libplot/t450/common/
H A Dcon.h53 #define RS 036 macro
H A Dopen.c58 (void) putchar(RS);
/osnet-11/usr/src/lib/efcode/engine/
H A Dinterp.c81 IP = (token_t *) POP(RS);
87 PUSH(RS, (fstack_t) IP);
H A Dforth.c262 PUSH(RS, POP(DS));
269 PUSH(DS, POP(RS));
276 PUSH(DS, *RS);
283 IP = (token_t *)POP(RS);
724 RS -= 3;
1712 PUSH(RS, (fstack_t)HERE);
1732 fstack_t d = POP(RS);
1802 (void) POP(RS);
1803 (void) POP(RS);
1804 IP = (token_t *)POP(RS);
[all...]
H A Dinterface.c55 PUSH(RS, d);
61 return (POP(RS));
H A Dinteractive.c167 RS = env->rs0;
174 RS = new.rs;
184 new.rs = RS;
H A Ddebug.c93 for (i = (RS - env->rs0) - 1; i > 0; i--) {
584 if (RS < env->rs0 || RS >= &env->rs0[stack_size]) {
585 log_message(MSG_ERROR, "RS: %p outside range\n", RS);
586 RS = env->rs0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnglish.pm28 the C<$/> variable can be referred to either $RS or
83 *RS
157 *RS = */ ;
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h238 #define RS (env->rs) macro

Completed in 481 milliseconds