Searched refs:rs0 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dinterface.c238 env->rs0 = MALLOC(stack_size * sizeof (fstack_t));
239 memcpy(env->rs0, src->rs0, stack_size * sizeof (fstack_t));
240 env->rs = src->rs - src->rs0 + env->rs0;
260 FREE(env->rs0);
H A Dinit.c115 env->rs = env->rs0 = MALLOC(stack_size * sizeof (fstack_t));
H A Ddebug.c97 for (i = (RS - env->rs0) - 1; i > 0; i--) {
100 acf_backup_search(env, (acf_t)env->rs0[i+1]));
588 if (RS < env->rs0 || RS >= &env->rs0[stack_size]) {
590 RS = env->rs0;
H A Dinteractive.c167 RS = env->rs0;
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h183 fstack_t *rs0; /* base of return stack */ member in struct:FCODE_ENV
291 #define CHECK_RETURN_DEPTH(env, x, w) if ((x) > (env->rs - env->rs0)) \

Completed in 51 milliseconds