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()
116 ficlDictionaryAllotCells(ficlDictionary *dictionary, int nficlCells) in ficlDictionaryAllotCells()
126 ficlDictionaryAppendCell(ficlDictionary *dictionary, ficlCell c) in ficlDictionaryAppendCell()
136 ficlDictionaryAppendCharacter(ficlDictionary *dictionary, char c) in ficlDictionaryAppendCharacter()
148 ficlDictionaryAppendUnsigned(ficlDictionary *dictionary, ficlUnsigned u) in ficlDictionaryAppendUnsigned()
157 ficlDictionaryAppendData(ficlDictionary *dictionary, void *data, in ficlDictionaryAppendData()
192 ficlDictionaryAppendString(ficlDictionary *dictionary, ficlString s) in ficlDictionaryAppendString()
204 ficlDictionaryAppendConstantInstruction(ficlDictionary *dictionary, in ficlDictionaryAppendConstantInstruction()
[all …]
H A Dficl.h544 struct ficlDictionary;
545 typedef struct ficlDictionary ficlDictionary; typedef
1058 FICL_PLATFORM_EXTERN ficlDictionary *ficlVmGetDictionary(ficlVm *vm);
1140 ficlVmDictionaryAllot(ficlVm *vm, ficlDictionary *dictionary, int n);
1142 ficlVmDictionaryAllotCells(ficlVm *vm, ficlDictionary *dictionary, int cells);
1169 ficlVmDictionaryCheck(ficlVm *vm, ficlDictionary *dictionary, int n);
1171 ficlVmDictionarySimpleCheck(ficlVm *vm, ficlDictionary *dictionary, int n);
1368 struct ficlDictionary struct
1383 ficlDictionaryAbortDefinition(ficlDictionary *dictionary); argument
1384 FICL_PLATFORM_EXTERN void ficlDictionaryAlign(ficlDictionary *dictionary);
[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.c70 markBranch(ficlDictionary *dictionary, ficlVm *vm, char *tag) in markBranch()
107 resolveBackBranch(ficlDictionary *dictionary, ficlVm *vm, char *tag) in resolveBackBranch()
127 resolveForwardBranch(ficlDictionary *dictionary, ficlVm *vm, char *tag) in resolveForwardBranch()
147 resolveAbsBranch(ficlDictionary *dictionary, ficlVm *vm, char *wantTag) in resolveAbsBranch()
180 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveColon()
197 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveSemicolonCoIm()
203 ficlDictionary *locals; in ficlPrimitiveSemicolonCoIm()
229 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveExitCoIm()
250 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveConstant()
262 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitive2Constant()
[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.c1556 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlEfiCompilePlatform()