Home
last modified time | relevance | path

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

/dports/misc/deco/deco39/
H A Dcap.c239 static char *branchto (register char *cp, int to) in branchto() function
407 cp = branchto (cp, 'e'); in sysvgoto()
410 cp = branchto (cp, ';'); in sysvgoto()
/dports/lang/gforth/gforth-0.7.3/arch/shboom/
H A Dcompiler.fs326 : (bd) 4 needed ; ' (bd) is branchto,
/dports/lang/gforth/gforth-0.7.3/
H A Dcross.fs735 Plugin branchto, ( -- ) \ actual program position is target of a branch (do e.g. alignment)
736 ' NOOP plugin-of branchto,
3069 :noname branchto, X here ;
3137 branchto,
3141 : skiploop] ?dup IF branchto, branchtoresolve, THEN ;
3154 : (then,) branchto, branchtoresolve, ; ' (then,) plugin-of then,
3158 ( then ) branchto, branchtoresolve, ; ' (else,) plugin-of else,
3170 ( then ) branchto, branchtoresolve, ; ' (repeat,) plugin-of repeat,