Searched refs:FICL_SYSTEM (Results 1 – 14 of 14) sorted by relevance
/freebsd/stand/ficl/ |
H A D | ficl.c | 82 static void ficlSetVersionEnv(FICL_SYSTEM *pSys); 96 FICL_SYSTEM *ficlInitSystemEx(FICL_SYSTEM_INFO *fsi) in ficlInitSystemEx() 100 FICL_SYSTEM *pSys = ficlMalloc(sizeof (FICL_SYSTEM)); in ficlInitSystemEx() 105 memset(pSys, 0, sizeof (FICL_SYSTEM)); in ficlInitSystemEx() 178 FICL_SYSTEM *ficlInitSystem(int nDictCells) in ficlInitSystem() 193 int ficlAddParseStep(FICL_SYSTEM *pSys, FICL_WORD *pFW) in ficlAddParseStep() 215 void ficlAddPrecompiledParseStep(FICL_SYSTEM *pSys, char *name, FICL_PARSE_STEP pStep) in ficlAddPrecompiledParseStep() 230 FICL_SYSTEM *pSys = pVM->pSys; in ficlListParseSteps() 253 FICL_VM *ficlNewVM(FICL_SYSTEM *pSys) in ficlNewVM() 275 FICL_SYSTEM *pSys = pVM->pSys; in ficlFreeVM() [all …]
|
H A D | ficl.h | 232 typedef struct ficl_system FICL_SYSTEM; typedef 476 FICL_SYSTEM *pSys; /* Which system this VM belongs to */ 771 FICL_WORD *ficlLookupLoc (FICL_SYSTEM *pSys, STRINGINFO si); 809 int ficlAddParseStep(FICL_SYSTEM *pSys, FICL_WORD *pFW); /* ficl.c */ 810 void ficlAddPrecompiledParseStep(FICL_SYSTEM *pSys, char *name, FICL_PARSE_STEP pStep); 843 FICL_SYSTEM *link; 921 FICL_SYSTEM *ficlInitSystemEx(FICL_SYSTEM_INFO *fsi); 924 FICL_SYSTEM *ficlInitSystem(int nDictCells); 932 void ficlTermSystem(FICL_SYSTEM *pSys); 988 FICL_VM *ficlNewVM(FICL_SYSTEM *pSys); [all …]
|
H A D | testmain.c | 291 void buildTestInterface(FICL_SYSTEM *pSys) in buildTestInterface() 312 FICL_SYSTEM *pSys; in main()
|
H A D | prefix.c | 157 void ficlCompilePrefix(FICL_SYSTEM *pSys) in ficlCompilePrefix()
|
H A D | search.c | 354 void ficlCompileSearch(FICL_SYSTEM *pSys) in ficlCompileSearch()
|
H A D | gfx_loader.c | 238 static void ficlCompileGfx(FICL_SYSTEM *pSys) in ficlCompileGfx()
|
H A D | fileaccess.c | 399 void ficlCompileFile(FICL_SYSTEM *pSys) in ficlCompileFile()
|
H A D | dict.c | 586 FICL_WORD *ficlLookupLoc(FICL_SYSTEM *pSys, STRINGINFO si) in ficlLookupLoc()
|
H A D | float.c | 991 void ficlCompileFloat(FICL_SYSTEM *pSys) in ficlCompileFloat()
|
H A D | tools.c | 878 void ficlCompileTools(FICL_SYSTEM *pSys) in ficlCompileTools()
|
H A D | loader.c | 833 void ficlCompilePlatform(FICL_SYSTEM *pSys) in ficlCompilePlatform()
|
H A D | words.c | 1602 FICL_SYSTEM *pSys; in interpret() 4856 void ficlCompileCore(FICL_SYSTEM *pSys) in ficlCompileCore()
|
/freebsd/stand/ficl/x86/ |
H A D | sysdep.c | 39 static void ficlCompileCpufunc(FICL_SYSTEM *pSys) in ficlCompileCpufunc()
|
/freebsd/stand/common/ |
H A D | interp_forth.c | 61 FICL_SYSTEM *bf_sys;
|