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

/freebsd-10.2-release/contrib/gperf/src/
H A Dsearch.cc758 KeywordExt *other_keyword = representatives.insert (keyword); local
761 if (other_keyword)
768 /* And insert it on other_keyword's duplicate list. */
769 keyword->_duplicate_link = other_keyword->_duplicate_link;
770 other_keyword->_duplicate_link = keyword;
777 other_keyword->_allchars_length, other_keyword->_allchars);

Completed in 34 milliseconds