Searched refs:maxshift (Results 1 – 1 of 1) sorted by relevance
71 int maxshift; /* Max shift of self and descendents. */ member429 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()