Home
last modified time | relevance | path

Searched refs:push_xforth (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dprims64.c56 push_xforth(env, d); in peek_xforth()
61 push_xforth(fcode_env_t *env, xforth_t a) in push_xforth() function
84 push_xforth(env, b.b_xf); in bxjoin()
99 push_xforth(env, a); in lsfetch()
117 push_xforth(env, b.b_xf); in lxjoin()
135 push_xforth(env, b.b_xf); in wxjoin()
163 push_xforth(env, a); in xfetch()
239 push_xforth(env, c.b_xf); in xbflip()
329 push_xforth(env, c.b_xf); in xlflip()
389 push_xforth(env, c.b_xf); in xwflip()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dproto.h419 void push_xforth(fcode_env_t *, xforth_t);
/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dmisc.c191 push_xforth(env, (xforth_t)fc_reg_read(env, "rx@", p, NULL)); in rxfetch()