mb_cur_max        286 maint/gnulib/lib/regcomp.c   bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
mb_cur_max        295 maint/gnulib/lib/regcomp.c 	  if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1)
mb_cur_max        355 maint/gnulib/lib/regcomp.c 	  if (dfa->mb_cur_max > 1
mb_cur_max        383 maint/gnulib/lib/regcomp.c 		  if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1)
mb_cur_max        837 maint/gnulib/lib/regcomp.c   dfa->mb_cur_max = MB_CUR_MAX;
mb_cur_max        839 maint/gnulib/lib/regcomp.c   if (dfa->mb_cur_max == 6
mb_cur_max        857 maint/gnulib/lib/regcomp.c   if (dfa->mb_cur_max > 1)
mb_cur_max       1116 maint/gnulib/lib/regcomp.c   dfa->mb_cur_max = 1;
mb_cur_max       1758 maint/gnulib/lib/regcomp.c   if (input->mb_cur_max > 1
mb_cur_max       1777 maint/gnulib/lib/regcomp.c       if (input->mb_cur_max > 1)
mb_cur_max       1889 maint/gnulib/lib/regcomp.c   if (input->mb_cur_max > 1)
mb_cur_max       1986 maint/gnulib/lib/regcomp.c   if (input->mb_cur_max > 1
mb_cur_max       2213 maint/gnulib/lib/regcomp.c       if (dfa->mb_cur_max > 1)
mb_cur_max       2357 maint/gnulib/lib/regcomp.c       if (dfa->mb_cur_max > 1)
mb_cur_max       2627 maint/gnulib/lib/regcomp.c   return dfa->mb_cur_max > 1 ? __btowc (b) : b;
mb_cur_max       2684 maint/gnulib/lib/regcomp.c   if (dfa->mb_cur_max > 1)
mb_cur_max       2897 maint/gnulib/lib/regcomp.c   if (nrules > 0 || dfa->mb_cur_max > 1)
mb_cur_max       3224 maint/gnulib/lib/regcomp.c   if (dfa->mb_cur_max > 1)
mb_cur_max       3228 maint/gnulib/lib/regcomp.c       || mbcset->nranges || (dfa->mb_cur_max > 1 && (mbcset->nchar_classes
mb_cur_max       3575 maint/gnulib/lib/regcomp.c   if (dfa->mb_cur_max > 1)
mb_cur_max       3584 maint/gnulib/lib/regcomp.c   if (dfa->mb_cur_max > 1)
mb_cur_max         54 maint/gnulib/lib/regex_internal.c   if (init_len < dfa->mb_cur_max)
mb_cur_max         55 maint/gnulib/lib/regex_internal.c     init_len = dfa->mb_cur_max;
mb_cur_max         66 maint/gnulib/lib/regex_internal.c   pstr->valid_len = (pstr->mbs_allocated || dfa->mb_cur_max > 1) ? 0 : len;
mb_cur_max         92 maint/gnulib/lib/regex_internal.c       if (dfa->mb_cur_max > 1)
mb_cur_max        101 maint/gnulib/lib/regex_internal.c 	      if (pstr->bufs_len > pstr->valid_len + dfa->mb_cur_max)
mb_cur_max        113 maint/gnulib/lib/regex_internal.c       if (dfa->mb_cur_max > 1)
mb_cur_max        136 maint/gnulib/lib/regex_internal.c   if (pstr->mb_cur_max > 1)
mb_cur_max        182 maint/gnulib/lib/regex_internal.c   pstr->mb_cur_max = dfa->mb_cur_max;
mb_cur_max        206 maint/gnulib/lib/regex_internal.c   DEBUG_ASSERT (MB_LEN_MAX >= pstr->mb_cur_max);
mb_cur_max        229 maint/gnulib/lib/regex_internal.c 	  for (i = 0; i < pstr->mb_cur_max && i < remain_len; ++i)
mb_cur_max        279 maint/gnulib/lib/regex_internal.c   DEBUG_ASSERT (pstr->mb_cur_max <= MB_LEN_MAX);
mb_cur_max        373 maint/gnulib/lib/regex_internal.c 	    for (i = 0; i < pstr->mb_cur_max && i < remain_len; ++i)
mb_cur_max        578 maint/gnulib/lib/regex_internal.c       if (pstr->mb_cur_max > 1)
mb_cur_max        665 maint/gnulib/lib/regex_internal.c 	      if (pstr->mb_cur_max > 1)
mb_cur_max        688 maint/gnulib/lib/regex_internal.c 	  if (pstr->mb_cur_max > 1)
mb_cur_max        700 maint/gnulib/lib/regex_internal.c 		  end = raw + (offset - pstr->mb_cur_max);
mb_cur_max        790 maint/gnulib/lib/regex_internal.c   if (pstr->mb_cur_max > 1)
mb_cur_max        827 maint/gnulib/lib/regex_internal.c   if (pstr->mb_cur_max > 1
mb_cur_max        904 maint/gnulib/lib/regex_internal.c   if (input->mb_cur_max > 1)
mb_cur_max       1421 maint/gnulib/lib/regex_internal.c     ((token.type == OP_PERIOD && dfa->mb_cur_max > 1)
mb_cur_max        413 maint/gnulib/lib/regex_internal.h   int mb_cur_max;
mb_cur_max        666 maint/gnulib/lib/regex_internal.h   int mb_cur_max;
mb_cur_max        779 maint/gnulib/lib/regex_internal.h   if (pstr->mb_cur_max == 1)
mb_cur_max        791 maint/gnulib/lib/regex_internal.h   if (pstr->mb_cur_max == 1)
mb_cur_max        673 maint/gnulib/lib/regexec.c   sb = dfa->mb_cur_max == 1;
mb_cur_max       3317 maint/gnulib/lib/regexec.c 	  if (dest_states[i] != dest_states_word[i] && dfa->mb_cur_max > 1)
mb_cur_max       3451 maint/gnulib/lib/regexec.c 	  if (dfa->mb_cur_max > 1)
mb_cur_max       3501 maint/gnulib/lib/regexec.c 	      if (dfa->mb_cur_max > 1)
mb_cur_max       3518 maint/gnulib/lib/regexec.c 	      if (dfa->mb_cur_max > 1)
mb_cur_max       3980 maint/gnulib/lib/regexec.c       if (pstr->mb_cur_max > 1)
mb_cur_max       3991 maint/gnulib/lib/regexec.c       if (pstr->mb_cur_max > 1)