Searched defs:pSys (Results 1 – 13 of 13) sorted by relevance
100 FICL_SYSTEM *pSys = ficlMalloc(sizeof (FICL_SYSTEM)); in ficlInitSystemEx() local193 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() local253 FICL_VM *ficlNewVM(FICL_SYSTEM *pSys) in ficlNewVM()275 FICL_SYSTEM *pSys = pVM->pSys; in ficlFreeVM() local314 int ficlBuild(FICL_SYSTEM *pSys, char *name, FICL_CODE code, char flags) in ficlBuild()369 FICL_SYSTEM *pSys = pVM->pSys; in ficlExecC() local542 FICL_WORD *ficlLookup(FICL_SYSTEM *pSys, char *name) in ficlLookup()554 FICL_DICT *ficlGetDict(FICL_SYSTEM *pSys) in ficlGetDict()[all …]
291 void buildTestInterface(FICL_SYSTEM *pSys) in buildTestInterface()312 FICL_SYSTEM *pSys; in main() local
157 void ficlCompilePrefix(FICL_SYSTEM *pSys) in ficlCompilePrefix()
354 void ficlCompileSearch(FICL_SYSTEM *pSys) in ficlCompileSearch()
238 static void ficlCompileGfx(FICL_SYSTEM *pSys) in ficlCompileGfx()
399 void ficlCompileFile(FICL_SYSTEM *pSys) in ficlCompileFile()
878 void ficlCompileTools(FICL_SYSTEM *pSys) in ficlCompileTools()
586 FICL_WORD *ficlLookupLoc(FICL_SYSTEM *pSys, STRINGINFO si) in ficlLookupLoc()
833 void ficlCompilePlatform(FICL_SYSTEM *pSys) in ficlCompilePlatform()
991 void ficlCompileFloat(FICL_SYSTEM *pSys) in ficlCompileFloat()
476 FICL_SYSTEM *pSys; /* Which system this VM belongs to */ member
1602 FICL_SYSTEM *pSys; in interpret() local4856 void ficlCompileCore(FICL_SYSTEM *pSys) in ficlCompileCore()
39 static void ficlCompileCpufunc(FICL_SYSTEM *pSys) in ficlCompileCpufunc()