Home
last modified time | relevance | path

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

/freebsd-13.1/stand/ficl/
H A Dfileaccess.c27 stackPushINT(pVM->pStack, ior); in pushIor()
169 stackPushINT(pVM->pStack, 0); in ficlFileStatus()
173 stackPushINT(pVM->pStack, -1); in ficlFileStatus()
183 stackPushINT(pVM->pStack, ud); in ficlFilePosition()
204 stackPushINT(pVM->pStack, ud); in ficlFileSize()
292 stackPushINT(pVM->pStack, result); in ficlReadFile()
308 stackPushINT(pVM->pStack, -1); in ficlReadLine()
309 stackPushINT(pVM->pStack, 0); in ficlReadLine()
310 stackPushINT(pVM->pStack, 0); in ficlReadLine()
322 stackPushINT(pVM->pStack, 0); in ficlReadLine()
[all …]
H A Dloader.c351 stackPushINT(pVM->pStack, -1); in ficlGetenv()
489 stackPushINT(pVM->pStack, flag); in ficlIsvirtualizedQ()
518 stackPushINT(pVM->pStack, result); in ficlCcall()
587 stackPushINT(pVM->pStack, -1); in ficlUuidToString()
677 stackPushINT(pVM->pStack, flag); in isdirQuestion()
698 stackPushINT(pVM->pStack, -1); in pfopen()
727 stackPushINT(pVM->pStack, fd); in pfopen()
766 stackPushINT(pVM->pStack, -1); in pfread()
878 stackPushINT(pVM->pStack, -1); in pfwrite()
909 stackPushINT(pVM->pStack, getchar()); in key()
[all …]
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 Dmath64.c218 stackPushINT(pStack, i64.lo); in i64Push()
219 stackPushINT(pStack, i64.hi); in i64Push()
225 stackPushINT(pStack, u64.lo); in u64Push()
226 stackPushINT(pStack, u64.hi); in u64Push()
H A Dstack.c294 void stackPushINT(FICL_STACK *pStack, FICL_INT i) in stackPushINT() function
H A Dsearch.c154 stackPushINT(pVM->pStack, (wordIsImmediate(pFW) ? 1 : -1)); in searchWordlist()
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)); in ficlStrlen()
847 stackPushINT(pVM->pStack, buffer - bufferStart); in ficlSprintf()
848 stackPushINT(pVM->pStack, append); in ficlSprintf()
1741 stackPushINT(pVM->pStack, ficlParseWord(pVM, si)); in lookup()
2586 stackPushINT(pVM->pStack, flag); in isObject()
/freebsd-13.1/stand/ficl/x86/
H A Dsysdep.c33 stackPushINT(pVM->pStack,c); in ficlInb()
/freebsd-13.1/stand/common/
H A Dinterp_forth.c160 stackPushINT(vm->pStack,result); in bf_command()