regex.h | 337 the pattern compiler, the fields `buffer', `allocated', `fastmap', 362 /* Pointer to a fastmap, if any, otherwise zero. re_search uses the member in struct:re_pattern_buffer 363 fastmap, if there is one, to skip over impossible starting points 365 char *fastmap; 378 not we should use the fastmap, so we don't set this absolutely 392 by `re_compile_fastmap' if it updates the fastmap. */ 458 /* Compile a fastmap for the compiled pattern in BUFFER; used to
|