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

/freebsd-9.3-release/sys/boot/ficl/
H A Dficl.c71 ** Each FICL_SYSTEM builds a global dictionary during its start
83 static void ficlSetVersionEnv(FICL_SYSTEM *pSys);
97 FICL_SYSTEM *ficlInitSystemEx(FICL_SYSTEM_INFO *fsi)
101 FICL_SYSTEM *pSys = ficlMalloc(sizeof (FICL_SYSTEM));
106 memset(pSys, 0, sizeof (FICL_SYSTEM));
164 ** linked into the vmList of FICL_SYSTEM, we don't have to pass the VM
179 FICL_SYSTEM *ficlInitSystem(int nDictCells)
194 int ficlAddParseStep(FICL_SYSTEM *pSys, FICL_WORD *pFW)
216 void ficlAddPrecompiledParseStep(FICL_SYSTEM *pSy
[all...]
H A Dficl.h233 typedef struct ficl_system FICL_SYSTEM; typedef in typeref:struct:ficl_system
477 FICL_SYSTEM *pSys; /* Which system this VM belongs to */
481 void * pExtend; /* vm extension pointer for app use - initialized from FICL_SYSTEM */
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 *pSy
[all...]
H A Dprefix.c158 void ficlCompilePrefix(FICL_SYSTEM *pSys)
H A Dtestmain.c292 void buildTestInterface(FICL_SYSTEM *pSys)
313 FICL_SYSTEM *pSys;
H A Dsearch.c355 void ficlCompileSearch(FICL_SYSTEM *pSys)
H A Ddict.c587 FICL_WORD *ficlLookupLoc(FICL_SYSTEM *pSys, STRINGINFO si)
H A Dfileaccess.c393 void ficlCompileFile(FICL_SYSTEM *pSys)
H A Dfloat.c992 void ficlCompileFloat(FICL_SYSTEM *pSys)
H A Dloader.c650 void ficlCompilePlatform(FICL_SYSTEM *pSys)
H A Dtools.c875 void ficlCompileTools(FICL_SYSTEM *pSys)
H A Dwords.c1603 FICL_SYSTEM *pSys;
4845 void ficlCompileCore(FICL_SYSTEM *pSys)
/freebsd-9.3-release/sys/boot/common/
H A Dinterp_forth.c57 FICL_SYSTEM *bf_sys;

Completed in 132 milliseconds