Searched refs:fastmap (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.c935 /* Print the fastmap in human-readable form. */
938 print_fastmap (fastmap)
939 char *fastmap;
946 if (fastmap[i++])
950 while (i < (1 << BYTEWIDTH) && fastmap[i])
1229 if (bufp->fastmap_accurate && bufp->fastmap)
1231 printf ("fastmap: ");
1232 print_fastmap (bufp->fastmap);
1744 char *fastmap, const int multibyte));
2431 The `fastmap' fiel
4143 char *fastmap = bufp->fastmap; local
4256 register char *fastmap = bufp->fastmap; variable
[all...]
H A Dregex.h329 the pattern compiler, the fields `buffer', `allocated', `fastmap',
355 /* Pointer to a fastmap, if any, otherwise zero. re_search uses member in struct:re_pattern_buffer
356 the fastmap, if there is one, to skip over impossible
358 char *fastmap;
371 whether or not we should use the fastmap, so we don't set
385 by `re_compile_fastmap' if it updates the fastmap. */
477 /* Compile a fastmap for the compiled pattern in BUFFER; used to
H A Dsearch.c50 char fastmap[0400]; member in struct:regexp_cache
3128 searchbufs[i].buf.fastmap = searchbufs[i].fastmap;
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c705 /* Print the fastmap in human-readable form. */
708 print_fastmap (fastmap)
709 char *fastmap;
716 if (fastmap[i++])
720 while (i < (1 << BYTEWIDTH) && fastmap[i])
1031 if (bufp->fastmap_accurate && bufp->fastmap)
1033 printf ("fastmap: ");
1034 print_fastmap (bufp->fastmap);
2032 The `fastmap' and `newline_anchor' fields are neither
3639 /* re_compile_fastmap computes a ``fastmap'' fo
3648 register char *fastmap = bufp->fastmap; local
4019 register char *fastmap = bufp->fastmap; variable
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dcontext.c95 if (ignore_blank_lines || ignore_regexp.fastmap)
190 if (function_regexp.fastmap)
321 if (function_regexp.fastmap)
H A Dutil.c663 bool trivial = ignore_blank_lines || ignore_regexp.fastmap;
689 && (! ignore_regexp.fastmap
699 && (! ignore_regexp.fastmap
H A Dio.c710 if (no_diff_means_no_output && ! function_regexp.fastmap
H A Danalyze.c957 if (ignore_blank_lines || ignore_regexp.fastmap)
H A Ddiff.c800 /* At least one regexp was specified. Allocate a fastmap for it. */
801 reglist->buf->fastmap = xmalloc (1 << CHAR_BIT);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dregcomp.c24 char *fastmap);
279 char *fastmap = bufp->fastmap;
281 memset (fastmap, '\0', sizeof (char) * SBC_MAX);
282 re_compile_fastmap_iter (bufp, dfa->init_state, fastmap);
284 re_compile_fastmap_iter (bufp, dfa->init_state_word, fastmap);
286 re_compile_fastmap_iter (bufp, dfa->init_state_nl, fastmap);
288 re_compile_fastmap_iter (bufp, dfa->init_state_begbuf, fastmap);
298 re_set_fastmap (char *fastmap, bool icase, int ch)
300 fastmap[c
277 char *fastmap = bufp->fastmap; local
296 re_set_fastmap(char *fastmap, bool icase, int ch) argument
307 re_compile_fastmap_iter(regex_t *bufp, const re_dfastate_t *init_state, char *fastmap) argument
675 char *fastmap; local
[all...]
H A Dregex.h448 the pattern compiler, the fields `buffer', `allocated', `fastmap',
469 /* Pointer to a fastmap, if any, otherwise zero. re_search uses the
470 fastmap, if there is one, to skip over impossible starting points
472 char *_REG_RE_NAME (fastmap);
485 not we should use the fastmap, so we don't set this absolutely
501 by `re_compile_fastmap' if it updates the fastmap. */
565 /* Compile a fastmap for the compiled pattern in BUFFER; used to
H A Dregexec.c447 /* Compile fastmap if we haven't yet. */
448 if (start < last_start && bufp->fastmap != NULL && !bufp->fastmap_accurate)
666 char *fastmap = ((preg->fastmap != NULL && preg->fastmap_accurate
668 ? preg->fastmap : NULL);
751 (fastmap
771 /* No fastmap. */
777 && !fastmap[t[(unsigned char) string[match_first]]])
784 && !fastmap[(unsigned char) string[match_first]])
792 if (!fastmap[
663 char *fastmap = ((preg->fastmap != NULL && preg->fastmap_accurate local
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c784 /* Print the fastmap in human-readable form. */
788 print_fastmap (fastmap)
789 char *fastmap;
796 if (fastmap[i++])
800 while (i < (1 << BYTEWIDTH) && fastmap[i])
1166 if (bufp->fastmap_accurate && bufp->fastmap)
1168 printf ("fastmap: ");
1169 print_fastmap (bufp->fastmap);
2356 The `fastmap' and `newline_anchor' fields are neither
4618 /* re_compile_fastmap computes a ``fastmap'' fo
4647 register char *fastmap = bufp->fastmap; local
5125 register char *fastmap = bufp->fastmap; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c777 /* Print the fastmap in human-readable form. */
781 print_fastmap (char *fastmap)
788 if (fastmap[i++])
792 while (i < (1 << BYTEWIDTH) && fastmap[i])
1155 if (bufp->fastmap_accurate && bufp->fastmap)
1157 printf ("fastmap: ");
1158 print_fastmap (bufp->fastmap);
2282 The `fastmap' and `newline_anchor' fields are neither
4520 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
4521 BUFP. A fastmap record
775 print_fastmap(char *fastmap) argument
4551 register char *fastmap = bufp->fastmap; local
5013 register char *fastmap = bufp->fastmap; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dxregex2.h325 the pattern compiler, the fields `buffer', `allocated', `fastmap',
351 /* Pointer to a fastmap, if any, otherwise zero. re_search uses member in struct:re_pattern_buffer
352 the fastmap, if there is one, to skip over impossible
354 char *fastmap;
367 whether or not we should use the fastmap, so we don't set
382 by `re_compile_fastmap' if it updates the fastmap. */
456 /* Compile a fastmap for the compiled pattern in BUFFER; used to
/macosx-10.10.1/gnudiff-19/diffutils/lib/posix/
H A Dregex.h319 the pattern compiler, the fields `buffer', `allocated', `fastmap',
345 /* Pointer to a fastmap, if any, otherwise zero. re_search uses member in struct:re_pattern_buffer
346 the fastmap, if there is one, to skip over impossible
348 char *fastmap;
361 whether or not we should use the fastmap, so we don't set
376 by `re_compile_fastmap' if it updates the fastmap. */
461 /* Compile a fastmap for the compiled pattern in BUFFER; used to
/macosx-10.10.1/lsof-53/lsof/
H A Dregex.h371 the pattern compiler, the fields `buffer', `allocated', `fastmap',
397 /* Pointer to a fastmap, if any, otherwise zero. re_search uses member in struct:re_pattern_buffer
398 the fastmap, if there is one, to skip over impossible
400 char *fastmap;
413 whether or not we should use the fastmap, so we don't set
428 by `re_compile_fastmap' if it updates the fastmap. */
513 /* Compile a fastmap for the compiled pattern in BUFFER; used to

Completed in 428 milliseconds