Searched refs:FICL_SYSTEM (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/sys/boot/ficl/ |
| HD | ficl.c | 83 static void ficlSetVersionEnv(FICL_SYSTEM *pSys); 97 FICL_SYSTEM *ficlInitSystemEx(FICL_SYSTEM_INFO *fsi) in ficlInitSystemEx() 101 FICL_SYSTEM *pSys = ficlMalloc(sizeof (FICL_SYSTEM)); in ficlInitSystemEx() 106 memset(pSys, 0, sizeof (FICL_SYSTEM)); in ficlInitSystemEx() 179 FICL_SYSTEM *ficlInitSystem(int nDictCells) in ficlInitSystem() 194 int ficlAddParseStep(FICL_SYSTEM *pSys, FICL_WORD *pFW) in ficlAddParseStep() 216 void ficlAddPrecompiledParseStep(FICL_SYSTEM *pSys, char *name, FICL_PARSE_STEP pStep) in ficlAddPrecompiledParseStep() 231 FICL_SYSTEM *pSys = pVM->pSys; in ficlListParseSteps() 254 FICL_VM *ficlNewVM(FICL_SYSTEM *pSys) in ficlNewVM() 276 FICL_SYSTEM *pSys = pVM->pSys; in ficlFreeVM() [all …]
|
| HD | ficl.h | 233 typedef struct ficl_system FICL_SYSTEM; typedef 477 FICL_SYSTEM *pSys; /* Which system this VM belongs to */ 772 FICL_WORD *ficlLookupLoc (FICL_SYSTEM *pSys, STRINGINFO si); 810 int ficlAddParseStep(FICL_SYSTEM *pSys, FICL_WORD *pFW); /* ficl.c */ 811 void ficlAddPrecompiledParseStep(FICL_SYSTEM *pSys, char *name, FICL_PARSE_STEP pStep); 844 FICL_SYSTEM *link; 922 FICL_SYSTEM *ficlInitSystemEx(FICL_SYSTEM_INFO *fsi); 925 FICL_SYSTEM *ficlInitSystem(int nDictCells); 933 void ficlTermSystem(FICL_SYSTEM *pSys); 989 FICL_VM *ficlNewVM(FICL_SYSTEM *pSys); [all …]
|
| HD | testmain.c | 292 void buildTestInterface(FICL_SYSTEM *pSys) in buildTestInterface() 313 FICL_SYSTEM *pSys; in main()
|
| HD | prefix.c | 158 void ficlCompilePrefix(FICL_SYSTEM *pSys) in ficlCompilePrefix()
|
| HD | search.c | 355 void ficlCompileSearch(FICL_SYSTEM *pSys) in ficlCompileSearch()
|
| HD | fileaccess.c | 393 void ficlCompileFile(FICL_SYSTEM *pSys) in ficlCompileFile()
|
| HD | dict.c | 587 FICL_WORD *ficlLookupLoc(FICL_SYSTEM *pSys, STRINGINFO si) in ficlLookupLoc()
|
| HD | float.c | 992 void ficlCompileFloat(FICL_SYSTEM *pSys) in ficlCompileFloat()
|
| HD | tools.c | 879 void ficlCompileTools(FICL_SYSTEM *pSys) in ficlCompileTools()
|
| HD | loader.c | 892 void ficlCompilePlatform(FICL_SYSTEM *pSys) in ficlCompilePlatform()
|
| HD | words.c | 1603 FICL_SYSTEM *pSys; in interpret() 4845 void ficlCompileCore(FICL_SYSTEM *pSys) in ficlCompileCore()
|
| /NextBSD/sys/boot/common/ |
| HD | interp_forth.c | 64 FICL_SYSTEM *bf_sys;
|