Home
last modified time | relevance | path

Searched refs:ficlHashCode (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dhash.c40 ficlHashCode(ficlString s) in ficlHashCode() function
H A Ddictionary.c357 word->hash = ficlHashCode(name); in ficlDictionaryAppendWord()
620 ficlUnsigned16 hashCode = ficlHashCode(name); in ficlDictionaryLookup()
H A Dsearch.c140 hashCode = ficlHashCode(name); in ficlPrimitiveSearchWordlist()
H A Dsystem.c435 ficlUnsigned16 hashCode = ficlHashCode(name); in ficlSystemLookupLocal()
H A Dficl.h1330 FICL_PLATFORM_EXTERN ficlUnsigned16 ficlHashCode(ficlString s);
H A Dprimitives.c812 ficlStackPushUnsigned(vm->dataStack, ficlHashCode(s)); in ficlPrimitiveHash()
/illumos-gate/usr/src/lib/libficl/
H A Dmapfile-vers89 ficlHashCode;