| /freebsd-14.2/stand/ficl/ |
| H A D | ficl.c | 102 assert(pSys); in ficlInitSystemEx() 174 return pSys; in ficlInitSystemEx() 230 FICL_SYSTEM *pSys = pVM->pSys; in ficlListParseSteps() local 231 assert(pSys); in ficlListParseSteps() 257 pVM->pSys = pSys; in ficlNewVM() 275 FICL_SYSTEM *pSys = pVM->pSys; in ficlFreeVM() local 282 pSys->vmList = pSys->vmList->link; in ficlFreeVM() 369 FICL_SYSTEM *pSys = pVM->pSys; in ficlExecC() local 658 if (pSys->dp) in ficlTermSystem() 675 pSys->vmList = pSys->vmList->link; in ficlTermSystem() [all …]
|
| H A D | testmain.c | 291 void buildTestInterface(FICL_SYSTEM *pSys) in buildTestInterface() argument 293 ficlBuild(pSys, "break", ficlBreak, FW_DEFAULT); in buildTestInterface() 294 ficlBuild(pSys, "clock", ficlClock, FW_DEFAULT); in buildTestInterface() 295 ficlBuild(pSys, "cd", ficlChDir, FW_DEFAULT); in buildTestInterface() 296 ficlBuild(pSys, "execxt", execxt, FW_DEFAULT); in buildTestInterface() 301 ficlBuild(pSys, "clocks/sec", in buildTestInterface() 312 FICL_SYSTEM *pSys; in main() local 314 pSys = ficlInitSystem(10000); in main() 315 buildTestInterface(pSys); in main() 316 pVM = ficlNewVM(pSys); in main() [all …]
|
| H A D | words.c | 1606 pSys = pVM->pSys; in interpret() 4349 *(FICL_INT *)(pVM->pSys->pMarkLocals) = pVM->pSys->nLocals; in localParen() 4426 *(FICL_INT *)(pVM->pSys->pMarkLocals) = pVM->pSys->nLocals; in twoLocalParen() 4866 pSys->pStore = in ficlCompileCore() 4934 pSys->pDrop = in ficlCompileCore() 5184 pSys->pBranch0 = in ficlCompileCore() 5188 pSys->pDoParen = in ficlCompileCore() 5201 pSys->pOfParen = in ficlCompileCore() 5207 pSys->pExitInner = in ficlCompileCore() 5213 pSys->pInterp[0] = pSys->pInterpret; in ficlCompileCore() [all …]
|
| H A D | tools.c | 397 vmSetBreak(pVM, &(pVM->pSys->bpStep)); in ficlDebugXT() 427 vmSetBreak(pVM, &(pVM->pSys->bpStep)); in stepIn() 459 pVM->pSys->bpStep.origXT = pVM->ip[1]; in stepOver() 496 assert(pVM->pSys->bpStep.address); in stepBreak() 497 assert(pVM->pSys->bpStep.origXT); in stepBreak() 504 *pVM->ip = pVM->pSys->bpStep.origXT; in stepBreak() 516 pFW = pVM->pSys->bpStep.origXT; in stepBreak() 817 FICL_DICT *dp = pVM->pSys->envp; in listEnv() 868 ficlSetEnvD(pVM->pSys, pVM->pad, v1, v2); in env2Constant() 878 void ficlCompileTools(FICL_SYSTEM *pSys) in ficlCompileTools() argument [all …]
|
| H A D | ficl.h | 932 void ficlTermSystem(FICL_SYSTEM *pSys); 988 FICL_VM *ficlNewVM(FICL_SYSTEM *pSys); 1018 FICL_DICT *ficlGetDict(FICL_SYSTEM *pSys); 1019 FICL_DICT *ficlGetEnv (FICL_SYSTEM *pSys); 1023 FICL_DICT *ficlGetLoc (FICL_SYSTEM *pSys); 1048 void ficlCompileCore(FICL_SYSTEM *pSys); 1049 void ficlCompilePrefix(FICL_SYSTEM *pSys); 1050 void ficlCompileSearch(FICL_SYSTEM *pSys); 1052 void ficlCompileTools(FICL_SYSTEM *pSys); 1053 void ficlCompileFile(FICL_SYSTEM *pSys); [all …]
|
| H A D | prefix.c | 76 FICL_WORD *pFW = ficlLookup(pVM->pSys, list_name); in ficlParsePrefix() 157 void ficlCompilePrefix(FICL_SYSTEM *pSys) in ficlCompilePrefix() argument 159 FICL_DICT *dp = pSys->dp; in ficlCompilePrefix() 189 pFW = ficlLookup(pSys, "\\"); in ficlCompilePrefix()
|
| H A D | search.c | 354 void ficlCompileSearch(FICL_SYSTEM *pSys) in ficlCompileSearch() argument 356 FICL_DICT *dp = pSys->dp; in ficlCompileSearch() 382 ficlSetEnv(pSys, "search-order", FICL_TRUE); in ficlCompileSearch() 383 ficlSetEnv(pSys, "search-order-ext", FICL_TRUE); in ficlCompileSearch() 384 ficlSetEnv(pSys, "wordlists", FICL_DEFAULT_VOCS); in ficlCompileSearch()
|
| H A D | loader.c | 813 stackPushINT(pVM->pStack, dictCellsAvail(ficlGetDict(pVM->pSys))); in freeHeap() 833 void ficlCompilePlatform(FICL_SYSTEM *pSys) in ficlCompilePlatform() argument 836 FICL_DICT *dp = pSys->dp; in ficlCompilePlatform() 869 (*fnpp)(pSys); in ficlCompilePlatform() 872 ficlSetEnv(pSys, "arch-i386", FICL_TRUE); in ficlCompilePlatform() 873 ficlSetEnv(pSys, "arch-powerpc", FICL_FALSE); in ficlCompilePlatform() 875 ficlSetEnv(pSys, "arch-i386", FICL_FALSE); in ficlCompilePlatform() 876 ficlSetEnv(pSys, "arch-powerpc", FICL_TRUE); in ficlCompilePlatform()
|
| H A D | fileaccess.c | 399 void ficlCompileFile(FICL_SYSTEM *pSys) in ficlCompileFile() argument 402 FICL_DICT *dp = pSys->dp; in ficlCompileFile() 425 ficlSetEnv(pSys, "file", FICL_TRUE); in ficlCompileFile() 426 ficlSetEnv(pSys, "file-ext", FICL_TRUE); in ficlCompileFile() 429 (void)pSys; in ficlCompileFile()
|
| H A D | float.c | 661 FICL_WORD *pfLitParen = ficlLookup(pVM->pSys, "(fliteral)"); in fliteralIm() 991 void ficlCompileFloat(FICL_SYSTEM *pSys) in ficlCompileFloat() argument 993 FICL_DICT *dp = pSys->dp; in ficlCompileFloat() 1060 ficlSetEnv(pSys, "floating", FICL_FALSE); /* not all required words are present */ in ficlCompileFloat() 1061 ficlSetEnv(pSys, "floating-ext", FICL_FALSE); in ficlCompileFloat() 1062 ficlSetEnv(pSys, "floating-stack", FICL_DEFAULT_STACK); in ficlCompileFloat()
|
| H A D | gfx_loader.c | 238 static void ficlCompileGfx(FICL_SYSTEM *pSys) in ficlCompileGfx() argument 241 FICL_DICT *dp = pSys->dp; in ficlCompileGfx()
|
| H A D | dict.c | 586 FICL_WORD *ficlLookupLoc(FICL_SYSTEM *pSys, STRINGINFO si) in ficlLookupLoc() argument 589 FICL_DICT *pDict = pSys->dp; in ficlLookupLoc() 590 FICL_HASH *pHash = ficlGetLoc(pSys)->pForthWords; in ficlLookupLoc()
|
| H A D | vm.c | 256 return pVM->pSys->dp; in vmGetDict()
|
| /freebsd-14.2/stand/ficl/x86/ |
| H A D | sysdep.c | 39 static void ficlCompileCpufunc(FICL_SYSTEM *pSys) in ficlCompileCpufunc() argument 41 FICL_DICT *dp = pSys->dp; in ficlCompileCpufunc()
|