Home
last modified time | relevance | path

Searched refs:compile_call2 (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gforth/gforth-0.7.3/engine/
H A Dmain.c1288 static Address compile_call2(Cell *targetpp, Cell **next_code_targetp) in compile_call2() function
1341 codeaddr = compile_call2(tcp+1, &next_code_target); in compile_prim_dyn()
1353 compile_call2(0, &next_code_target); in compile_prim_dyn()
/dports/lang/gforth/gforth-0.7.3/
H A DChangeLog3238 * engine/main.c: changed compile_call2() interface