idx1             3383 maint/gnulib/lib/regcomp.c       int32_t idx1, idx2;
idx1             3395 maint/gnulib/lib/regcomp.c       idx1 = findidx (table, indirect, extra, &cp, -1);
idx1             3396 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (idx1 == 0 || *cp != '\0'))
idx1             3401 maint/gnulib/lib/regcomp.c       len = weights[idx1 & 0xffffff];
idx1             3415 maint/gnulib/lib/regcomp.c 	  if (len == weights[idx2 & 0xffffff] && (idx1 >> 24) == (idx2 >> 24)
idx1             3416 maint/gnulib/lib/regcomp.c 	      && memcmp (weights + (idx1 & 0xffffff) + 1,
idx1             3435 maint/gnulib/lib/regcomp.c       mbcset->equiv_classes[mbcset->nequiv_classes++] = idx1;