Home | History | Annotate | Download | only in src

Lines Matching refs:max_lookbehind

7358          cb->max_lookbehind == 0)
7359 cb->max_lookbehind = 1;
8902 if (branchlength > cb->max_lookbehind) cb->max_lookbehind = branchlength;
9238 cb.max_lookbehind = 0;
9627 re->max_lookbehind = 0;
9677 re->max_lookbehind = cb.max_lookbehind;