stand/ficl/ficl.h
571
void vmBranchRelative(FICL_VM *pVM, int offset);
stand/ficl/float.c
652
vmBranchRelative(pVM, 1);
stand/ficl/words.c
1234
vmBranchRelative(pVM, (uintptr_t)*(pVM->ip));
stand/ficl/words.c
1256
vmBranchRelative(pVM, 1);
stand/ficl/words.c
1260
vmBranchRelative(pVM, (uintptr_t)*(pVM->ip));
stand/ficl/words.c
1428
vmBranchRelative(pVM, 1);
stand/ficl/words.c
1432
vmBranchRelative(pVM, *(int *)(pVM->ip));
stand/ficl/words.c
1797
vmBranchRelative(pVM, 1);
stand/ficl/words.c
1808
vmBranchRelative(pVM, 2);
stand/ficl/words.c
2163
vmBranchRelative(pVM, 1); /* fall through the loop */
stand/ficl/words.c
2168
vmBranchRelative(pVM, (uintptr_t)*(pVM->ip));
stand/ficl/words.c
2198
vmBranchRelative(pVM, 1); /* fall through the loop */
stand/ficl/words.c
2203
vmBranchRelative(pVM, (uintptr_t)*(pVM->ip));
stand/ficl/words.c
4179
vmBranchRelative(pVM, 1);