re_string_t        58 compat/regex/regcomp.c static int fetch_number (re_string_t *input, re_token_t *token,
re_string_t        60 compat/regex/regcomp.c static int peek_token (re_token_t *token, re_string_t *input,
re_string_t        62 compat/regex/regcomp.c static bin_tree_t *parse (re_string_t *regexp, regex_t *preg,
re_string_t        64 compat/regex/regcomp.c static bin_tree_t *parse_reg_exp (re_string_t *regexp, regex_t *preg,
re_string_t        67 compat/regex/regcomp.c static bin_tree_t *parse_branch (re_string_t *regexp, regex_t *preg,
re_string_t        70 compat/regex/regcomp.c static bin_tree_t *parse_expression (re_string_t *regexp, regex_t *preg,
re_string_t        73 compat/regex/regcomp.c static bin_tree_t *parse_sub_exp (re_string_t *regexp, regex_t *preg,
re_string_t        76 compat/regex/regcomp.c static bin_tree_t *parse_dup_op (bin_tree_t *dup_elem, re_string_t *regexp,
re_string_t        79 compat/regex/regcomp.c static bin_tree_t *parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa,
re_string_t        83 compat/regex/regcomp.c 					    re_string_t *regexp,
re_string_t        89 compat/regex/regcomp.c 					  re_string_t *regexp,
re_string_t       748 compat/regex/regcomp.c   re_string_t regexp;
re_string_t      1766 compat/regex/regcomp.c fetch_token (re_token_t *result, re_string_t *input, reg_syntax_t syntax)
re_string_t      1776 compat/regex/regcomp.c peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
re_string_t      2015 compat/regex/regcomp.c peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
re_string_t      2111 compat/regex/regcomp.c parse (re_string_t *regexp, regex_t *preg, reg_syntax_t syntax,
re_string_t      2145 compat/regex/regcomp.c parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_string_t      2186 compat/regex/regcomp.c parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_string_t      2226 compat/regex/regcomp.c parse_expression (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_string_t      2442 compat/regex/regcomp.c parse_sub_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_string_t      2480 compat/regex/regcomp.c parse_dup_op (bin_tree_t *elem, re_string_t *regexp, re_dfa_t *dfa,
re_string_t      2782 compat/regex/regcomp.c parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token,
re_string_t      3340 compat/regex/regcomp.c parse_bracket_element (bracket_elem_t *elem, re_string_t *regexp,
re_string_t      3380 compat/regex/regcomp.c parse_bracket_symbol (bracket_elem_t *elem, re_string_t *regexp,
re_string_t      3723 compat/regex/regcomp.c fetch_number (re_string_t *input, re_token_t *token, reg_syntax_t syntax)
re_string_t        22 compat/regex/regex_internal.c 					re_string_t *pstr,
re_string_t        49 compat/regex/regex_internal.c re_string_allocate (re_string_t *pstr, const char *str, int len, int init_len,
re_string_t        77 compat/regex/regex_internal.c re_string_construct (re_string_t *pstr, const char *str, int len,
re_string_t        81 compat/regex/regex_internal.c   memset (pstr, '\0', sizeof (re_string_t));
re_string_t       140 compat/regex/regex_internal.c re_string_realloc_buffers (re_string_t *pstr, int new_buf_len)
re_string_t       180 compat/regex/regex_internal.c re_string_construct_common (const char *str, int len, re_string_t *pstr,
re_string_t       212 compat/regex/regex_internal.c build_wcs_buffer (re_string_t *pstr)
re_string_t       280 compat/regex/regex_internal.c build_wcs_upper_buffer (re_string_t *pstr)
re_string_t       496 compat/regex/regex_internal.c re_string_skip_chars (re_string_t *pstr, int new_raw_idx, wint_t *last_wc)
re_string_t       537 compat/regex/regex_internal.c build_upper_buffer (re_string_t *pstr)
re_string_t       560 compat/regex/regex_internal.c re_string_translate_buffer (re_string_t *pstr)
re_string_t       581 compat/regex/regex_internal.c re_string_reconstruct (re_string_t *pstr, int idx, int eflags)
re_string_t       839 compat/regex/regex_internal.c re_string_peek_byte_case (const re_string_t *pstr, int idx)
re_string_t       875 compat/regex/regex_internal.c re_string_fetch_byte_case (re_string_t *pstr)
re_string_t       912 compat/regex/regex_internal.c re_string_destruct (re_string_t *pstr)
re_string_t       926 compat/regex/regex_internal.c re_string_context_at (const re_string_t *input, int idx, int eflags)
re_string_t       409 compat/regex/regex_internal.h typedef struct re_string_t re_string_t;
re_string_t       424 compat/regex/regex_internal.h static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
re_string_t       428 compat/regex/regex_internal.h static void build_wcs_buffer (re_string_t *pstr) internal_function;
re_string_t       429 compat/regex/regex_internal.h static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
re_string_t       432 compat/regex/regex_internal.h static void build_upper_buffer (re_string_t *pstr) internal_function;
re_string_t       433 compat/regex/regex_internal.h static void re_string_translate_buffer (re_string_t *pstr) internal_function;
re_string_t       434 compat/regex/regex_internal.h static unsigned int re_string_context_at (const re_string_t *input, int idx,
re_string_t       606 compat/regex/regex_internal.h   re_string_t input;
re_string_t       760 compat/regex/regex_internal.h re_string_char_size_at (const re_string_t *pstr, int idx)
re_string_t       773 compat/regex/regex_internal.h re_string_wchar_at (const re_string_t *pstr, int idx)
re_string_t       783 compat/regex/regex_internal.h re_string_elem_size_at (const re_string_t *pstr, int idx)
re_string_t       185 compat/regex/regexec.c 				    const re_string_t *input, int idx)
re_string_t      3742 compat/regex/regexec.c 			 const re_string_t *input, int str_idx)
re_string_t      4099 compat/regex/regexec.c   re_string_t *pstr = &mctx->input;