Home
last modified time | relevance | path

Searched refs:vmThrowErr (Results 1 – 10 of 10) sorted by relevance

/freebsd/stand/ficl/
H A Dstack.c79 vmThrowErr(pVM, "Error: stack underflow"); in vmCheckStack()
84 vmThrowErr(pVM, "Error: stack overflow"); in vmCheckStack()
98 vmThrowErr(pVM, "Error: float stack underflow"); in vmCheckFStack()
103 vmThrowErr(pVM, "Error: float stack overflow"); in vmCheckFStack()
H A Dloader.c86 vmThrowErr(pVM, "Error: out of memory"); in ficlSetenv()
91 vmThrowErr(pVM, "Error: out of memory"); in ficlSetenv()
124 vmThrowErr(pVM, "Error: out of memory"); in ficlSetenvq()
129 vmThrowErr(pVM, "Error: out of memory"); in ficlSetenvq()
159 vmThrowErr(pVM, "Error: out of memory"); in ficlGetenv()
194 vmThrowErr(pVM, "Error: out of memory"); in ficlUnsetenv()
270 vmThrowErr(pVM, "Error: out of memory"); in ficlFindfile()
275 vmThrowErr(pVM, "Error: out of memory"); in ficlFindfile()
364 vmThrowErr(pVM, "Error: out of memory"); in ficlUuidFromString()
H A Dsearch.c64 vmThrowErr(pVM, "DEFINITIONS error - empty search order"); in definitions()
199 vmThrowErr(pVM, "set-order error: list would be too large"); in setOrder()
267 vmThrowErr(pVM, "search> error: empty search order"); in searchPop()
287 vmThrowErr(pVM, ">search error: search order overflow"); in searchPush()
H A Ddict.c312 vmThrowErr(pVM, "Error: dictionary full"); in dictCheck()
317 vmThrowErr(pVM, "Error: dictionary underflow"); in dictCheck()
323 vmThrowErr(pVM, "Error: search order overflow"); in dictCheck()
328 vmThrowErr(pVM, "Error: search order underflow"); in dictCheck()
H A Dgfx_loader.c94 vmThrowErr(pVM, "Error: out of memory"); in ficl_term_putimage()
134 vmThrowErr(pVM, "Error: out of memory"); in ficl_fb_putimage()
H A Dprefix.c125 vmThrowErr(pVM, "%.*s not recognized", i, SI_PTR(si)); in tempBase()
H A Dtestmain.c188 vmThrowErr(pVM, "Error loading file <%s> line %d", pFilename->text, nLine); in ficlLoad()
H A Dwords.c114 vmThrowErr(pVM, "Error -- unmatched control structure \"%s\"", tag); in matchControlTag()
1652 vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si)); in interpret()
1703 vmThrowErr(pVM, "Error: Compile only!"); in ficlParseWord()
2482 vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si)); in ficlTick()
3505 vmThrowErr(pVM, "Error: out of memory"); in type()
4103 vmThrowErr(pVM, "Error - out of user space"); in userVariable()
4153 vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si)); in toValue()
4320 vmThrowErr(pVM, "Error: out of local space"); in localParen()
4405 vmThrowErr(pVM, "Error: out of local space"); in twoLocalParen()
H A Dvm.c571 void vmThrowErr(FICL_VM *pVM, char *fmt, ...) in vmThrowErr() function
H A Dficl.h592 void vmThrowErr (FICL_VM *pVM, char *fmt, ...);