Home
last modified time | relevance | path

Searched refs:ficlDictionaryLookup (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c255 ficlWord *word = ficlDictionaryLookup(dictionary, name); in ficlDictionarySetConstantInstruction()
284 word = ficlDictionaryLookup(dictionary, s); in ficlDictionarySet2ConstantInstruction()
399 word = ficlDictionaryLookup(dictionary, s); in ficlDictionarySetPrimitive()
615 ficlDictionaryLookup(ficlDictionary *dictionary, ficlString name) in ficlDictionaryLookup() function
H A Dsystem.c386 return (ficlDictionaryLookup(system->dictionary, s)); in ficlSystemLookup()
H A Dprimitives.c1182 word = ficlDictionaryLookup(ficlVmGetDictionary(vm), name); in ficlPrimitiveTick()
1978 word = ficlDictionaryLookup(environment, name); in ficlPrimitiveEnvironmentQ()
2183 word = ficlDictionaryLookup(ficlVmGetDictionary(vm), name); in do_find()
2582 word = ficlDictionaryLookup(locals, name); in ficlPrimitiveToValue()
2640 word = ficlDictionaryLookup(dictionary, name); in ficlPrimitiveToValue()
H A Dficl.h1484 ficlDictionaryLookup(ficlDictionary *dictionary, ficlString name);
H A Dvm.c2767 tempFW = ficlDictionaryLookup(dictionary, name); in ficlVmParseWord()
/illumos-gate/usr/src/lib/libficl/
H A Dmapfile-vers74 ficlDictionaryLookup;