Searched refs:vm_Cell2w (Results 1 – 2 of 2) sorted by relevance
/dports/lang/gforth/gforth-0.7.3/engine/ |
H A D | prim.i | 569 vm_Cell2w(rp[0],w); 616 vm_Cell2w(rp[1],w1); 617 vm_Cell2w(rp[0],w2); 2408 vm_Cell2w(rp[1],w); 2409 vm_Cell2w(rp[0],w2); 2444 vm_Cell2w(rp[2],w); 2445 vm_Cell2w(rp[1],w1); 2446 vm_Cell2w(rp[0],w2); 2484 vm_Cell2w(rp[4],w); 6171 vm_Cell2w(sp[0],w); in LABEL() [all …]
|
H A D | engine.c | 116 #define vm_Cell2w(_cell,_x) ((_x)=(Cell)(_cell)) macro
|