Home
last modified time | relevance | path

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

/trueos/gnu/usr.bin/grep/
HDkwset.c71 int maxshift; /* Max shift of self and descendents. */ member
429 curr->maxshift = kwset->mind; in kwsprep()
451 if (curr->accepting && fail->maxshift > curr->depth - fail->depth) in kwsprep()
452 fail->maxshift = curr->depth - fail->depth; in kwsprep()
460 if (curr->maxshift > curr->parent->maxshift) in kwsprep()
461 curr->maxshift = curr->parent->maxshift; in kwsprep()
462 if (curr->shift > curr->maxshift) in kwsprep()
463 curr->shift = curr->maxshift; in kwsprep()