ficlDictionaryIncludes
if (!ficlDictionaryIncludes(dictionary, word))
if (!ficlDictionaryIncludes(dictionary, word->name))
!ficlDictionaryIncludes(dictionary, word->link))
if (!ficlDictionaryIncludes(dictionary, (void *)cell))
ficlDictionaryIncludes(ficlDictionary *dictionary, void *p);
if (ficlDictionaryIncludes(context->dictionary, cell->p)) {