Searched refs:longestSuffix (Results 1 – 1 of 1) sorted by relevance
44 int longestSuffix; /* Longest suffix that is a prefix on another word */ member310 int n = pB->longestSuffix - pA->longestSuffix; in keywordCompare2()401 for(k=p->longestSuffix+1; k<p->len && k<pOther->len; k++){ in main()403 p->longestSuffix = k; in main()