/titanic_51/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) ficlDictionaryAbortDefinition() argument 92 ficlDictionaryAlign(ficlDictionary * dictionary) ficlDictionaryAlign() argument 103 ficlDictionaryAllot(ficlDictionary * dictionary,int n) ficlDictionaryAllot() argument 116 ficlDictionaryAllotCells(ficlDictionary * dictionary,int nficlCells) ficlDictionaryAllotCells() argument 126 ficlDictionaryAppendCell(ficlDictionary * dictionary,ficlCell c) ficlDictionaryAppendCell() argument 136 ficlDictionaryAppendCharacter(ficlDictionary * dictionary,char c) ficlDictionaryAppendCharacter() argument 148 ficlDictionaryAppendUnsigned(ficlDictionary * dictionary,ficlUnsigned u) ficlDictionaryAppendUnsigned() argument 157 ficlDictionaryAppendData(ficlDictionary * dictionary,void * data,ficlInteger length) ficlDictionaryAppendData() argument 192 ficlDictionaryAppendString(ficlDictionary * dictionary,ficlString s) ficlDictionaryAppendString() argument 204 ficlDictionaryAppendConstantInstruction(ficlDictionary * dictionary,ficlString name,ficlInstruction instruction,ficlInteger value) ficlDictionaryAppendConstantInstruction() argument 216 ficlDictionaryAppend2ConstantInstruction(ficlDictionary * dictionary,ficlString name,ficlInstruction instruction,ficl2Integer value) ficlDictionaryAppend2ConstantInstruction() argument 232 ficlDictionaryAppendConstant(ficlDictionary * dictionary,char * name,ficlInteger value) ficlDictionaryAppendConstant() argument 242 ficlDictionaryAppend2Constant(ficlDictionary * dictionary,char * name,ficl2Integer value) ficlDictionaryAppend2Constant() argument 252 ficlDictionarySetConstantInstruction(ficlDictionary * dictionary,ficlString name,ficlInstruction instruction,ficlInteger value) ficlDictionarySetConstantInstruction() argument 270 ficlDictionarySetConstant(ficlDictionary * dictionary,char * name,ficlInteger value) ficlDictionarySetConstant() argument 280 ficlDictionarySet2ConstantInstruction(ficlDictionary * dictionary,ficlString s,ficlInstruction instruction,ficl2Integer value) ficlDictionarySet2ConstantInstruction() argument 311 ficlDictionarySet2Constant(ficlDictionary * dictionary,char * name,ficl2Integer value) ficlDictionarySet2Constant() argument 322 ficlDictionarySetConstantString(ficlDictionary * dictionary,char * name,char * value) ficlDictionarySetConstantString() argument 341 ficlDictionaryAppendWord(ficlDictionary * dictionary,ficlString name,ficlPrimitive code,ficlUnsigned8 flags) ficlDictionaryAppendWord() argument 382 ficlDictionaryAppendPrimitive(ficlDictionary * dictionary,char * name,ficlPrimitive code,ficlUnsigned8 flags) ficlDictionaryAppendPrimitive() argument 392 ficlDictionarySetPrimitive(ficlDictionary * dictionary,char * name,ficlPrimitive code,ficlUnsigned8 flags) ficlDictionarySetPrimitive() argument 412 ficlDictionaryAppendInstruction(ficlDictionary * dictionary,char * name,ficlInstruction i,ficlUnsigned8 flags) ficlDictionaryAppendInstruction() argument 420 ficlDictionarySetInstruction(ficlDictionary * dictionary,char * name,ficlInstruction i,ficlUnsigned8 flags) ficlDictionarySetInstruction() argument 432 ficlDictionaryCellsAvailable(ficlDictionary * dictionary) ficlDictionaryCellsAvailable() argument 442 ficlDictionaryCellsUsed(ficlDictionary * dictionary) ficlDictionaryCellsUsed() argument 462 ficlDictionary *dictionary; ficlDictionaryCreateHashed() local 483 ficlDictionaryCreateWordlist(ficlDictionary * dictionary,int bucketCount) ficlDictionaryCreateWordlist() argument 502 ficlDictionaryDestroy(ficlDictionary * dictionary) ficlDictionaryDestroy() argument 514 ficlDictionaryEmpty(ficlDictionary * dictionary,unsigned bucketCount) ficlDictionaryEmpty() argument 542 ficlDictionaryIsAWord(ficlDictionary * dictionary,ficlWord * word) ficlDictionaryIsAWord() argument 578 ficlDictionaryFindEnclosingWord(ficlDictionary * dictionary,ficlCell * cell) ficlDictionaryFindEnclosingWord() argument 602 ficlDictionaryIncludes(ficlDictionary * dictionary,void * p) ficlDictionaryIncludes() argument 615 ficlDictionaryLookup(ficlDictionary * dictionary,ficlString name) ficlDictionaryLookup() argument 658 ficlDictionarySee(ficlDictionary * dictionary,ficlWord * word,ficlCallback * callback) ficlDictionarySee() argument 806 ficlDictionaryResetSearchOrder(ficlDictionary * dictionary) ficlDictionaryResetSearchOrder() argument 820 ficlDictionarySetFlags(ficlDictionary * dictionary,ficlUnsigned8 set) ficlDictionarySetFlags() argument 833 ficlDictionaryClearFlags(ficlDictionary * dictionary,ficlUnsigned8 clear) ficlDictionaryClearFlags() argument 844 ficlDictionarySetImmediate(ficlDictionary * dictionary) ficlDictionarySetImmediate() argument 856 ficlDictionaryUnsmudge(ficlDictionary * dictionary) ficlDictionaryUnsmudge() argument 878 ficlDictionaryWhere(ficlDictionary * dictionary) ficlDictionaryWhere() argument [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); ficlPrimitiveGetOrder() local 164 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveSetCurrent() local 186 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveSetOrder() local 226 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveFiclWordlist() local 245 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveSearchPop() local 266 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveSearchPush() local 345 ficlDictionary *dictionary = ficlSystemGetDictionary(system); ficlSystemCompileSearch() local [all...] |
H A D | primitives.c | 70 markBranch(ficlDictionary *dictionary, ficlVm *vm, char *tag) in markBranch() argument 107 resolveBackBranch(ficlDictionary *dictionary, ficlVm *vm, char *tag) in resolveBackBranch() argument 127 resolveForwardBranch(ficlDictionary *dictionary, ficlVm *vm, char *tag) in resolveForwardBranch() argument 147 resolveAbsBranch(ficlDictionary * dictionary,ficlVm * vm,char * wantTag) resolveAbsBranch() argument 180 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveColon() local 197 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveSemicolonCoIm() local 229 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveExitCoIm() local 250 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveConstant() local 262 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitive2Constant() local 565 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveIfCoIm() local 591 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveElseCoIm() local 614 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveEndifCoIm() local 648 ficlDictionary *dictionary; ficlPrimitiveEndcaseCoIm() local 692 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveOfCoIm() local 726 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveEndofCoIm() local 769 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveFallthroughCoIm() local 919 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveAddParseStep() local 938 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveLiteralIm() local 995 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitive2LiteralIm() local 1029 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveDoCoIm() local 1047 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveQDoCoIm() local 1066 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveLoopCoIm() local 1076 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitivePlusLoopCoIm() local 1089 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveVariable() local 1100 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitive2Variable() local 1142 ficlDictionary *dictionary; ficlPrimitiveAllot() local 1158 ficlDictionary *dictionary; ficlPrimitiveHere() local 1205 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitivePostponeCoIm() local 1282 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveCountedStringQuoteIm() local 1316 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveDotQuoteCoIm() local 1367 ficlDictionary *dictionary; ficlPrimitiveSLiteralCoIm() local 1411 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveCreate() local 1422 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveDoesCoIm() local 1489 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveLastWord() local 1769 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveAlign() local 1800 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveBeginCoIm() local 1807 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveUntilCoIm() local 1817 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveWhileCoIm() local 1835 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveRepeatCoIm() local 1848 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveAgainCoIm() local 2028 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveStringQuoteIm() local 2240 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveRecurseCoIm() local 2294 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveColonNoName() local 2330 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveUser() local 2357 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlLocalParenIm() local 2461 ficlDictionary *dictionary; ficlLocalParen() local 2564 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveToValue() local 3099 ficlDictionary *dictionary = ficlSystemGetDictionary(system); ficlSystemCompileCore() local [all...] |
H A D | float.c | 58 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveFConstant() local 70 ficlDictionaryAppendFConstant(ficlDictionary *dictionary, char *name, in ficlDictionaryAppendFConstant() argument 81 ficlDictionarySetFConstant(ficlDictionary *dictionary, char *name, in ficlDictionarySetFConstant() argument 96 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveF2Constant() local 108 ficlDictionaryAppendF2Constant(ficlDictionary * dictionary,char * name,ficlFloat value) ficlDictionaryAppendF2Constant() argument 118 ficlDictionarySetF2Constant(ficlDictionary * dictionary,char * name,ficlFloat value) ficlDictionarySetF2Constant() argument 217 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveFLiteralImmediate() local 410 ficlDictionary *dictionary = ficlSystemGetDictionary(system); ficlSystemCompileFloat() local [all...] |
H A D | tools.c | 139 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveHashSummary() local 529 ficlDictionary *dictionary; member 676 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveForgetWid() local 699 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveForget() local 716 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlPrimitiveWords() local 809 ficlDictionary *dictionary = vm->callback.system->environment; ficlPrimitiveListEnv() local 894 ficlDictionary *dictionary = ficlSystemGetDictionary(system); ficlSystemCompileTools() local [all...] |
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; ficlVmExecuteString() local 2672 ficlVmDictionarySimpleCheck(ficlVm * vm,ficlDictionary * dictionary,int cells) ficlVmDictionarySimpleCheck() argument 2694 ficlVmDictionaryCheck(ficlVm * vm,ficlDictionary * dictionary,int cells) ficlVmDictionaryCheck() argument 2714 ficlVmDictionaryAllot(ficlVm * vm,ficlDictionary * dictionary,int n) ficlVmDictionaryAllot() argument 2722 ficlVmDictionaryAllotCells(ficlVm * vm,ficlDictionary * dictionary,int cells) ficlVmDictionaryAllotCells() argument 2752 ficlDictionary *dictionary = ficlVmGetDictionary(vm); ficlVmParseWord() local [all...] |
H A D | system.c | 313 ficlDictionary *dictionary = system->dictionary; ficlSystemAddPrimitiveParseStep() local 430 ficlDictionary *dictionary = system->dictionary; ficlSystemLookupLocal() local [all...] |
H A D | prefix.c | 143 ficlDictionary *dictionary = system->dictionary; in ficlSystemCompilePrefix() local [all...] |
H A D | extras.c | 174 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileExtras() local
|
H A D | ficl.h | 1171 FICL_VM_DICTIONARY_CHECK(vm,dictionary,n) global() argument 1173 FICL_VM_DICTIONARY_SIMPLE_CHECK(vm,dictionary,n) global() argument 1176 FICL_VM_DICTIONARY_CHECK(vm,dictionary,n) global() argument 1177 FICL_VM_DICTIONARY_SIMPLE_CHECK(vm,dictionary,n) global() argument 1422 ficlDictionaryAppendConstantPointer(dictionary,name,pointer) global() argument 1444 ficlDictionarySetConstantPointer(dictionary,name,pointer) global() argument 1523 ficlDictionaryLock(dictionary,lock) global() argument 1596 ficlDictionary *dictionary; global() member [all...] |
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | errormsg.c | 33 errormsg(const char* dictionary, int level, ...) in errormsg()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | errormsg.c | 33 errormsg(const char* dictionary, int level, ...) in errormsg() argument
|
/titanic_51/usr/src/cmd/svc/startd/ |
H A D | dict.c | 55 dictionary_t *dictionary; variable [all...] |
H A D | startd.h | 213 typedef struct dictionary { struct 225 extern dictionary_t *dictionary; argument
|
/titanic_51/usr/src/lib/libnisdb/ |
H A D | db_dictionary_c.x | 108 db_dict_desc *dictionary; /* Old incarnation */ member [all...] |
/titanic_51/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 [all...] |
H A D | deflate.c | 323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument [all...] |
/titanic_51/usr/src/contrib/zlib/ |
H A D | inflate.c | 1295 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, in inflateGetDictionary() argument 1316 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary() argument [all...] |
H A D | deflate.c | 414 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 483 deflateGetDictionary(strm,dictionary,dictLength) deflateGetDictionary() argument [all...] |
/titanic_51/usr/src/boot/lib/libz/test/ |
H A D | example.c | 34 const char dictionary[] = "hello"; variable [all...] |
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | mamake.c | 463 dictionary(void) in dictionary() function [all...] |
H A D | ratz.c | 3388 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument [all...] |
/titanic_51/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) inflateSetDictionary() argument [all...] |