Searched refs:stackPushINT (Results 1 – 10 of 10) sorted by relevance
/freebsd/stand/ficl/ |
H A D | fileaccess.c | 26 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 D | loader.c | 168 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 D | vm.c | 207 stackPushINT(pStack, 0); 210 stackPushINT(pStack, 1); 213 stackPushINT(pStack, 2); 216 stackPushINT(pStack, -1); 219 stackPushINT(pStack, -2);
|
H A D | math64.c | 217 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 D | stack.c | 293 void stackPushINT(FICL_STACK *pStack, FICL_INT i) in stackPushINT() function
|
H A D | search.c | 153 stackPushINT(pVM->pStack, (wordIsImmediate(pFW) ? 1 : -1)); in searchWordlist()
|
H A D | ficl.h | 384 void stackPushINT (FICL_STACK *pStack, FICL_INT i); 401 #define PUSHINT(i) stackPushINT(pVM->pStack,i)
|
H A D | words.c | 696 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 D | sysdep.c | 32 stackPushINT(pVM->pStack,c); in ficlInb()
|
/freebsd/stand/common/ |
H A D | interp_forth.c | 156 stackPushINT(vm->pStack,result); in bf_command()
|