fastmap           631 libglibc/regex.c print_fastmap (fastmap)
fastmap           632 libglibc/regex.c     char *fastmap;
fastmap           639 libglibc/regex.c       if (fastmap[i++])
fastmap           643 libglibc/regex.c           while (i < (1 << BYTEWIDTH)  &&  fastmap[i])
fastmap           907 libglibc/regex.c   if (bufp->fastmap_accurate && bufp->fastmap)
fastmap           910 libglibc/regex.c       print_fastmap (bufp->fastmap);
fastmap          3208 libglibc/regex.c   register char *fastmap = bufp->fastmap;
fastmap          3228 libglibc/regex.c   assert (fastmap != NULL && p != NULL);
fastmap          3231 libglibc/regex.c   bzero (fastmap, 1 << BYTEWIDTH);  /* Assume nothing's valid.  */
fastmap          3275 libglibc/regex.c           fastmap[p[1]] = 1;
fastmap          3282 libglibc/regex.c               fastmap[j] = 1;
fastmap          3289 libglibc/regex.c             fastmap[j] = 1;
fastmap          3293 libglibc/regex.c               fastmap[j] = 1;
fastmap          3300 libglibc/regex.c 	      fastmap[j] = 1;
fastmap          3307 libglibc/regex.c 	      fastmap[j] = 1;
fastmap          3313 libglibc/regex.c 	    int fastmap_newline = fastmap['\n'];
fastmap          3317 libglibc/regex.c 	      fastmap[j] = 1;
fastmap          3321 libglibc/regex.c 	      fastmap['\n'] = fastmap_newline;
fastmap          3337 libglibc/regex.c 	      fastmap[j] = 1;
fastmap          3345 libglibc/regex.c 	      fastmap[j] = 1;
fastmap          3579 libglibc/regex.c   register char *fastmap = bufp->fastmap;
fastmap          3622 libglibc/regex.c   if (fastmap && !bufp->fastmap_accurate)
fastmap          3633 libglibc/regex.c       if (fastmap && startpos < total_size && !bufp->can_be_null)
fastmap          3650 libglibc/regex.c                        && !fastmap[(unsigned char)
fastmap          3654 libglibc/regex.c                 while (range > lim && !fastmap[(unsigned char) *d++])
fastmap          3665 libglibc/regex.c 	      if (!fastmap[(unsigned char) TRANSLATE (c)])
fastmap          3671 libglibc/regex.c       if (range >= 0 && startpos == total_size && fastmap
fastmap          5581 libglibc/regex.c       re_comp_buf.fastmap = (char *) malloc (1 << BYTEWIDTH);
fastmap          5582 libglibc/regex.c       if (re_comp_buf.fastmap == NULL)
fastmap          5673 libglibc/regex.c   preg->fastmap = (char *) malloc (1 << BYTEWIDTH);
fastmap          5713 libglibc/regex.c   if (ret == REG_NOERROR && preg->fastmap)
fastmap          5721 libglibc/regex.c 	  free (preg->fastmap);
fastmap          5722 libglibc/regex.c 	  preg->fastmap = NULL;
fastmap          5872 libglibc/regex.c   if (preg->fastmap != NULL)
fastmap          5873 libglibc/regex.c     free (preg->fastmap);
fastmap          5874 libglibc/regex.c   preg->fastmap = NULL;
fastmap           343 libglibc/regex.h   char *fastmap;