Home
last modified time | relevance | path

Searched refs:ficlDictionaryAppendCharacter (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libficl/
H A Dmapfile-vers54 ficlDictionaryAppendCharacter;
/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c136 ficlDictionaryAppendCharacter(ficlDictionary *dictionary, char c) in ficlDictionaryAppendCharacter() function
H A Dficl.h1392 ficlDictionaryAppendCharacter(ficlDictionary *dictionary, char c);
H A Dvm.c1416 ficlDictionaryAppendCharacter(dictionary, c); in ficlVmInnerLoop()