Home
last modified time | relevance | path

Searched refs:gforth_RP (Results 1 – 11 of 11) sorted by relevance

/dports/lang/gforth/gforth-0.7.3/engine/
H A Dlibcc.h.in38 extern Cell *gforth_RP;
49 #define gforth_RP *((Cell **)(gforth_pointers[3])) macro
H A Dengine.c274 #define SAVE_REGS IF_fpTOS(fp[0]=fpTOS); gforth_SP=sp; gforth_FP=fp; gforth_RP=rp; gforth_LP=lp;
275 #define REST_REGS sp=gforth_SP; fp=gforth_FP; rp=gforth_RP; lp=gforth_LP; IF_fpTOS(fpTOS=fp[0]);
H A Dforth.h457 extern Cell *gforth_RP;
466 extern Cell *gforth_RP;
H A Dmain.c67 Cell *gforth_RP; variable
75 (void*)&gforth_RP,
91 Cell *rp = gforth_RP; in gforth_callback()
102 gforth_RP = rp; in gforth_callback()
H A Dprim.i8731 gforth_RP=rp;
8740 rp=gforth_RP;
/dports/lang/gforth/gforth-0.7.3/
H A Dfflib.fs47 \c Cell *rp = gforth_RP;
58 \c gforth_RP = rp;
H A Dlibffi.fs44 \c Cell *rp1 = gforth_RP;
57 \c gforth_RP = rp1;
H A Dlibcc.fs100 \ gforth_RP = rp;
H A Dprim1787 gforth_RP=rp;
1796 rp=gforth_RP;
H A Dprim.b2726 gforth_RP=rp;
2735 rp=gforth_RP;
H A DChangeLog445 * fflib.fs: Correct declaration of gforth_RP and gforth_LP