Lines Matching refs:re_pattern_buffer
355 struct re_pattern_buffer *bufp);
357 static int byte_re_match_2_internal (struct re_pattern_buffer *bufp,
363 static int byte_re_search_2 (struct re_pattern_buffer *bufp,
368 static int byte_re_compile_fastmap (struct re_pattern_buffer *bufp);
373 struct re_pattern_buffer *bufp);
376 static int wcs_re_match_2_internal (struct re_pattern_buffer *bufp,
385 static int wcs_re_search_2 (struct re_pattern_buffer *bufp,
390 static int wcs_re_compile_fastmap (struct re_pattern_buffer *bufp);
1086 PREFIX(print_compiled_pattern) (struct re_pattern_buffer *bufp) in PREFIX()
2290 struct re_pattern_buffer *bufp) in PREFIX()
4538 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp) in PREFIX()
4857 re_compile_fastmap (struct re_pattern_buffer *bufp) in re_compile_fastmap()
4885 re_set_registers (struct re_pattern_buffer *bufp, in weak_alias()
4914 re_search (struct re_pattern_buffer *bufp, in weak_alias()
4949 re_search_2 (struct re_pattern_buffer *bufp, in weak_alias()
5010 PREFIX(re_search_2) (struct re_pattern_buffer *bufp,
5398 re_match (struct re_pattern_buffer *bufp,
5455 re_match_2 (struct re_pattern_buffer *bufp, in re_match_2()
5536 wcs_re_match_2_internal (struct re_pattern_buffer *bufp, in wcs_re_match_2_internal()
5555 byte_re_match_2_internal (struct re_pattern_buffer *bufp, in wcs_re_match_2_internal()
7860 struct re_pattern_buffer *bufp)
7897 static struct re_pattern_buffer re_comp_buf;