Searched refs:stackPushINT (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/sys/boot/ficl/
H A Dfileaccess.c27 stackPushINT(pVM->pStack, ior);
50 stackPushINT(pVM->pStack, EINVAL);
161 stackPushINT(pVM->pStack, statbuf.st_mode);
162 stackPushINT(pVM->pStack, 0);
166 stackPushINT(pVM->pStack, -1);
167 stackPushINT(pVM->pStack, ENOENT);
176 stackPushINT(pVM->pStack, ud);
197 stackPushINT(pVM->pStack, ud);
285 stackPushINT(pVM->pStack, result);
301 stackPushINT(pV
[all...]
H A Dloader.c170 stackPushINT(pVM->pStack, strlen(value));
173 stackPushINT(pVM->pStack, -1);
351 stackPushINT(pVM->pStack, result);
417 stackPushINT(pVM->pStack, strlen(uuid));
420 stackPushINT(pVM->pStack, -1);
510 stackPushINT(pVM->pStack, flag);
531 stackPushINT(pVM->pStack, -1);
543 stackPushINT(pVM->pStack, fd);
580 stackPushINT(pVM->pStack, read(fd, buf, len));
582 stackPushINT(pV
[all...]
H A Defi.c118 stackPushINT(pVM->pStack, 0);
120 stackPushINT(pVM->pStack, -1);
157 stackPushINT(pVM->pStack, strlen(value));
160 stackPushINT(pVM->pStack, -1);
H A Dmath64.c218 stackPushINT(pStack, i64.lo);
219 stackPushINT(pStack, i64.hi);
225 stackPushINT(pStack, u64.lo);
226 stackPushINT(pStack, u64.hi);
H A Dvm.c208 stackPushINT(pStack, 0);
211 stackPushINT(pStack, 1);
214 stackPushINT(pStack, 2);
217 stackPushINT(pStack, -1);
220 stackPushINT(pStack, -2);
H A Dstack.c294 void stackPushINT(FICL_STACK *pStack, FICL_INT i) function
H A Dsearch.c154 stackPushINT(pVM->pStack, (wordIsImmediate(pFW) ? 1 : -1));
H A Dficl.h385 void stackPushINT (FICL_STACK *pStack, FICL_INT i);
402 #define PUSHINT(i) stackPushINT(pVM->pStack,i)
H A Dwords.c697 stackPushINT(ficlVM->pStack, strlen(address));
847 stackPushINT(pVM->pStack, buffer - bufferStart);
848 stackPushINT(pVM->pStack, append);
1741 stackPushINT(pVM->pStack, ficlParseWord(pVM, si));
2574 stackPushINT(pVM->pStack, flag);
/freebsd-11.0-release/sys/boot/ficl/i386/
H A Dsysdep.c112 stackPushINT(pVM->pStack,c);
/freebsd-11.0-release/sys/boot/common/
H A Dinterp_forth.c159 stackPushINT(vm->pStack,result);
H A Dinterp.c42 #define RETURN(x) stackPushINT(bf_vm->pStack,!x); return(x)

Completed in 108 milliseconds