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

/freebsd-current/stand/ficl/
H A Dfileaccess.c26 stackPushINT(pVM->pStack, ior);
49 stackPushINT(pVM->pStack, EINVAL);
167 stackPushINT(pVM->pStack, statbuf.st_mode);
168 stackPushINT(pVM->pStack, 0);
172 stackPushINT(pVM->pStack, -1);
173 stackPushINT(pVM->pStack, ENOENT);
182 stackPushINT(pVM->pStack, ud);
203 stackPushINT(pVM->pStack, ud);
291 stackPushINT(pVM->pStack, result);
307 stackPushINT(pV
[all...]
H A Dloader.c168 stackPushINT(pVM->pStack, strlen(value));
171 stackPushINT(pVM->pStack, -1);
309 stackPushINT(pVM->pStack, flag);
338 stackPushINT(pVM->pStack, result);
404 stackPushINT(pVM->pStack, strlen(uuid));
407 stackPushINT(pVM->pStack, -1);
497 stackPushINT(pVM->pStack, flag);
518 stackPushINT(pVM->pStack, -1);
547 stackPushINT(pVM->pStack, fd);
584 stackPushINT(pV
[all...]
H A Dmath64.c217 stackPushINT(pStack, i64.lo);
218 stackPushINT(pStack, i64.hi);
224 stackPushINT(pStack, u64.lo);
225 stackPushINT(pStack, u64.hi);
H A Dvm.c207 stackPushINT(pStack, 0);
210 stackPushINT(pStack, 1);
213 stackPushINT(pStack, 2);
216 stackPushINT(pStack, -1);
219 stackPushINT(pStack, -2);
H A Dstack.c293 void stackPushINT(FICL_STACK *pStack, FICL_INT i) function
H A Dsearch.c153 stackPushINT(pVM->pStack, (wordIsImmediate(pFW) ? 1 : -1));
H A Dficl.h384 void stackPushINT (FICL_STACK *pStack, FICL_INT i);
401 #define PUSHINT(i) stackPushINT(pVM->pStack,i)
H A Dwords.c696 stackPushINT(ficlVM->pStack, strlen(address));
846 stackPushINT(pVM->pStack, buffer - bufferStart);
847 stackPushINT(pVM->pStack, append);
1740 stackPushINT(pVM->pStack, ficlParseWord(pVM, si));
2585 stackPushINT(pVM->pStack, flag);
/freebsd-current/stand/ficl/x86/
H A Dsysdep.c32 stackPushINT(pVM->pStack,c);
/freebsd-current/stand/common/
H A Dinterp_forth.c156 stackPushINT(vm->pStack,result);

Completed in 109 milliseconds