Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dfileaccess.c26 stackPushINT(pVM->pStack, ior); in pushIor()
49 stackPushINT(pVM->pStack, EINVAL); in ficlFopen()
167 stackPushINT(pVM->pStack, statbuf.st_mode); in ficlFileStatus()
168 stackPushINT(pVM->pStack, 0); in ficlFileStatus()
172 stackPushINT(pVM->pStack, -1); in ficlFileStatus()
173 stackPushINT(pVM->pStack, ENOENT); in ficlFileStatus()
182 stackPushINT(pVM->pStack, ud); in ficlFilePosition()
203 stackPushINT(pVM->pStack, ud); in ficlFileSize()
291 stackPushINT(pVM->pStack, result); in ficlReadFile()
307 stackPushINT(pVM->pStack, -1); in ficlReadLine()
[all …]
H A Dloader.c168 stackPushINT(pVM->pStack, strlen(value)); in ficlGetenv()
171 stackPushINT(pVM->pStack, -1); in ficlGetenv()
309 stackPushINT(pVM->pStack, flag); in ficlIsvirtualizedQ()
338 stackPushINT(pVM->pStack, result); in ficlCcall()
404 stackPushINT(pVM->pStack, strlen(uuid)); in ficlUuidToString()
407 stackPushINT(pVM->pStack, -1); in ficlUuidToString()
497 stackPushINT(pVM->pStack, flag); in isdirQuestion()
518 stackPushINT(pVM->pStack, -1); in pfopen()
547 stackPushINT(pVM->pStack, fd); in pfopen()
584 stackPushINT(pVM->pStack, read(fd, buf, len)); in pfread()
[all …]
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 Dmath64.c217 stackPushINT(pStack, i64.lo); in i64Push()
218 stackPushINT(pStack, i64.hi); in i64Push()
224 stackPushINT(pStack, u64.lo); in u64Push()
225 stackPushINT(pStack, u64.hi); in u64Push()
H A Dstack.c293 void stackPushINT(FICL_STACK *pStack, FICL_INT i) in stackPushINT() function
H A Dsearch.c153 stackPushINT(pVM->pStack, (wordIsImmediate(pFW) ? 1 : -1)); in searchWordlist()
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)); in ficlStrlen()
846 stackPushINT(pVM->pStack, buffer - bufferStart); in ficlSprintf()
847 stackPushINT(pVM->pStack, append); in ficlSprintf()
1740 stackPushINT(pVM->pStack, ficlParseWord(pVM, si)); in lookup()
2585 stackPushINT(pVM->pStack, flag); in isObject()
/freebsd/stand/ficl/x86/
H A Dsysdep.c32 stackPushINT(pVM->pStack,c); in ficlInb()
/freebsd/stand/common/
H A Dinterp_forth.c156 stackPushINT(vm->pStack,result); in bf_command()