Symbol: stackPushINT
stand/common/interp_forth.c
156
stackPushINT(vm->pStack,result);
stand/ficl/ficl.h
384
void stackPushINT (FICL_STACK *pStack, FICL_INT i);
stand/ficl/ficl.h
401
#define PUSHINT(i) stackPushINT(pVM->pStack,i)
stand/ficl/fileaccess.c
167
stackPushINT(pVM->pStack, statbuf.st_mode);
stand/ficl/fileaccess.c
168
stackPushINT(pVM->pStack, 0);
stand/ficl/fileaccess.c
172
stackPushINT(pVM->pStack, -1);
stand/ficl/fileaccess.c
173
stackPushINT(pVM->pStack, ENOENT);
stand/ficl/fileaccess.c
182
stackPushINT(pVM->pStack, ud);
stand/ficl/fileaccess.c
203
stackPushINT(pVM->pStack, ud);
stand/ficl/fileaccess.c
26
stackPushINT(pVM->pStack, ior);
stand/ficl/fileaccess.c
291
stackPushINT(pVM->pStack, result);
stand/ficl/fileaccess.c
307
stackPushINT(pVM->pStack, -1);
stand/ficl/fileaccess.c
308
stackPushINT(pVM->pStack, 0);
stand/ficl/fileaccess.c
309
stackPushINT(pVM->pStack, 0);
stand/ficl/fileaccess.c
320
stackPushINT(pVM->pStack, -1);
stand/ficl/fileaccess.c
321
stackPushINT(pVM->pStack, 0);
stand/ficl/fileaccess.c
322
stackPushINT(pVM->pStack, error);
stand/ficl/fileaccess.c
331
stackPushINT(pVM->pStack, length);
stand/ficl/fileaccess.c
332
stackPushINT(pVM->pStack, flag);
stand/ficl/fileaccess.c
333
stackPushINT(pVM->pStack, 0); /* ior */
stand/ficl/fileaccess.c
49
stackPushINT(pVM->pStack, EINVAL);
stand/ficl/loader.c
168
stackPushINT(pVM->pStack, strlen(value));
stand/ficl/loader.c
171
stackPushINT(pVM->pStack, -1);
stand/ficl/loader.c
309
stackPushINT(pVM->pStack, flag);
stand/ficl/loader.c
338
stackPushINT(pVM->pStack, result);
stand/ficl/loader.c
404
stackPushINT(pVM->pStack, strlen(uuid));
stand/ficl/loader.c
407
stackPushINT(pVM->pStack, -1);
stand/ficl/loader.c
497
stackPushINT(pVM->pStack, flag);
stand/ficl/loader.c
518
stackPushINT(pVM->pStack, -1);
stand/ficl/loader.c
547
stackPushINT(pVM->pStack, fd);
stand/ficl/loader.c
584
stackPushINT(pVM->pStack, read(fd, buf, len));
stand/ficl/loader.c
586
stackPushINT(pVM->pStack, -1);
stand/ficl/loader.c
656
stackPushINT(pVM->pStack, strlen(d->d_name));
stand/ficl/loader.c
657
stackPushINT(pVM->pStack, FICL_TRUE);
stand/ficl/loader.c
659
stackPushINT(pVM->pStack, FICL_FALSE);
stand/ficl/loader.c
696
stackPushINT(pVM->pStack, write(fd, buf, len));
stand/ficl/loader.c
698
stackPushINT(pVM->pStack, -1);
stand/ficl/loader.c
716
stackPushINT(pVM->pStack, lseek(fd, pos, whence));
stand/ficl/loader.c
729
stackPushINT(pVM->pStack, getchar());
stand/ficl/loader.c
744
stackPushINT(pVM->pStack, FICL_TRUE);
stand/ficl/loader.c
747
stackPushINT(pVM->pStack, ischar()? FICL_TRUE : FICL_FALSE);
stand/ficl/loader.c
802
stackPushINT(pVM->pStack, i > 0 ? ch : -1);
stand/ficl/loader.c
813
stackPushINT(pVM->pStack, dictCellsAvail(ficlGetDict(pVM->pSys)));
stand/ficl/math64.c
217
stackPushINT(pStack, i64.lo);
stand/ficl/math64.c
218
stackPushINT(pStack, i64.hi);
stand/ficl/math64.c
224
stackPushINT(pStack, u64.lo);
stand/ficl/math64.c
225
stackPushINT(pStack, u64.hi);
stand/ficl/search.c
153
stackPushINT(pVM->pStack, (wordIsImmediate(pFW) ? 1 : -1));
stand/ficl/vm.c
207
stackPushINT(pStack, 0);
stand/ficl/vm.c
210
stackPushINT(pStack, 1);
stand/ficl/vm.c
213
stackPushINT(pStack, 2);
stand/ficl/vm.c
216
stackPushINT(pStack, -1);
stand/ficl/vm.c
219
stackPushINT(pStack, -2);
stand/ficl/words.c
1740
stackPushINT(pVM->pStack, ficlParseWord(pVM, si));
stand/ficl/words.c
2585
stackPushINT(pVM->pStack, flag);
stand/ficl/words.c
696
stackPushINT(ficlVM->pStack, strlen(address));
stand/ficl/words.c
846
stackPushINT(pVM->pStack, buffer - bufferStart);
stand/ficl/words.c
847
stackPushINT(pVM->pStack, append);
stand/ficl/x86/sysdep.c
32
stackPushINT(pVM->pStack,c);