Lines Matching refs:DS
47 addr = (variable_t *)POP(DS); in value_fetch()
48 PUSH(DS, (variable_t)*addr); in value_fetch()
57 addr = (variable_t *)POP(DS); in value_store()
58 *addr = (variable_t)POP(DS); in value_store()
67 ptr = (int *)POP(DS); in get_internal_address()
80 PUSH(DS, (fstack_t)(*iptr)); in internal_env_fetch()
90 *iptr = (instance_t *)POP(DS); in internal_env_store()
100 PUSH(DS, d); in internal_env_addr()
121 PUSH(DS, *d); in do_buffer_data()
139 d = (token_t *)POP(DS); in buffer_init()
188 PUSH(DS, d); in run_action()
236 n = (int)POP(DS); in actions()
274 n = POP(DS); in perform_action()
275 a = (acf_t)POP(DS); in perform_action()
276 PUSH(DS, (fstack_t)ACF_TO_BODY(a)); in perform_action()
288 PUSH(DS, (fstack_t)n); in define_actions()
344 PUSH(DS, 0); in do_get()
351 PUSH(DS, 1); in do_set()
358 PUSH(DS, 2); in do_addr()