Home
last modified time | relevance | path

Searched refs:ficlSystem (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dsystem.c72 ficlSystem *ficlSystemGlobal = NULL;
79 ficlSystemSetVersion(ficlSystem *system) in ficlSystemSetVersion()
103 ficlSystem *
109 ficlSystem *system; in ficlSystemCreate()
131 system = ficlMalloc(sizeof (ficlSystem)); in ficlSystemCreate()
135 memset(system, 0, sizeof (ficlSystem)); in ficlSystemCreate()
256 ficlSystemDestroy(ficlSystem *system) in ficlSystemDestroy()
292 ficlSystemAddParseStep(ficlSystem *system, ficlWord *word) in ficlSystemAddParseStep()
312 ficlSystemAddPrimitiveParseStep(ficlSystem *system, char *name, in ficlSystemAddPrimitiveParseStep()
333 ficlSystemCreateVm(ficlSystem *system) in ficlSystemCreateVm()
[all …]
H A Dficl.h546 struct ficlSystem;
547 typedef struct ficlSystem ficlSystem; typedef
947 ficlSystem *system;
1378 ficlSystem *system; /* used for debugging */
1473 ficlDictionaryCreate(ficlSystem *system, unsigned nCELLS);
1475 ficlDictionaryCreateHashed(ficlSystem *system, unsigned nCells, unsigned nHash);
1592 struct ficlSystem struct
1595 ficlSystem *link; argument
1635 FICL_PLATFORM_EXTERN ficlSystem *ficlSystemCreate(ficlSystemInformation *fsi); argument
1643 FICL_PLATFORM_EXTERN void ficlSystemDestroy(ficlSystem *system);
[all …]
H A Dcallback.c3 extern ficlSystem *ficlSystemGlobal;
H A Dprefix.c141 ficlSystemCompilePrefix(ficlSystem *system) in ficlSystemCompilePrefix()
H A Dextras.c172 ficlSystemCompileExtras(ficlSystem *system) in ficlSystemCompileExtras()
H A Ddictionary.c453 ficlDictionaryCreate(ficlSystem *system, unsigned size) in ficlDictionaryCreate()
459 ficlDictionaryCreateHashed(ficlSystem *system, unsigned size, in ficlDictionaryCreateHashed()
H A Dsearch.c343 ficlSystemCompileSearch(ficlSystem *system) in ficlSystemCompileSearch()
H A Dtools.c876 ficlSystem *system = vm->callback.system; in ficlPrimitiveParseStepList()
928 ficlSystemCompileTools(ficlSystem *system) in ficlSystemCompileTools()
H A Dfloat.c409 ficlSystemCompileFloat(ficlSystem *system) in ficlSystemCompileFloat()
H A Dfileaccess.c345 ficlSystemCompileFile(ficlSystem *system) in ficlSystemCompileFile()
H A Dloader.c1061 ficlSystemCompilePlatform(ficlSystem *pSys) in ficlSystemCompilePlatform()
H A Dprimitives.c838 ficlSystem *system; in ficlPrimitiveInterpret()
3096 ficlSystemCompileCore(ficlSystem *system) in ficlSystemCompileCore()
H A Dvm.c2425 ficlSystem *system = vm->callback.system; in ficlVmExecuteString()
/illumos-gate/usr/src/boot/common/
H A Dpnp.c213 ficlCompilePnp(ficlSystem *pSys) in ficlCompilePnp()
H A Dmisc.c255 ficlCompileCpufunc(ficlSystem *pSys) in ficlCompileCpufunc()
H A Dinterp_forth.c64 ficlSystem *bf_sys;
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospci.c594 ficlCompilePciBios(ficlSystem *pSys) in ficlCompilePciBios()
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c1554 ficlEfiCompilePlatform(ficlSystem *pSys) in ficlEfiCompilePlatform()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c106 ficlSystem *bf_sys;