Home
last modified time | relevance | path

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

12

/netbsd/external/gpl2/grep/dist/lib/
H A Dregex.c717 print_fastmap (fastmap) in print_fastmap() argument
718 char *fastmap; in print_fastmap()
725 if (fastmap[i++])
4561 register char *fastmap = bufp->fastmap; local
4640 fastmap[p[1]] = 1;
4680 fastmap[j] = 1;
4687 fastmap[j] = 1;
4697 fastmap[j] = 1;
4717 fastmap[j] = 1;
4725 fastmap[j] = 1;
[all …]
/netbsd/external/gpl2/diffutils/dist/lib/
H A Dregex.c784 print_fastmap (fastmap) in print_fastmap() argument
785 char *fastmap; in print_fastmap()
792 if (fastmap[i++])
4649 register char *fastmap = bufp->fastmap; variable
4734 fastmap[p[1]] = 1;
4769 fastmap[j] = 1;
4776 fastmap[j] = 1;
4786 fastmap[j] = 1;
4806 fastmap[j] = 1;
4814 fastmap[j] = 1;
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c728 if (fastmap[i++]) in print_fastmap()
4548 register char *fastmap = bufp->fastmap; in PREFIX() local
4633 fastmap[p[1]] = 1; in PREFIX()
4668 fastmap[j] = 1; in PREFIX()
4675 fastmap[j] = 1; in PREFIX()
4685 fastmap[j] = 1; in PREFIX()
4705 fastmap[j] = 1; in PREFIX()
4713 fastmap[j] = 1; in PREFIX()
5018 register char *fastmap = bufp->fastmap; local
8070 free (preg->fastmap);
[all …]
H A Dregex.h354 char *fastmap; member
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dregex.c783 if (fastmap[i++]) in print_fastmap()
4553 register char *fastmap = bufp->fastmap; in PREFIX() local
4638 fastmap[p[1]] = 1; in PREFIX()
4673 fastmap[j] = 1; in PREFIX()
4680 fastmap[j] = 1; in PREFIX()
4690 fastmap[j] = 1; in PREFIX()
4710 fastmap[j] = 1; in PREFIX()
4718 fastmap[j] = 1; in PREFIX()
5015 register char *fastmap = bufp->fastmap; local
8125 free (preg->fastmap);
[all …]
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c783 if (fastmap[i++]) in print_fastmap()
4553 register char *fastmap = bufp->fastmap; in PREFIX() local
4638 fastmap[p[1]] = 1; in PREFIX()
4673 fastmap[j] = 1; in PREFIX()
4680 fastmap[j] = 1; in PREFIX()
4690 fastmap[j] = 1; in PREFIX()
4710 fastmap[j] = 1; in PREFIX()
4718 fastmap[j] = 1; in PREFIX()
5015 register char *fastmap = bufp->fastmap; local
8125 free (preg->fastmap);
[all …]
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dregex.c787 if (fastmap[i++]) in print_fastmap()
4557 register char *fastmap = bufp->fastmap; in PREFIX() local
4642 fastmap[p[1]] = 1; in PREFIX()
4677 fastmap[j] = 1; in PREFIX()
4684 fastmap[j] = 1; in PREFIX()
4694 fastmap[j] = 1; in PREFIX()
4714 fastmap[j] = 1; in PREFIX()
4722 fastmap[j] = 1; in PREFIX()
5019 register char *fastmap = bufp->fastmap; local
8129 free (preg->fastmap);
[all …]
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c783 if (fastmap[i++]) in print_fastmap()
4553 register char *fastmap = bufp->fastmap; in PREFIX() local
4638 fastmap[p[1]] = 1; in PREFIX()
4673 fastmap[j] = 1; in PREFIX()
4680 fastmap[j] = 1; in PREFIX()
4690 fastmap[j] = 1; in PREFIX()
4710 fastmap[j] = 1; in PREFIX()
4718 fastmap[j] = 1; in PREFIX()
5015 register char *fastmap = bufp->fastmap; local
8125 free (preg->fastmap);
[all …]
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c783 if (fastmap[i++]) in print_fastmap()
4553 register char *fastmap = bufp->fastmap; in PREFIX() local
4638 fastmap[p[1]] = 1; in PREFIX()
4673 fastmap[j] = 1; in PREFIX()
4680 fastmap[j] = 1; in PREFIX()
4690 fastmap[j] = 1; in PREFIX()
4710 fastmap[j] = 1; in PREFIX()
4718 fastmap[j] = 1; in PREFIX()
5015 register char *fastmap = bufp->fastmap; local
8125 free (preg->fastmap);
[all …]
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dregex.c787 if (fastmap[i++]) in print_fastmap()
4557 register char *fastmap = bufp->fastmap; in PREFIX() local
4642 fastmap[p[1]] = 1; in PREFIX()
4677 fastmap[j] = 1; in PREFIX()
4684 fastmap[j] = 1; in PREFIX()
4694 fastmap[j] = 1; in PREFIX()
4714 fastmap[j] = 1; in PREFIX()
4722 fastmap[j] = 1; in PREFIX()
5019 register char *fastmap = bufp->fastmap; local
8129 free (preg->fastmap);
[all …]
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c27 char *fastmap);
270 char *fastmap = bufp->re_fastmap; in weak_alias() local
291 fastmap[ch] = 1; in weak_alias()
293 fastmap[tolower (ch)] = 1; in weak_alias()
301 char *fastmap) in re_compile_fastmap_iter() argument
333 re_set_fastmap (fastmap, false, buf[0]); in re_compile_fastmap_iter()
343 re_set_fastmap (fastmap, icase, ch); in re_compile_fastmap_iter()
372 re_set_fastmap (fastmap, icase, i); in re_compile_fastmap_iter()
657 char *fastmap; in re_comp() local
668 fastmap = re_comp_buf.re_fastmap; in re_comp()
[all …]
H A Dregex.h470 char *_REG_RE_NAME (fastmap);
672 # define re_fastmap fastmap
H A Dregexec.c631 char *fastmap = ((preg->re_fastmap != NULL && preg->re_fastmap_accurate in re_search_internal() local
711 (fastmap in re_search_internal()
737 && !fastmap[t[(unsigned char) string[match_first]]]) in re_search_internal()
744 && !fastmap[(unsigned char) string[match_first]]) in re_search_internal()
752 if (!fastmap[t ? t[ch] : ch]) in re_search_internal()
764 if (fastmap[t ? t[ch] : ch]) in re_search_internal()
794 if (fastmap[ch]) in re_search_internal()
/netbsd/external/gpl2/diffutils/dist/src/
H A Dcontext.c96 if (ignore_blank_lines || ignore_regexp.fastmap) in print_context_script()
189 if (function_regexp.fastmap) in pr_context_hunk()
318 if (function_regexp.fastmap) in pr_unidiff_hunk()
H A Dutil.c656 bool trivial = ignore_blank_lines || ignore_regexp.fastmap; in analyze_hunk()
682 && (! ignore_regexp.fastmap in analyze_hunk()
692 && (! ignore_regexp.fastmap in analyze_hunk()
H A Dio.c706 if (no_diff_means_no_output && ! function_regexp.fastmap in find_identical_ends()
/netbsd/external/gpl3/gdb/dist/include/
H A Dxregex2.h350 char *fastmap; member
/netbsd/external/gpl2/grep/dist/lib/posix/
H A Dregex.h351 char *fastmap; member
/netbsd/external/gpl2/diffutils/dist/lib/posix/
H A Dregex.h347 char *fastmap; member
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dxregex2.h350 char *fastmap; member
/netbsd/external/gpl3/binutils/dist/include/
H A Dxregex2.h350 char *fastmap; member
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dxregex2.h350 char *fastmap; member
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dxregex2.h350 char *fastmap; member
/netbsd/external/gpl3/gcc/dist/include/
H A Dxregex2.h350 char *fastmap; member
/netbsd/external/gpl2/xcvs/dist/diff/
H A Ddiff.c738 r->buf.fastmap = xmalloc (256);

12