Searched refs:fastmap (Results 1 – 12 of 12) sorted by relevance
567 print_fastmap (fastmap) in print_fastmap() argument568 char *fastmap; in print_fastmap()575 if (fastmap[i++])579 while (i < (1 << BYTEWIDTH) && fastmap[i])843 if (bufp->fastmap_accurate && bufp->fastmap)846 print_fastmap (bufp->fastmap);3082 register char *fastmap = bufp->fastmap; local3102 assert (fastmap != NULL && p != NULL);3105 bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */3149 fastmap[p[1]] = 1;[all …]
343 char *fastmap; member
703 print_fastmap (fastmap) in print_fastmap() argument704 char *fastmap; in print_fastmap()711 if (fastmap[i++])715 while (i < (1 << BYTEWIDTH) && fastmap[i])974 if (bufp->fastmap_accurate && bufp->fastmap)977 print_fastmap (bufp->fastmap);3188 register char *fastmap = bufp->fastmap; local3214 assert (fastmap != NULL && p != NULL);3217 bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */3261 fastmap[p[1]] = 1;[all …]
316 char *fastmap; member
775 print_fastmap (char *fastmap) in print_fastmap() argument782 if (fastmap[i++]) in print_fastmap()786 while (i < (1 << BYTEWIDTH) && fastmap[i]) in print_fastmap()1149 if (bufp->fastmap_accurate && bufp->fastmap) in PREFIX()1152 print_fastmap (bufp->fastmap); in PREFIX()4551 register char *fastmap = bufp->fastmap; in PREFIX() local4579 assert (fastmap != NULL && p != NULL); in PREFIX()4582 bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */ in PREFIX()4627 fastmap[truncate_wchar(p[1])] = 1; in PREFIX()4631 fastmap[p[1]] = 1; in PREFIX()[all …]
351 char *fastmap; member
348 char *fastmap; member
705 char *fastmap) in compile_pattern() argument710 compiled_pattern->fastmap = fastmap; in compile_pattern()721 if (fastmap) in compile_pattern()
730 r->buf.fastmap = xmalloc (256);
15117 (regcomp): Allocate and initialize a fastmap.