Lines Matching refs:DS
43 PUSH(DS, d); in push_ds()
49 return (POP(DS)); in pop_ds()
71 PUSH(DS, (fstack_t)str); in push_a_string()
72 PUSH(DS, strlen(str)); in push_a_string()
74 PUSH(DS, 0); in push_a_string()
75 PUSH(DS, 0); in push_a_string()
88 len = POP(DS); in pop_a_string()
89 str = (char *)POP(DS); in pop_a_string()
123 PUSH(DS, lo); in push_double()
124 PUSH(DS, hi); in push_double()
135 hi = POP(DS); in pop_double()
136 lo = POP(DS); in pop_double()
166 PUSH(DS, (fstack_t)buff); in run_fcode()
169 PUSH(DS, (fstack_t)1); in run_fcode()
173 PUSH(DS, len); in run_fcode()
186 len = POP(DS); in run_fcode_from_file()
187 p = (uchar_t *)POP(DS); in run_fcode_from_file()