Searched refs:stackPushINT (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/stand/ficl/ |
| H A D | fileaccess.c | 27 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 D | loader.c | 351 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 D | vm.c | 208 stackPushINT(pStack, 0); 211 stackPushINT(pStack, 1); 214 stackPushINT(pStack, 2); 217 stackPushINT(pStack, -1); 220 stackPushINT(pStack, -2);
|
| H A D | math64.c | 218 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 D | stack.c | 294 void stackPushINT(FICL_STACK *pStack, FICL_INT i) in stackPushINT() function
|
| H A D | search.c | 154 stackPushINT(pVM->pStack, (wordIsImmediate(pFW) ? 1 : -1)); in searchWordlist()
|
| H A D | ficl.h | 385 void stackPushINT (FICL_STACK *pStack, FICL_INT i); 402 #define PUSHINT(i) stackPushINT(pVM->pStack,i)
|
| H A D | words.c | 697 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 D | sysdep.c | 33 stackPushINT(pVM->pStack,c); in ficlInb()
|
| /freebsd-13.1/stand/common/ |
| H A D | interp_forth.c | 160 stackPushINT(vm->pStack,result); in bf_command()
|