Searched refs:re_string_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/libgnuregex/
H A Dregex_internal.h319 struct re_string_t struct
374 typedef struct re_string_t re_string_t; typedef in typeref:struct:re_string_t
389 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
393 static void build_wcs_buffer (re_string_t *pstr) internal_function;
394 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
397 static void build_upper_buffer (re_string_t *pstr) internal_function;
398 static void re_string_translate_buffer (re_string_t *pstr) internal_function;
399 static unsigned int re_string_context_at (const re_string_t *input, int idx,
568 re_string_t inpu
[all...]
H A Dregex_internal.c21 re_string_t *pstr,
40 re_string_allocate (re_string_t *pstr, const char *str, int len, int init_len,
68 re_string_construct (re_string_t *pstr, const char *str, int len,
72 memset (pstr, '\0', sizeof (re_string_t));
131 re_string_realloc_buffers (re_string_t *pstr, int new_buf_len)
171 re_string_construct_common (const char *str, int len, re_string_t *pstr,
203 build_wcs_buffer (re_string_t *pstr)
272 build_wcs_upper_buffer (re_string_t *pstr)
491 re_string_skip_chars (re_string_t *pstr, int new_raw_idx, wint_t *last_wc)
532 build_upper_buffer (re_string_t *pst
[all...]
H A Dregcomp.c55 static int fetch_number (re_string_t *input, re_token_t *token,
57 static int peek_token (re_token_t *token, re_string_t *input,
59 static bin_tree_t *parse (re_string_t *regexp, regex_t *preg,
61 static bin_tree_t *parse_reg_exp (re_string_t *regexp, regex_t *preg,
64 static bin_tree_t *parse_branch (re_string_t *regexp, regex_t *preg,
67 static bin_tree_t *parse_expression (re_string_t *regexp, regex_t *preg,
70 static bin_tree_t *parse_sub_exp (re_string_t *regexp, regex_t *preg,
73 static bin_tree_t *parse_dup_op (bin_tree_t *dup_elem, re_string_t *regexp,
76 static bin_tree_t *parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa,
80 re_string_t *regex
[all...]
H A Dregexec.c185 const re_string_t *input, int idx)
3757 const re_string_t *input, int str_idx)
4112 re_string_t *pstr = &mctx->input;

Completed in 107 milliseconds