Home
last modified time | relevance | path

Searched refs:FICL_SYSTEM (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/boot/ficl/
HDficl.c83 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 …]
HDficl.h233 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 …]
HDtestmain.c292 void buildTestInterface(FICL_SYSTEM *pSys) in buildTestInterface()
313 FICL_SYSTEM *pSys; in main()
HDprefix.c158 void ficlCompilePrefix(FICL_SYSTEM *pSys) in ficlCompilePrefix()
HDsearch.c355 void ficlCompileSearch(FICL_SYSTEM *pSys) in ficlCompileSearch()
HDfileaccess.c393 void ficlCompileFile(FICL_SYSTEM *pSys) in ficlCompileFile()
HDdict.c587 FICL_WORD *ficlLookupLoc(FICL_SYSTEM *pSys, STRINGINFO si) in ficlLookupLoc()
HDfloat.c992 void ficlCompileFloat(FICL_SYSTEM *pSys) in ficlCompileFloat()
HDtools.c879 void ficlCompileTools(FICL_SYSTEM *pSys) in ficlCompileTools()
HDloader.c892 void ficlCompilePlatform(FICL_SYSTEM *pSys) in ficlCompilePlatform()
HDwords.c1603 FICL_SYSTEM *pSys; in interpret()
4845 void ficlCompileCore(FICL_SYSTEM *pSys) in ficlCompileCore()
/NextBSD/sys/boot/common/
HDinterp_forth.c64 FICL_SYSTEM *bf_sys;