Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c1303 char *buf = (char *) re_string_get_buffer (&mctx->input); in proceed_next_node()
2675 const char *buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2724 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2736 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
2769 buf = (const char *) re_string_get_buffer (&mctx->input); in get_subexp()
3805 = ((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