HomeSort by: relevance | last modified time | path
    Searched refs:re_fastmap (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
regcomp.c 272 char *fastmap = bufp->re_fastmap;
420 `re_fastmap' to an allocated space for the fastmap;
456 preg->re_fastmap = re_malloc (char, SBC_MAX);
457 if (BE (preg->re_fastmap == NULL, 0))
482 /* We have already checked preg->re_fastmap != NULL. */
490 re_free (preg->re_fastmap);
491 preg->re_fastmap = NULL;
632 re_free (preg->re_fastmap);
633 preg->re_fastmap = NULL;
672 fastmap = re_comp_buf.re_fastmap;
    [all...]
regex.h 448 the pattern compiler), the fields `re_buffer', `re_allocated', `re_fastmap',
677 # define re_fastmap fastmap
672 # define re_fastmap macro
regexec.c 430 if (start < last_start && bufp->re_fastmap != NULL
634 char *fastmap = ((preg->re_fastmap != NULL && preg->re_fastmap_accurate
636 ? preg->re_fastmap : NULL);

Completed in 55 milliseconds