Searched refs:_selchars (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/gperf/src/
H A Dhash-table.cc119 putc (_table[i]->_selchars[j], stderr);
132 && memcmp (item1->_selchars, item2->_selchars,
145 hashpjw (reinterpret_cast<const unsigned char *>(item->_selchars),
H A Dkeyword.cc109 _selchars = key_set;
135 delete[] const_cast<unsigned int *>(_selchars);
H A Dkeyword.h62 const unsigned int * _selchars; member in struct:KeywordExt
64 /* Chained list of keywords having the same _selchars and
H A Dmain.cc137 delete[] const_cast<unsigned int *>(keyword->_selchars);
H A Dsearch.cc213 /* Initializes each keyword's _selchars array. */
221 /* Deletes each keyword's _selchars array. */
571 /* Initializes each keyword's _selchars array. */
734 /* Initialize each keyword's _selchars array. */
740 /* Check for duplicates, i.e. keywords with the same _selchars array
779 putc (keyword->_selchars[j], stderr);
823 const unsigned int *ptr = keyword->_selchars;
886 putc (keyword->_selchars[j], stderr);
912 is empty.) To each keyword K, we associate the multiset of _selchars
914 K --> K->_selchars intersec
[all...]

Completed in 188 milliseconds