Lines Matching refs:max_lookbehind
7856 cd->max_lookbehind == 0)
7857 cd->max_lookbehind = 1;
8234 if (fixed_length > cd->max_lookbehind)
8235 cd->max_lookbehind = fixed_length;
9097 cd->max_lookbehind = 0;
9185 cd->max_lookbehind = 0;
9221 re->max_lookbehind = cd->max_lookbehind;
9335 if (fixed_length > cd->max_lookbehind) cd->max_lookbehind = fixed_length;