Symbol: vmThrowErr
stand/ficl/dict.c
312
vmThrowErr(pVM, "Error: dictionary full");
stand/ficl/dict.c
317
vmThrowErr(pVM, "Error: dictionary underflow");
stand/ficl/dict.c
323
vmThrowErr(pVM, "Error: search order overflow");
stand/ficl/dict.c
328
vmThrowErr(pVM, "Error: search order underflow");
stand/ficl/ficl.h
592
void vmThrowErr (FICL_VM *pVM, char *fmt, ...);
stand/ficl/gfx_loader.c
134
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/gfx_loader.c
94
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/loader.c
124
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/loader.c
129
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/loader.c
159
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/loader.c
194
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/loader.c
270
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/loader.c
275
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/loader.c
364
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/loader.c
86
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/loader.c
91
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/prefix.c
125
vmThrowErr(pVM, "%.*s not recognized", i, SI_PTR(si));
stand/ficl/search.c
199
vmThrowErr(pVM, "set-order error: list would be too large");
stand/ficl/search.c
267
vmThrowErr(pVM, "search> error: empty search order");
stand/ficl/search.c
287
vmThrowErr(pVM, ">search error: search order overflow");
stand/ficl/search.c
64
vmThrowErr(pVM, "DEFINITIONS error - empty search order");
stand/ficl/stack.c
103
vmThrowErr(pVM, "Error: float stack overflow");
stand/ficl/stack.c
79
vmThrowErr(pVM, "Error: stack underflow");
stand/ficl/stack.c
84
vmThrowErr(pVM, "Error: stack overflow");
stand/ficl/stack.c
98
vmThrowErr(pVM, "Error: float stack underflow");
stand/ficl/testmain.c
188
vmThrowErr(pVM, "Error loading file <%s> line %d", pFilename->text, nLine);
stand/ficl/words.c
114
vmThrowErr(pVM, "Error -- unmatched control structure \"%s\"", tag);
stand/ficl/words.c
1652
vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si));
stand/ficl/words.c
1703
vmThrowErr(pVM, "Error: Compile only!");
stand/ficl/words.c
2482
vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si));
stand/ficl/words.c
3505
vmThrowErr(pVM, "Error: out of memory");
stand/ficl/words.c
4103
vmThrowErr(pVM, "Error - out of user space");
stand/ficl/words.c
4153
vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si));
stand/ficl/words.c
4320
vmThrowErr(pVM, "Error: out of local space");
stand/ficl/words.c
4405
vmThrowErr(pVM, "Error: out of local space");