mb_cur_max        300 maint/gnulib/lib/regcomp.c   bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
mb_cur_max        310 maint/gnulib/lib/regcomp.c 	  if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1)
mb_cur_max        372 maint/gnulib/lib/regcomp.c 	  if (dfa->mb_cur_max > 1
mb_cur_max        400 maint/gnulib/lib/regcomp.c 		  if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1)
mb_cur_max        869 maint/gnulib/lib/regcomp.c   dfa->mb_cur_max = MB_CUR_MAX;
mb_cur_max        871 maint/gnulib/lib/regcomp.c   if (dfa->mb_cur_max == 6
mb_cur_max        890 maint/gnulib/lib/regcomp.c   if (dfa->mb_cur_max > 1)
mb_cur_max       1153 maint/gnulib/lib/regcomp.c   dfa->mb_cur_max = 1;
mb_cur_max       1797 maint/gnulib/lib/regcomp.c   if (input->mb_cur_max > 1
mb_cur_max       1818 maint/gnulib/lib/regcomp.c       if (input->mb_cur_max > 1)
mb_cur_max       1932 maint/gnulib/lib/regcomp.c   if (input->mb_cur_max > 1)
mb_cur_max       2031 maint/gnulib/lib/regcomp.c   if (input->mb_cur_max > 1
mb_cur_max       2260 maint/gnulib/lib/regcomp.c       if (dfa->mb_cur_max > 1)
mb_cur_max       2405 maint/gnulib/lib/regcomp.c       if (dfa->mb_cur_max > 1)
mb_cur_max       2980 maint/gnulib/lib/regcomp.c       if (nrules > 0 || dfa->mb_cur_max > 1)
mb_cur_max       3237 maint/gnulib/lib/regcomp.c 				  dfa->mb_cur_max > 1 ? mbcset : NULL,
mb_cur_max       3322 maint/gnulib/lib/regcomp.c   if (dfa->mb_cur_max > 1)
mb_cur_max       3326 maint/gnulib/lib/regcomp.c       || mbcset->nranges || (dfa->mb_cur_max > 1 && (mbcset->nchar_classes
mb_cur_max       3702 maint/gnulib/lib/regcomp.c   if (dfa->mb_cur_max > 1)
mb_cur_max       3713 maint/gnulib/lib/regcomp.c   if (dfa->mb_cur_max > 1)
mb_cur_max         56 maint/gnulib/lib/regex_internal.c   if (init_len < dfa->mb_cur_max)
mb_cur_max         57 maint/gnulib/lib/regex_internal.c     init_len = dfa->mb_cur_max;
mb_cur_max         68 maint/gnulib/lib/regex_internal.c   pstr->valid_len = (pstr->mbs_allocated || dfa->mb_cur_max > 1) ? 0 : len;
mb_cur_max         95 maint/gnulib/lib/regex_internal.c       if (dfa->mb_cur_max > 1)
mb_cur_max        104 maint/gnulib/lib/regex_internal.c 	      if (pstr->bufs_len > pstr->valid_len + dfa->mb_cur_max)
mb_cur_max        118 maint/gnulib/lib/regex_internal.c       if (dfa->mb_cur_max > 1)
mb_cur_max        143 maint/gnulib/lib/regex_internal.c   if (pstr->mb_cur_max > 1)
mb_cur_max        190 maint/gnulib/lib/regex_internal.c   pstr->mb_cur_max = dfa->mb_cur_max;
mb_cur_max        215 maint/gnulib/lib/regex_internal.c   DEBUG_ASSERT (MB_LEN_MAX >= pstr->mb_cur_max);
mb_cur_max        238 maint/gnulib/lib/regex_internal.c 	  for (i = 0; i < pstr->mb_cur_max && i < remain_len; ++i)
mb_cur_max        288 maint/gnulib/lib/regex_internal.c   DEBUG_ASSERT (pstr->mb_cur_max <= MB_LEN_MAX);
mb_cur_max        382 maint/gnulib/lib/regex_internal.c 	    for (i = 0; i < pstr->mb_cur_max && i < remain_len; ++i)
mb_cur_max        589 maint/gnulib/lib/regex_internal.c       if (pstr->mb_cur_max > 1)
mb_cur_max        680 maint/gnulib/lib/regex_internal.c 	      if (pstr->mb_cur_max > 1)
mb_cur_max        707 maint/gnulib/lib/regex_internal.c 	  if (pstr->mb_cur_max > 1)
mb_cur_max        719 maint/gnulib/lib/regex_internal.c 		  end = raw + (offset - pstr->mb_cur_max);
mb_cur_max        811 maint/gnulib/lib/regex_internal.c   if (pstr->mb_cur_max > 1)
mb_cur_max        850 maint/gnulib/lib/regex_internal.c   if (pstr->mb_cur_max > 1
mb_cur_max        937 maint/gnulib/lib/regex_internal.c   if (input->mb_cur_max > 1)
mb_cur_max       1456 maint/gnulib/lib/regex_internal.c     ((token.type == OP_PERIOD && dfa->mb_cur_max > 1)
mb_cur_max        422 maint/gnulib/lib/regex_internal.h   int mb_cur_max;
mb_cur_max        675 maint/gnulib/lib/regex_internal.h   int mb_cur_max;
mb_cur_max        789 maint/gnulib/lib/regex_internal.h   if (pstr->mb_cur_max == 1)
mb_cur_max        801 maint/gnulib/lib/regex_internal.h   if (pstr->mb_cur_max == 1)
mb_cur_max        679 maint/gnulib/lib/regexec.c   sb = dfa->mb_cur_max == 1;
mb_cur_max       3345 maint/gnulib/lib/regexec.c 	  if (dest_states[i] != dest_states_word[i] && dfa->mb_cur_max > 1)
mb_cur_max       3480 maint/gnulib/lib/regexec.c 	  if (dfa->mb_cur_max > 1)
mb_cur_max       3534 maint/gnulib/lib/regexec.c 	      if (dfa->mb_cur_max > 1)
mb_cur_max       3553 maint/gnulib/lib/regexec.c 	      if (dfa->mb_cur_max > 1)
mb_cur_max       4021 maint/gnulib/lib/regexec.c       if (pstr->mb_cur_max > 1)
mb_cur_max       4034 maint/gnulib/lib/regexec.c       if (pstr->mb_cur_max > 1)