Home
last modified time | relevance | path

Searched refs:TOS (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/lib/efcode/engine/
H A Dforth.c64 TOS += d; in add()
74 TOS -= d; in subtract()
84 TOS *= d; in multiply()
167 TOS &= d; in and()
177 TOS |= d; in or()
187 TOS ^= d; in xor()
194 TOS = ~TOS; in invert()
204 TOS = TOS << d; in lshift()
214 TOS = ((ufstack_t)TOS) >> d; in rshift()
224 TOS = ((s_lforth_t)TOS) >> d; in rshifta()
[all …]
H A Dprint.c40 TOS = DIGIT(TOS); in to_digit()
71 a = (ufstack_t) TOS; in pic_unsigned()
73 TOS = (fstack_t) (a / env->num_base); in pic_unsigned()
96 } while (TOS); in pic_uremainder()
128 if (env->num_base == 10 && TOS < 0) { in convert_num()
129 TOS = -TOS; in convert_num()
143 if (env->num_base == 10 && TOS < 0) { in do_dot_r()
144 TOS = -TOS; in do_dot_r()
H A Dpackage.c198 CONVERT_PHANDLE(env, d, TOS); in child_node()
199 TOS = (fstack_t)d->child; in child_node()
200 REVERT_PHANDLE(env, TOS, d->child); in child_node()
209 CONVERT_PHANDLE(env, d, TOS); in peer_node()
210 REVERT_PHANDLE(env, TOS, d->peer); in peer_node()
497 if (TOS) /* Found it */ in find_method()
534 i = (instance_t *)TOS; in ihandle_to_phandle()
535 REVERT_PHANDLE(env, TOS, i->device); in ihandle_to_phandle()
678 REVERT_PHANDLE(env, TOS, device); in dollar_call_method()
680 if (TOS) { in dollar_call_method()
[all …]
H A Dactions.c203 a = (acf_t)TOS; in do_default_action()
210 acf_t a = (acf_t)TOS; in do_set_action()
213 TOS += sizeof (acf_t); in do_set_action()
H A Dprims64.c197 TOS *= sizeof (xforth_t); in slash_x_times()
210 TOS += index * sizeof (xforth_t); in xa_plus()
220 TOS += sizeof (xforth_t); in xa_one_plus()
H A Dfcode.c675 TOS += *d; in do_field()
758 while (TOS) { in bendcase()
785 TOS = (fstack_t)MALLOC((size_t)TOS); in alloc_mem()
786 if (!TOS) { in alloc_mem()
830 if (TOS == 0) { in left_parse_string()
H A Dinteractive.c364 if (TOS > 0) in load()
H A Ddebug.c115 d = TOS; in dump_comma()
/titanic_44/usr/src/lib/efcode/fcdriver/
H A Dmisc.c108 p = TOS; in rlfetch()
110 TOS = (lforth_t)fc_reg_read(env, "rl@", p, NULL); in rlfetch()
119 p = TOS; in rlstore()
133 p = TOS; in rwfetch()
135 TOS = (wforth_t)fc_reg_read(env, "rw@", p, NULL); in rwfetch()
144 p = TOS; in rwstore()
158 p = TOS; in rbfetch()
160 TOS = (uchar_t)fc_reg_read(env, "rb@", p, NULL); in rbfetch()
170 p = TOS; in rbstore()
188 p = TOS; in rxfetch()
[all …]
H A Dget_req.c203 (char *)DS[-1], (int)TOS); in exec_fcode_builtin_method()
262 if (TOS) { in find_fcode()
264 func_name, TOS); in find_fcode()
272 if (TOS) { in find_fcode()
274 func_name, TOS); in find_fcode()
280 if (TOS) { in find_fcode()
282 func_name, TOS); in find_fcode()
290 if (TOS) { in find_fcode()
292 func_name, TOS); in find_fcode()
300 if (TOS) { in find_fcode()
[all …]
/titanic_44/usr/src/lib/efcode/upa/
H A Dupa.c38 if ((TOS & 0x1c0) == 0) { in do_decode_unit()
39 TOS = ((TOS << 1) | 0x1c0); in do_decode_unit()
/titanic_44/usr/src/lib/efcode/packages/
H A Dparse.c46 void *ptr = (void *) TOS; in byte_loadfile()
/titanic_44/usr/src/grub/grub-0.97/
H A Dconfig.guess402 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
405 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
408 *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
411 milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
414 hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
417 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
/titanic_44/usr/src/lib/efcode/include/fcode/
H A Dengine.h239 #define TOS *DS macro
/titanic_44/usr/src/cmd/terminfo/
H A Dtermcap.src758 # MiNT is Now TOS, the operating system which comes with all Ataris now
H A Dterminfo.src818 # MiNT is Now TOS, the operating system which comes with all Ataris now