Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 19 of 19) sorted by path

/illumos-gate/usr/src/cmd/svc/startd/
H A Ddict.c53 dictionary_t *dictionary; variable
H A Dstartd.h206 typedef struct dictionary { struct
218 extern dictionary_t *dictionary; argument
/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c58 #define FICL_SAFE_SYSTEM_FROM_DICTIONARY(dictionary) \ argument
60 #define FICL_DICTIONARY_ASSERT(dictionary, expression) \ argument
75 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()
462 ficlDictionary *dictionary; in ficlDictionaryCreateHashed() local
502 ficlDictionaryDestroy(ficlDictionary *dictionary) in ficlDictionaryDestroy()
846 ficlDictionarySetImmediate(ficlDictionary *dictionary) in ficlDictionarySetImmediate()
858 ficlDictionaryUnsmudge(ficlDictionary *dictionary) in ficlDictionaryUnsmudge()
[all …]
H A Dextras.c174 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileExtras() local
H A Dficl.h1172 #define FICL_VM_DICTIONARY_CHECK(vm, dictionary, n) \ argument
1174 #define FICL_VM_DICTIONARY_SIMPLE_CHECK(vm, dictionary, n) \ argument
1177 #define FICL_VM_DICTIONARY_CHECK(vm, dictionary, n) argument
1178 #define FICL_VM_DICTIONARY_SIMPLE_CHECK(vm, dictionary, n) argument
1423 #define ficlDictionaryAppendConstantPointer(dictionary, name, pointer) \ argument
1445 #define ficlDictionarySetConstantPointer(dictionary, name, pointer) \ argument
1524 #define ficlDictionaryLock(dictionary, lock) (void)0 /* ignore */ argument
1597 ficlDictionary *dictionary; member
H A Dfloat.c58 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveFConstant() local
70 ficlDictionaryAppendFConstant(ficlDictionary *dictionary, char *name, in ficlDictionaryAppendFConstant()
81 ficlDictionarySetFConstant(ficlDictionary *dictionary, char *name, in ficlDictionarySetFConstant()
96 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveF2Constant() local
108 ficlDictionaryAppendF2Constant(ficlDictionary *dictionary, char *name, in ficlDictionaryAppendF2Constant()
118 ficlDictionarySetF2Constant(ficlDictionary *dictionary, char *name, in ficlDictionarySetF2Constant()
218 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveFLiteralImmediate() local
411 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileFloat() local
H A Dprefix.c143 ficlDictionary *dictionary = system->dictionary; in ficlSystemCompilePrefix() local
H A Dprimitives.c180 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveColon() local
197 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveSemicolonCoIm() local
229 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveExitCoIm() local
250 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveConstant() local
262 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitive2Constant() local
566 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveIfCoIm() local
649 ficlDictionary *dictionary; in ficlPrimitiveEndcaseCoIm() local
1143 ficlDictionary *dictionary; in ficlPrimitiveAllot() local
1159 ficlDictionary *dictionary; in ficlPrimitiveHere() local
1368 ficlDictionary *dictionary; in ficlPrimitiveSLiteralCoIm() local
[all …]
H A Dsearch.c58 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveDefinitions() local
92 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveGetCurrent() local
109 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveGetOrder() local
164 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveSetCurrent() local
186 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveSetOrder() local
226 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveFiclWordlist() local
245 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveSearchPop() local
266 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveSearchPush() local
345 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileSearch() local
H A Dsystem.c315 ficlDictionary *dictionary = system->dictionary; in ficlSystemAddPrimitiveParseStep() local
432 ficlDictionary *dictionary = system->dictionary; in ficlSystemLookupLocal() local
H A Dtools.c140 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveHashSummary() local
530 ficlDictionary *dictionary; member
680 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveForgetWid() local
703 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveForget() local
718 ficlPrimitiveWordsBackend(ficlVm *vm, ficlDictionary *dictionary, in ficlPrimitiveWordsBackend()
821 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveWords() local
843 ficlDictionary *dictionary = vm->callback.system->environment; in ficlPrimitiveListEnv() local
930 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileTools() local
H A Dvm.c1317 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlVmInnerLoop() local
1401 ficlDictionary *dictionary; in ficlVmInnerLoop() local
1410 ficlDictionary *dictionary; in ficlVmInnerLoop() local
2426 ficlDictionary *dictionary = system->dictionary; in ficlVmExecuteString() local
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() local
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c463 dictionary(void) in dictionary() function
H A Dratz.c3388 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derrormsg.c33 errormsg(const char* dictionary, int level, ...) in errormsg()
/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c414 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
483 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument
H A Dinflate.c1295 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, in inflateGetDictionary()
1316 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x108 db_dict_desc *dictionary; /* Old incarnation */ member
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c945 deflateSetDictionary(strm, dictionary, dictLength) in deflateSetDictionary() argument
3892 inflateSetDictionary(z, dictionary, dictLength) in inflateSetDictionary() argument