Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c575 #define nSEARCH_CELLS 100 macro
586 for (i = nSEARCH_CELLS; i > 0; --i, --cell) { in ficlDictionaryFindEnclosingWord()