/titanic_53/usr/src/common/ficl/ |
H A D | dictionary.c | 58 #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 D | search.c | 58 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 D | primitives.c | 70 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 D | float.c | 58 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 D | tools.c | 139 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 D | vm.c | 1314 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 D | system.c | 313 ficlDictionary *dictionary = system->dictionary; in ficlSystemAddPrimitiveParseStep() local 430 ficlDictionary *dictionary = system->dictionary; in ficlSystemLookupLocal() local
|
H A D | prefix.c | 143 ficlDictionary *dictionary = system->dictionary; in ficlSystemCompilePrefix() local
|
H A D | extras.c | 174 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileExtras() local
|
H A D | ficl.h | 1171 #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 D | errormsg.c | 33 errormsg(const char* dictionary, int level, ...) in errormsg()
|
/titanic_53/usr/src/cmd/svc/startd/ |
H A D | dict.c | 55 dictionary_t *dictionary; variable
|
H A D | startd.h | 213 typedef struct dictionary { struct 225 extern dictionary_t *dictionary; argument
|
/titanic_53/usr/src/lib/libnisdb/ |
H A D | db_dictionary_c.x | 108 db_dict_desc *dictionary; /* Old incarnation */ member
|
/titanic_53/usr/src/boot/lib/libz/ |
H A D | inflate.c | 1268 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1291 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
H A D | deflate.c | 323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
|
/titanic_53/usr/src/contrib/zlib/ |
H A D | inflate.c | 1295 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, in inflateGetDictionary() 1316 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary()
|
H A D | deflate.c | 414 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 D | example.c | 34 const char dictionary[] = "hello"; variable
|
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | mamake.c | 463 dictionary(void) in dictionary() function
|
H A D | ratz.c | 3388 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 947 deflateSetDictionary(strm, dictionary, dictLength) in deflateSetDictionary() argument 3894 inflateSetDictionary(z, dictionary, dictLength) in inflateSetDictionary() argument
|