Home
last modified time | relevance | path

Searched refs:ficlDictionary (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c75 ficlDictionaryAbortDefinition(ficlDictionary *dictionary) in ficlDictionaryAbortDefinition()
92 ficlDictionaryAlign(ficlDictionary *dictionary) in ficlDictionaryAlign()
103 ficlDictionaryAllot(ficlDictionary *dictionary, int n) in ficlDictionaryAllot()
442 ficlDictionaryCellsUsed(ficlDictionary *dictionary) in ficlDictionaryCellsUsed()
452 ficlDictionary *
458 ficlDictionary *
462 ficlDictionary *dictionary; in ficlDictionaryCreateHashed()
502 ficlDictionaryDestroy(ficlDictionary *dictionary) in ficlDictionaryDestroy()
846 ficlDictionarySetImmediate(ficlDictionary *dictionary) in ficlDictionarySetImmediate()
858 ficlDictionaryUnsmudge(ficlDictionary *dictionary) in ficlDictionaryUnsmudge()
[all …]
H A Dficl.h544 struct ficlDictionary;
545 typedef struct ficlDictionary ficlDictionary; typedef
1368 struct ficlDictionary struct
1386 ficlDictionaryAllot(ficlDictionary *dictionary, int n);
1472 FICL_PLATFORM_EXTERN ficlDictionary *
1474 FICL_PLATFORM_EXTERN ficlDictionary *
1492 ficlDictionarySetImmediate(ficlDictionary *dictionary);
1494 ficlDictionaryUnsmudge(ficlDictionary *dictionary);
1597 ficlDictionary *dictionary;
1598 ficlDictionary *environment;
[all …]
H A Dsearch.c58 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveDefinitions()
92 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveGetCurrent()
109 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveGetOrder()
164 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveSetCurrent()
186 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveSetOrder()
226 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveFiclWordlist()
245 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveSearchPop()
266 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveSearchPush()
345 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileSearch()
346 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemCompileSearch()
H A Dfloat.c58 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveFConstant()
70 ficlDictionaryAppendFConstant(ficlDictionary *dictionary, char *name, in ficlDictionaryAppendFConstant()
81 ficlDictionarySetFConstant(ficlDictionary *dictionary, char *name, in ficlDictionarySetFConstant()
96 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveF2Constant()
108 ficlDictionaryAppendF2Constant(ficlDictionary *dictionary, char *name, in ficlDictionaryAppendF2Constant()
118 ficlDictionarySetF2Constant(ficlDictionary *dictionary, char *name, in ficlDictionarySetF2Constant()
218 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveFLiteralImmediate()
411 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileFloat()
412 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemCompileFloat()
H A Dprimitives.c180 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveColon()
203 ficlDictionary *locals; in ficlPrimitiveSemicolonCoIm()
649 ficlDictionary *dictionary; in ficlPrimitiveEndcaseCoIm()
1143 ficlDictionary *dictionary; in ficlPrimitiveAllot()
1159 ficlDictionary *dictionary; in ficlPrimitiveHere()
1368 ficlDictionary *dictionary; in ficlPrimitiveSLiteralCoIm()
1426 ficlDictionary *locals = in ficlPrimitiveDoesCoIm()
1968 ficlDictionary *environment; in ficlPrimitiveEnvironmentQ()
2462 ficlDictionary *dictionary; in ficlLocalParen()
2479 ficlDictionary *locals; in ficlLocalParen()
[all …]
H A Dsystem.c84 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemSetVersion()
112 ficlDictionary *environment; in ficlSystemCreate()
315 ficlDictionary *dictionary = system->dictionary; in ficlSystemAddPrimitiveParseStep()
393 ficlDictionary *
403 ficlDictionary *
415 ficlDictionary *
432 ficlDictionary *dictionary = system->dictionary; in ficlSystemLookupLocal()
H A Dtools.c140 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveHashSummary()
530 ficlDictionary *dictionary;
680 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveForgetWid()
703 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveForget()
718 ficlPrimitiveWordsBackend(ficlVm *vm, ficlDictionary *dictionary, in ficlPrimitiveWordsBackend()
821 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveWords()
829 ficlDictionary *dict = ficlVmGetDictionary(vm); in ficlPrimitiveSiftingImpl()
843 ficlDictionary *dictionary = vm->callback.system->environment; in ficlPrimitiveListEnv()
930 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileTools()
931 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemCompileTools()
H A Dvm.c1317 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlVmInnerLoop()
1401 ficlDictionary *dictionary; in ficlVmInnerLoop()
1410 ficlDictionary *dictionary; in ficlVmInnerLoop()
2067 ficlDictionary *
2426 ficlDictionary *dictionary = system->dictionary; in ficlVmExecuteString()
2676 ficlVmDictionarySimpleCheck(ficlVm *vm, ficlDictionary *dictionary, int cells) in ficlVmDictionarySimpleCheck()
2698 ficlVmDictionaryCheck(ficlVm *vm, ficlDictionary *dictionary, int cells) in ficlVmDictionaryCheck()
2718 ficlVmDictionaryAllot(ficlVm *vm, ficlDictionary *dictionary, int n) in ficlVmDictionaryAllot()
2726 ficlVmDictionaryAllotCells(ficlVm *vm, ficlDictionary *dictionary, int cells) in ficlVmDictionaryAllotCells()
2756 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlVmParseWord()
H A Dprefix.c143 ficlDictionary *dictionary = system->dictionary; in ficlSystemCompilePrefix()
H A Dfileaccess.c350 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileFile()
351 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemCompileFile()
H A Dextras.c174 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileExtras()
H A Dloader.c1063 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlSystemCompilePlatform()
1064 ficlDictionary *env = ficlSystemGetEnvironment(pSys); in ficlSystemCompilePlatform()
/illumos-gate/usr/src/boot/common/
H A Dinterp_forth.c267 ficlDictionary *dict; in bf_init()
268 ficlDictionary *env; in bf_init()
H A Dpnp.c215 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlCompilePnp()
H A Dmisc.c257 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlCompileCpufunc()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospci.c596 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlCompilePciBios()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c699 ficlDictionary *dict; in bf_init()
700 ficlDictionary *env; in bf_init()
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c1555 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlEfiCompilePlatform()