Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 22 of 22) sorted by relevance

/titanic_53/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()
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()
[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 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() 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
565 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveIfCoIm() local
[all …]
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()
217 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveFLiteralImmediate() local
410 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileFloat() local
H A Dtools.c139 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveHashSummary() local
529 ficlDictionary *dictionary; member
676 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveForgetWid() local
699 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveForget() local
716 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveWords() local
809 ficlDictionary *dictionary = vm->callback.system->environment; in ficlPrimitiveListEnv() local
894 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileTools() local
H A Dvm.c1314 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlVmInnerLoop() local
1398 ficlDictionary *dictionary; in ficlVmInnerLoop() local
1407 ficlDictionary *dictionary; in ficlVmInnerLoop() local
2422 ficlDictionary *dictionary = system->dictionary; in ficlVmExecuteString() local
2672 ficlVmDictionarySimpleCheck(ficlVm *vm, ficlDictionary *dictionary, int cells) in ficlVmDictionarySimpleCheck()
2694 ficlVmDictionaryCheck(ficlVm *vm, ficlDictionary *dictionary, int cells) in ficlVmDictionaryCheck()
2714 ficlVmDictionaryAllot(ficlVm *vm, ficlDictionary *dictionary, int n) in ficlVmDictionaryAllot()
2722 ficlVmDictionaryAllotCells(ficlVm *vm, ficlDictionary *dictionary, int cells) in ficlVmDictionaryAllotCells()
2752 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlVmParseWord() local
H A Dsystem.c313 ficlDictionary *dictionary = system->dictionary; in ficlSystemAddPrimitiveParseStep() local
430 ficlDictionary *dictionary = system->dictionary; in ficlSystemLookupLocal() local
H A Dprefix.c143 ficlDictionary *dictionary = system->dictionary; in ficlSystemCompilePrefix() local
H A Dextras.c174 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileExtras() local
H A Dficl.h1171 #define FICL_VM_DICTIONARY_CHECK(vm, dictionary, n) \ argument
1173 #define FICL_VM_DICTIONARY_SIMPLE_CHECK(vm, dictionary, n) \ argument
1176 #define FICL_VM_DICTIONARY_CHECK(vm, dictionary, n) argument
1177 #define FICL_VM_DICTIONARY_SIMPLE_CHECK(vm, dictionary, n) argument
1422 #define ficlDictionaryAppendConstantPointer(dictionary, name, pointer) \ argument
1444 #define ficlDictionarySetConstantPointer(dictionary, name, pointer) \ argument
1523 #define ficlDictionaryLock(dictionary, lock) (void)0 /* ignore */ argument
1596 ficlDictionary *dictionary; member
/titanic_53/usr/src/contrib/ast/src/lib/libast/misc/
H A Derrormsg.c33 errormsg(const char* dictionary, int level, ...) in errormsg()
/titanic_53/usr/src/cmd/svc/startd/
H A Ddict.c55 dictionary_t *dictionary; variable
H A Dstartd.h213 typedef struct dictionary { struct
225 extern dictionary_t *dictionary; argument
/titanic_53/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x108 db_dict_desc *dictionary; /* Old incarnation */ member
/titanic_53/usr/src/boot/lib/libz/
H A Dinflate.c1268 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument
1291 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
H A Ddeflate.c323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
/titanic_53/usr/src/contrib/zlib/
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()
H A Ddeflate.c414 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
483 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument
/titanic_53/usr/src/boot/lib/libz/test/
H A Dexample.c34 const char dictionary[] = "hello"; variable
/titanic_53/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
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c947 deflateSetDictionary(strm, dictionary, dictLength) in deflateSetDictionary() argument
3894 inflateSetDictionary(z, dictionary, dictLength) in inflateSetDictionary() argument