Home
last modified time | relevance | path

Searched refs:re_fastmap (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c270 char *fastmap = bufp->re_fastmap; in weak_alias()
453 preg->re_fastmap = re_malloc (char, SBC_MAX); in regcomp()
454 if (BE (preg->re_fastmap == NULL, 0)) in regcomp()
487 re_free (preg->re_fastmap); in regcomp()
488 preg->re_fastmap = NULL; in regcomp()
629 re_free (preg->re_fastmap); in regfree()
630 preg->re_fastmap = NULL; in regfree()
668 fastmap = re_comp_buf.re_fastmap; in re_comp()
669 re_comp_buf.re_fastmap = NULL; in re_comp()
672 re_comp_buf.re_fastmap = fastmap; in re_comp()
[all …]
H A Dregex.h672 # define re_fastmap fastmap macro
H A Dregexec.c429 if (start < last_start && bufp->re_fastmap != NULL in re_search_stub()
631 char *fastmap = ((preg->re_fastmap != NULL && preg->re_fastmap_accurate in re_search_internal()
633 ? preg->re_fastmap : NULL); in re_search_internal()