Home
last modified time | relevance | path

Searched defs:pSys (Results 1 – 13 of 13) sorted by relevance

/freebsd/stand/ficl/
H A Dficl.c100 FICL_SYSTEM *pSys = ficlMalloc(sizeof (FICL_SYSTEM)); in ficlInitSystemEx() local
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() local
253 FICL_VM *ficlNewVM(FICL_SYSTEM *pSys) in ficlNewVM()
275 FICL_SYSTEM *pSys = pVM->pSys; in ficlFreeVM() local
314 int ficlBuild(FICL_SYSTEM *pSys, char *name, FICL_CODE code, char flags) in ficlBuild()
369 FICL_SYSTEM *pSys = pVM->pSys; in ficlExecC() local
542 FICL_WORD *ficlLookup(FICL_SYSTEM *pSys, char *name) in ficlLookup()
554 FICL_DICT *ficlGetDict(FICL_SYSTEM *pSys) in ficlGetDict()
[all …]
H A Dtestmain.c291 void buildTestInterface(FICL_SYSTEM *pSys) in buildTestInterface()
312 FICL_SYSTEM *pSys; in main() local
H A Dprefix.c157 void ficlCompilePrefix(FICL_SYSTEM *pSys) in ficlCompilePrefix()
H A Dsearch.c354 void ficlCompileSearch(FICL_SYSTEM *pSys) in ficlCompileSearch()
H A Dgfx_loader.c238 static void ficlCompileGfx(FICL_SYSTEM *pSys) in ficlCompileGfx()
H A Dfileaccess.c399 void ficlCompileFile(FICL_SYSTEM *pSys) in ficlCompileFile()
H A Dtools.c878 void ficlCompileTools(FICL_SYSTEM *pSys) in ficlCompileTools()
H A Ddict.c586 FICL_WORD *ficlLookupLoc(FICL_SYSTEM *pSys, STRINGINFO si) in ficlLookupLoc()
H A Dloader.c833 void ficlCompilePlatform(FICL_SYSTEM *pSys) in ficlCompilePlatform()
H A Dfloat.c991 void ficlCompileFloat(FICL_SYSTEM *pSys) in ficlCompileFloat()
H A Dficl.h476 FICL_SYSTEM *pSys; /* Which system this VM belongs to */ member
H A Dwords.c1602 FICL_SYSTEM *pSys; in interpret() local
4856 void ficlCompileCore(FICL_SYSTEM *pSys) in ficlCompileCore()
/freebsd/stand/ficl/x86/
H A Dsysdep.c39 static void ficlCompileCpufunc(FICL_SYSTEM *pSys) in ficlCompileCpufunc()