Searched refs:ficlExec (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/stand/common/ |
| HD | interp_forth.c | 262 ficlExec(bf_vm, "vocabulary builtins also builtins definitions"); in bf_init() 265 ficlExec(bf_vm, BUILTIN_CONSTRUCTOR); in bf_init() 270 ficlExec(bf_vm, "forth definitions builtins"); in bf_init() 272 ficlExec(bf_vm, create_buf); in bf_init() 273 ficlExec(bf_vm, "builtins definitions"); in bf_init() 275 ficlExec(bf_vm, "only forth definitions"); in bf_init() 309 result = ficlExec(bf_vm, __DECONST(char *, line)); in bf_run()
|
| /freebsd-13-stable/stand/ficl/ |
| HD | testmain.c | 197 ficlExec(pVM, ""); in ficlLoad() 334 ret = ficlExec(pVM, in); in main()
|
| HD | fileaccess.c | 253 result = ficlExec(pVM, cp); in ficlIncludeFile() 273 ficlExec(pVM, ""); in ficlIncludeFile()
|
| HD | ficl.c | 362 int ficlExec(FICL_VM *pVM, char *pText) in ficlExec() function
|
| HD | ficl.h | 970 int ficlExec (FICL_VM *pVM, char *pText);
|
| HD | loader.c | 632 ficlExec(pVM, ""); in ficlExecFD()
|