Lines Matching defs:dictionary

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()
192 ficlDictionaryAppendString(ficlDictionary *dictionary, ficlString s) in ficlDictionaryAppendString()
204 ficlDictionaryAppendConstantInstruction(ficlDictionary *dictionary, in ficlDictionaryAppendConstantInstruction()
216 ficlDictionaryAppend2ConstantInstruction(ficlDictionary *dictionary, in ficlDictionaryAppend2ConstantInstruction()
232 ficlDictionaryAppendConstant(ficlDictionary *dictionary, char *name, in ficlDictionaryAppendConstant()
242 ficlDictionaryAppend2Constant(ficlDictionary *dictionary, char *name, in ficlDictionaryAppend2Constant()
252 ficlDictionarySetConstantInstruction(ficlDictionary *dictionary, in ficlDictionarySetConstantInstruction()
270 ficlDictionarySetConstant(ficlDictionary *dictionary, char *name, in ficlDictionarySetConstant()
280 ficlDictionarySet2ConstantInstruction(ficlDictionary *dictionary, ficlString s, in ficlDictionarySet2ConstantInstruction()
311 ficlDictionarySet2Constant(ficlDictionary *dictionary, char *name, in ficlDictionarySet2Constant()
322 ficlDictionarySetConstantString(ficlDictionary *dictionary, char *name, in ficlDictionarySetConstantString()
341 ficlDictionaryAppendWord(ficlDictionary *dictionary, ficlString name, in ficlDictionaryAppendWord()
382 ficlDictionaryAppendPrimitive(ficlDictionary *dictionary, char *name, in ficlDictionaryAppendPrimitive()
392 ficlDictionarySetPrimitive(ficlDictionary *dictionary, char *name, in ficlDictionarySetPrimitive()
412 ficlDictionaryAppendInstruction(ficlDictionary *dictionary, char *name, in ficlDictionaryAppendInstruction()
420 ficlDictionarySetInstruction(ficlDictionary *dictionary, char *name, in ficlDictionarySetInstruction()
432 ficlDictionaryCellsAvailable(ficlDictionary *dictionary) in ficlDictionaryCellsAvailable()
442 ficlDictionaryCellsUsed(ficlDictionary *dictionary) in ficlDictionaryCellsUsed()
462 ficlDictionary *dictionary; in ficlDictionaryCreateHashed() local
483 ficlDictionaryCreateWordlist(ficlDictionary *dictionary, int bucketCount) in ficlDictionaryCreateWordlist()
502 ficlDictionaryDestroy(ficlDictionary *dictionary) in ficlDictionaryDestroy()
514 ficlDictionaryEmpty(ficlDictionary *dictionary, unsigned bucketCount) in ficlDictionaryEmpty()
542 ficlDictionaryIsAWord(ficlDictionary *dictionary, ficlWord *word) in ficlDictionaryIsAWord()
578 ficlDictionaryFindEnclosingWord(ficlDictionary *dictionary, ficlCell *cell) in ficlDictionaryFindEnclosingWord()
602 ficlDictionaryIncludes(ficlDictionary *dictionary, void *p) in ficlDictionaryIncludes()
615 ficlDictionaryLookup(ficlDictionary *dictionary, ficlString name) in ficlDictionaryLookup()
658 ficlDictionarySee(ficlDictionary *dictionary, ficlWord *word, in ficlDictionarySee()
808 ficlDictionaryResetSearchOrder(ficlDictionary *dictionary) in ficlDictionaryResetSearchOrder()
822 ficlDictionarySetFlags(ficlDictionary *dictionary, ficlUnsigned8 set) in ficlDictionarySetFlags()
835 ficlDictionaryClearFlags(ficlDictionary *dictionary, ficlUnsigned8 clear) in ficlDictionaryClearFlags()
846 ficlDictionarySetImmediate(ficlDictionary *dictionary) in ficlDictionarySetImmediate()
858 ficlDictionaryUnsmudge(ficlDictionary *dictionary) in ficlDictionaryUnsmudge()
880 ficlDictionaryWhere(ficlDictionary *dictionary) in ficlDictionaryWhere()