Home
last modified time | relevance | path

Searched refs:re_string_get_buffer (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/grep/lib/
H A Dregexec.c1279 char *buf = (char *) re_string_get_buffer (&mctx->input); in proceed_next_node()
2629 const char *buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2680 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2693 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2726 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2761 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
3772 = ((const unsigned char *) re_string_get_buffer (input) + str_idx); in check_node_accept_bytes()
H A Dregex_internal.h443 #define re_string_get_buffer(pstr) ((pstr)->mbs) macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregexec.c1300 char *buf = (char *) re_string_get_buffer (&mctx->input); in proceed_next_node()
2670 const char *buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2719 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2731 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2764 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
3796 = ((const unsigned char *) re_string_get_buffer (input) + str_idx); in check_node_accept_bytes()
H A Dregex_internal.h448 #define re_string_get_buffer(pstr) ((pstr)->mbs) macro