Searched refs:vmThrowErr (Results 1 – 10 of 10) sorted by relevance
/freebsd/stand/ficl/ |
H A D | stack.c | 79 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 D | loader.c | 86 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 D | search.c | 64 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 D | dict.c | 312 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 D | gfx_loader.c | 94 vmThrowErr(pVM, "Error: out of memory"); in ficl_term_putimage() 134 vmThrowErr(pVM, "Error: out of memory"); in ficl_fb_putimage()
|
H A D | prefix.c | 125 vmThrowErr(pVM, "%.*s not recognized", i, SI_PTR(si)); in tempBase()
|
H A D | testmain.c | 188 vmThrowErr(pVM, "Error loading file <%s> line %d", pFilename->text, nLine); in ficlLoad()
|
H A D | words.c | 114 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 D | vm.c | 571 void vmThrowErr(FICL_VM *pVM, char *fmt, ...) in vmThrowErr() function
|
H A D | ficl.h | 592 void vmThrowErr (FICL_VM *pVM, char *fmt, ...);
|