Lines Matching refs:b_xf
77 xforth_t b_xf; in bxjoin() member
84 push_xforth(env, b.b_xf); in bxjoin()
110 xforth_t b_xf; in lxjoin() member
117 push_xforth(env, b.b_xf); in lxjoin()
128 xforth_t b_xf; in wxjoin() member
135 push_xforth(env, b.b_xf); in wxjoin()
231 xforth_t b_xf; in xbflip() member
236 b.b_xf = pop_xforth(env); in xbflip()
239 push_xforth(env, c.b_xf); in xbflip()
303 xforth_t b_xf; in xbsplit() member
308 b.b_xf = pop_xforth(env); in xbsplit()
321 xforth_t b_xf; in xlflip() member
326 b.b_xf = pop_xforth(env); in xlflip()
329 push_xforth(env, c.b_xf); in xlflip()
362 xforth_t b_xf; in xlsplit() member
367 b.b_xf = pop_xforth(env); in xlsplit()
381 xforth_t b_xf; in xwflip() member
386 b.b_xf = pop_xforth(env); in xwflip()
389 push_xforth(env, c.b_xf); in xwflip()
422 xforth_t b_xf; in xwsplit() member
427 b.b_xf = pop_xforth(env); in xwsplit()