Home | History | Annotate | Download | only in dist

Lines Matching refs:max_lookbehind

7852              cd->max_lookbehind == 0)
7853 cd->max_lookbehind = 1;
8230 if (fixed_length > cd->max_lookbehind)
8231 cd->max_lookbehind = fixed_length;
9093 cd->max_lookbehind = 0;
9181 cd->max_lookbehind = 0;
9217 re->max_lookbehind = cd->max_lookbehind;
9331 if (fixed_length > cd->max_lookbehind) cd->max_lookbehind = fixed_length;