Lines Matching refs:re_pattern_buffer
358 struct re_pattern_buffer *bufp);
360 static int byte_re_match_2_internal (struct re_pattern_buffer *bufp,
366 static int byte_re_search_2 (struct re_pattern_buffer *bufp,
371 static int byte_re_compile_fastmap (struct re_pattern_buffer *bufp);
376 struct re_pattern_buffer *bufp);
379 static int wcs_re_match_2_internal (struct re_pattern_buffer *bufp,
388 static int wcs_re_search_2 (struct re_pattern_buffer *bufp,
393 static int wcs_re_compile_fastmap (struct re_pattern_buffer *bufp);
1092 PREFIX(print_compiled_pattern) (struct re_pattern_buffer *bufp)
2303 struct re_pattern_buffer *bufp)
4552 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp)
4871 re_compile_fastmap (struct re_pattern_buffer *bufp)
4900 re_set_registers (struct re_pattern_buffer *bufp,
4930 re_search (struct re_pattern_buffer *bufp,
4965 re_search_2 (struct re_pattern_buffer *bufp,
5026 PREFIX(re_search_2) (struct re_pattern_buffer *bufp,
5415 re_match (struct re_pattern_buffer *bufp,
5472 re_match_2 (struct re_pattern_buffer *bufp,
5553 wcs_re_match_2_internal (struct re_pattern_buffer *bufp,
5572 byte_re_match_2_internal (struct re_pattern_buffer *bufp,
7879 struct re_pattern_buffer *bufp)
7917 static struct re_pattern_buffer re_comp_buf;