Searched refs:reg_errcode_t (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c20 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
24 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, int node,
29 static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, int node,
38 static reg_errcode_t re_search_internal (const regex_t *preg,
54 static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx)
64 static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs,
69 static reg_errcode_t set_regs (const regex_t *preg,
73 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs)
82 static reg_errcode_t sift_states_backward (const re_match_context_t *mctx,
85 static reg_errcode_t build_sifted_state
[all...]
H A Dregcomp.c20 static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
25 static reg_errcode_t init_dfa (re_dfa_t *dfa, size_t pat_len);
30 static reg_errcode_t create_initial_state (re_dfa_t *dfa);
34 static reg_errcode_t analyze (regex_t *preg);
35 static reg_errcode_t preorder (bin_tree_t *root,
36 reg_errcode_t (fn (void *, bin_tree_t *)),
38 static reg_errcode_t postorder (bin_tree_t *root,
39 reg_errcode_t (fn (void *, bin_tree_t *)),
41 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
42 static reg_errcode_t lower_subexp
[all...]
H A Dregex_internal.c38 static reg_errcode_t
43 reg_errcode_t ret;
66 static reg_errcode_t
71 reg_errcode_t ret;
129 static reg_errcode_t
270 static reg_errcode_t
574 static reg_errcode_t
811 reg_errcode_t ret = build_wcs_upper_buffer (pstr);
967 static reg_errcode_t
979 static reg_errcode_t
[all...]
H A Dregex.h339 } reg_errcode_t;
337 } reg_errcode_t; typedef in typeref:enum:__anon1709
H A Dregex_internal.h389 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
394 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
/freebsd-10.1-release/contrib/binutils/include/
H A Dxregex2.h321 } reg_errcode_t;
319 } reg_errcode_t; typedef in typeref:enum:__anon605
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dxregex2.h321 } reg_errcode_t;
319 } reg_errcode_t; typedef in typeref:enum:__anon1228
/freebsd-10.1-release/contrib/gdb/include/
H A Dxregex2.h318 } reg_errcode_t;
316 } reg_errcode_t; typedef in typeref:enum:__anon1469
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c411 static reg_errcode_t byte_regex_compile (const char *pattern, size_t size,
429 static reg_errcode_t wcs_regex_compile (const char *pattern, size_t size,
1868 static reg_errcode_t wcs_compile_range (CHAR_T range_start,
1877 static reg_errcode_t byte_compile_range (unsigned int range_start,
2294 static reg_errcode_t
2771 reg_errcode_t ret;
2783 reg_errcode_t ret;
3182 reg_errcode_t ret
3191 reg_errcode_t ret;
4371 static reg_errcode_t
[all...]
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c411 static reg_errcode_t byte_regex_compile (const char *pattern, size_t size,
429 static reg_errcode_t wcs_regex_compile (const char *pattern, size_t size,
1868 static reg_errcode_t wcs_compile_range (CHAR_T range_start,
1877 static reg_errcode_t byte_compile_range (unsigned int range_start,
2294 static reg_errcode_t
2771 reg_errcode_t ret;
2783 reg_errcode_t ret;
3182 reg_errcode_t ret
3191 reg_errcode_t ret;
4371 static reg_errcode_t
[all...]

Completed in 300 milliseconds