ficlDictionaryLookup
ficlWord *word = ficlDictionaryLookup(dictionary, name);
word = ficlDictionaryLookup(dictionary, s);
word = ficlDictionaryLookup(dictionary, s);
ficlDictionaryLookup(ficlDictionary *dictionary, ficlString name);
word = ficlDictionaryLookup(ficlVmGetDictionary(vm), name);
word = ficlDictionaryLookup(environment, name);
word = ficlDictionaryLookup(ficlVmGetDictionary(vm), name);
word = ficlDictionaryLookup(locals, name);
word = ficlDictionaryLookup(dictionary, name);
return (ficlDictionaryLookup(system->dictionary, s));
tempFW = ficlDictionaryLookup(dictionary, name);