Symbol: stackPopPtr
stand/common/interp_forth.c
109
cp = stackPopPtr(vm->pStack);
stand/ficl/ficl.h
378
void *stackPopPtr (FICL_STACK *pStack);
stand/ficl/ficl.h
404
#define POPPTR() stackPopPtr(pVM->pStack)
stand/ficl/fileaccess.c
110
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
117
void *address = (void *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
134
address = (void *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
140
address = (void *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
154
void *address = (void *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
180
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
201
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
212
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
232
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
283
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
285
void *address = (void *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
299
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
301
char *address = (char *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
340
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
342
void *address = (void *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
35
void *address = (void *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
353
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
355
void *address = (void *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
367
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
377
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/fileaccess.c
387
ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
stand/ficl/gfx_loader.c
125
namep = (char *) stackPopPtr(pVM->pStack);
stand/ficl/gfx_loader.c
74
namep = (char *) stackPopPtr(pVM->pStack);
stand/ficl/loader.c
117
namep = (char*) stackPopPtr(pVM->pStack);
stand/ficl/loader.c
119
valuep = (char*) stackPopPtr(pVM->pStack);
stand/ficl/loader.c
154
namep = (char*) stackPopPtr(pVM->pStack);
stand/ficl/loader.c
189
namep = (char*) stackPopPtr(pVM->pStack);
stand/ficl/loader.c
218
src = stackPopPtr(pVM->pStack);
stand/ficl/loader.c
239
dest = stackPopPtr(pVM->pStack);
stand/ficl/loader.c
264
typep = (char*) stackPopPtr(pVM->pStack);
stand/ficl/loader.c
266
namep = (char*) stackPopPtr(pVM->pStack);
stand/ficl/loader.c
325
func = stackPopPtr(pVM->pStack);
stand/ficl/loader.c
359
uuidp = (char *) stackPopPtr(pVM->pStack);
stand/ficl/loader.c
398
u = (uuid_t *)stackPopPtr(pVM->pStack);
stand/ficl/loader.c
515
ptr = stackPopPtr(pVM->pStack); /* get ptr */
stand/ficl/loader.c
581
buf = stackPopPtr(pVM->pStack); /* get buffer */
stand/ficl/loader.c
693
buf = stackPopPtr(pVM->pStack); /* get buffer */
stand/ficl/loader.c
79
namep = (char*) stackPopPtr(pVM->pStack);
stand/ficl/loader.c
81
valuep = (char*) stackPopPtr(pVM->pStack);
stand/ficl/search.c
140
FICL_HASH *pHash = stackPopPtr(pVM->pStack);
stand/ficl/search.c
143
si.cp = stackPopPtr(pVM->pStack);
stand/ficl/search.c
171
FICL_HASH *pHash = stackPopPtr(pVM->pStack);
stand/ficl/search.c
209
dp->pSearch[i] = stackPopPtr(pVM->pStack);
stand/ficl/search.c
289
dp->pSearch[dp->nLists++] = stackPopPtr(pVM->pStack);
stand/ficl/search.c
341
child = (FICL_HASH *)stackPopPtr(pVM->pStack);
stand/ficl/search.c
342
parent = (FICL_HASH *)stackPopPtr(pVM->pStack);
stand/ficl/stack.c
224
pStack->pFrame = stackPopPtr(pStack);
stand/ficl/testmain.c
284
pFW = stackPopPtr(pVM->pStack);
stand/ficl/tools.c
306
pFW = (FICL_WORD *)stackPopPtr(pVM->pStack);
stand/ficl/tools.c
383
FICL_WORD *xt = stackPopPtr(pVM->pStack);
stand/ficl/tools.c
699
pHash = (FICL_HASH *)stackPopPtr(pVM->pStack);
stand/ficl/tools.c
725
where = ((FICL_WORD *)stackPopPtr(pVM->pStack))->name;
stand/ficl/vm.c
450
pVM->ip = (IPTYPE)(stackPopPtr(pVM->rStack));
stand/ficl/words.c
108
cp = (char *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1095
pCell = (CELL *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1112
pCell = (CELL *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1129
pCell = (CELL *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1145
pCell = (CELL *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1156
pCell = (CELL *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1167
pw = (UNS32 *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1178
pw = (UNS32 *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1188
pw = (UNS16 *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1199
pw = (UNS16 *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1209
pc = (UNS8 *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1220
pc = (UNS8 *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1312
(CELL *)stackPopPtr(pVM->pStack); /* (2) pop "if" patch addr */
stand/ficl/words.c
135
patchAddr = (CELL *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1406
patchAddr = (CELL *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1500
patchAddr = (CELL *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1541
patchAddr = (CELL *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1573
SI_SETPTR(si, stackPopPtr(pVM->pStack));
stand/ficl/words.c
158
patchAddr = (CELL *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
1739
SI_SETPTR(si, stackPopPtr(pVM->pStack));
stand/ficl/words.c
1760
SI_SETPTR(si, stackPopPtr(pVM->pStack));
stand/ficl/words.c
178
cp = stackPopPtr(pVM->pStack);
stand/ficl/words.c
188
patchAddr = (CELL *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
2542
pFW = stackPopPtr(pVM->pStack);
stand/ficl/words.c
2582
FICL_WORD *pFW = (FICL_WORD *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
3172
cp = stackPopPtr(pVM->pStack);
stand/ficl/words.c
3408
si.cp = stackPopPtr(pVM->pStack);
stand/ficl/words.c
3496
char *cp = stackPopPtr(pVM->pStack);
stand/ficl/words.c
3701
si.cp = stackPopPtr(pVM->pStack);
stand/ficl/words.c
4398
SI_SETPTR(si, (char *)stackPopPtr(pVM->pStack));
stand/ficl/words.c
4456
cp2 = (char *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
4458
cp1 = (char *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
4595
pFW = stackPopPtr(pVM->pStack);
stand/ficl/words.c
4709
p = stackPopPtr(pVM->pStack);
stand/ficl/words.c
4725
old = stackPopPtr(pVM->pStack);
stand/ficl/words.c
695
char *address = (char *)stackPopPtr(ficlVM->pStack);
stand/ficl/words.c
728
char *buffer = (char *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
732
char *format = (char *)stackPopPtr(pVM->pStack);
stand/ficl/words.c
791
source = (char *)stackPopPtr(pVM->pStack);