Lines Matching refs:DS
72 if (DS > env->ds0) { in output_data_stack()
73 for (i = 0; i < (DS - env->ds0); i++) in output_data_stack()
151 acf = (acf_t)POP(DS); in paren_debug()
179 d = POP(DS); in debug()
181 acf = (acf_t)POP(DS); in debug()
332 d = POP(DS); in undebug()
334 acf = (acf_t)POP(DS); in undebug()
585 if (DS < env->ds0 || DS >= &env->ds0[stack_size]) { in check_vitals()
586 forth_abort(env, "DS: %p outside range\n", DS); in check_vitals()
642 PUSH(DS, (fstack_t)&debug_level); in debugf()
648 PUSH(DS, (fstack_t)&env->control); in control()
1046 len = POP(DS); in dump()
1047 data = (uchar_t *)POP(DS); in dump()
1158 acf_t save_acf = (acf_t)POP(DS); in paren_see()
1383 d = POP(DS); in see()
1413 acf_t acf = (acf_t)POP(DS); in dot_calls()
1422 fstack_t d = POP(DS); in dot_pci_space()
1446 PUSH(DS, (fstack_t)(&env->fcode_debug)); in fcode_debug()
1452 PUSH(DS, (fstack_t)env->base); in base_addr()
1515 int size = POP(DS); in memory_watch()
1516 void *addr = (void *)POP(DS); in memory_watch()
1524 int size = POP(DS); in memory_watch_value()
1525 void *addr = (void *)POP(DS); in memory_watch_value()
1526 fstack_t value = POP(DS); in memory_watch_value()
1541 int size = POP(DS); in vsearch()
1542 fstack_t match_value = POP(DS); in vsearch()
1543 uchar_t *toaddr = (uchar_t *)POP(DS); in vsearch()
1544 uchar_t *fromaddr = (uchar_t *)POP(DS); in vsearch()