Lines Matching refs:dictionary

140 	ficlDictionary *dictionary = ficlVmGetDictionary(vm);  in ficlPrimitiveHashSummary()  local
153 FICL_VM_DICTIONARY_CHECK(vm, dictionary, 0); in ficlPrimitiveHashSummary()
155 pFHash = dictionary->wordlists[dictionary->wordlistCount - 1]; in ficlPrimitiveHashSummary()
530 ficlDictionary *dictionary; member
648 if (ficlDictionaryIncludes(context->dictionary, cell->p)) { in ficlReturnStackDisplayCallback()
650 word = ficlDictionaryFindEnclosingWord(context->dictionary, in ficlReturnStackDisplayCallback()
669 context.dictionary = ficlVmGetDictionary(vm); in ficlVmDisplayReturnStack()
680 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveForgetWid() local
684 ficlHashForget(hash, dictionary->here); in ficlPrimitiveForgetWid()
703 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveForget() local
704 ficlHash *hash = dictionary->compilationWordlist; in ficlPrimitiveForget()
709 dictionary->here = FICL_POINTER_TO_CELL(where); in ficlPrimitiveForget()
718 ficlPrimitiveWordsBackend(ficlVm *vm, ficlDictionary *dictionary, in ficlPrimitiveWordsBackend() argument
808 nWords, (long)(dictionary->here - dictionary->base), in ficlPrimitiveWordsBackend()
809 dictionary->size); in ficlPrimitiveWordsBackend()
821 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveWords() local
822 ficlHash *hash = dictionary->wordlists[dictionary->wordlistCount - 1]; in ficlPrimitiveWords()
823 ficlPrimitiveWordsBackend(vm, dictionary, hash, NULL); in ficlPrimitiveWords()
843 ficlDictionary *dictionary = vm->callback.system->environment; in ficlPrimitiveListEnv() local
844 ficlHash *hash = dictionary->forthWordlist; in ficlPrimitiveListEnv()
861 counter, (long)(dictionary->here - dictionary->base), in ficlPrimitiveListEnv()
862 dictionary->size); in ficlPrimitiveListEnv()
930 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileTools() local
933 FICL_SYSTEM_ASSERT(system, dictionary); in ficlSystemCompileTools()
940 (void) ficlDictionarySetPrimitive(dictionary, ".s", in ficlSystemCompileTools()
942 (void) ficlDictionarySetPrimitive(dictionary, ".s-simple", in ficlSystemCompileTools()
944 (void) ficlDictionarySetPrimitive(dictionary, "bye", ficlPrimitiveBye, in ficlSystemCompileTools()
946 (void) ficlDictionarySetPrimitive(dictionary, "forget", in ficlSystemCompileTools()
948 (void) ficlDictionarySetPrimitive(dictionary, "see", ficlPrimitiveSee, in ficlSystemCompileTools()
950 (void) ficlDictionarySetPrimitive(dictionary, "words", in ficlSystemCompileTools()
962 (void) ficlDictionarySetPrimitive(dictionary, "r.s", in ficlSystemCompileTools()
964 (void) ficlDictionarySetPrimitive(dictionary, ".env", in ficlSystemCompileTools()
966 (void) ficlDictionarySetPrimitive(dictionary, "env-constant", in ficlSystemCompileTools()
968 (void) ficlDictionarySetPrimitive(dictionary, "env-2constant", in ficlSystemCompileTools()
970 (void) ficlDictionarySetPrimitive(dictionary, "debug-xt", in ficlSystemCompileTools()
972 (void) ficlDictionarySetPrimitive(dictionary, "parse-order", in ficlSystemCompileTools()
974 (void) ficlDictionarySetPrimitive(dictionary, "step-break", in ficlSystemCompileTools()
976 (void) ficlDictionarySetPrimitive(dictionary, "forget-wid", in ficlSystemCompileTools()
978 (void) ficlDictionarySetPrimitive(dictionary, "see-xt", in ficlSystemCompileTools()
982 (void) ficlDictionarySetPrimitive(dictionary, ".hash", in ficlSystemCompileTools()