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

/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dkwset.c71 int maxshift; /* Max shift of self and descendents. */ member in struct:trie
429 curr->maxshift = kwset->mind;
451 if (curr->accepting && fail->maxshift > curr->depth - fail->depth)
452 fail->maxshift = curr->depth - fail->depth;
457 shift exceeds their inherited maxshift. */
460 if (curr->maxshift > curr->parent->maxshift)
461 curr->maxshift = curr->parent->maxshift;
462 if (curr->shift > curr->maxshift)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Dkwset.c72 int maxshift; /* Max shift of self and descendents. */ member in struct:trie
430 curr->maxshift = kwset->mind;
452 if (curr->accepting && fail->maxshift > curr->depth - fail->depth)
453 fail->maxshift = curr->depth - fail->depth;
458 shift exceeds their inherited maxshift. */
461 if (curr->maxshift > curr->parent->maxshift)
462 curr->maxshift = curr->parent->maxshift;
463 if (curr->shift > curr->maxshift)
[all...]

Completed in 106 milliseconds