Home
last modified time | relevance | path

Searched refs:fastmap (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c567 print_fastmap (fastmap) in print_fastmap() argument
568 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; local
3102 assert (fastmap != NULL && p != NULL);
3105 bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */
3149 fastmap[p[1]] = 1;
[all …]
H A Dgnu-regex.h343 char *fastmap; member
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c703 print_fastmap (fastmap) in print_fastmap() argument
704 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; local
3214 assert (fastmap != NULL && p != NULL);
3217 bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */
3261 fastmap[p[1]] = 1;
[all …]
H A Dregex.h316 char *fastmap; member
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c775 print_fastmap (char *fastmap) in print_fastmap() argument
782 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() local
4579 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 …]
/openbsd-src/gnu/lib/libiberty/include/
H A Dxregex2.h351 char *fastmap; member
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dxregex2.h351 char *fastmap; member
/openbsd-src/gnu/gcc/include/
H A Dxregex2.h351 char *fastmap; member
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dxregex2.h348 char *fastmap; member
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmonitor.c705 char *fastmap) in compile_pattern() argument
710 compiled_pattern->fastmap = fastmap; in compile_pattern()
721 if (fastmap) in compile_pattern()
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Ddiff.c730 r->buf.fastmap = xmalloc (256);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.315117 (regcomp): Allocate and initialize a fastmap.