Home
last modified time | relevance | path

Searched refs:reg_errcode_t (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c23 static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
28 static reg_errcode_t init_dfa (re_dfa_t *dfa, size_t pat_len);
33 static reg_errcode_t create_initial_state (re_dfa_t *dfa);
37 static reg_errcode_t analyze (regex_t *preg);
38 static reg_errcode_t preorder (bin_tree_t *root,
39 reg_errcode_t (fn (void *, bin_tree_t *)),
41 static reg_errcode_t postorder (bin_tree_t *root,
42 reg_errcode_t (fn (void *, bin_tree_t *)),
44 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
45 static reg_errcode_t lower_subexps (void *extra, bin_tree_t *node);
[all …]
Dregexec.c23 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
27 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, Idx node,
32 static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, Idx node,
41 static reg_errcode_t re_search_internal (const regex_t *preg,
60 static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx)
70 static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs,
75 static reg_errcode_t set_regs (const regex_t *preg,
79 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs)
88 static reg_errcode_t sift_states_backward (const re_match_context_t *mctx,
91 static reg_errcode_t build_sifted_states (const re_match_context_t *mctx,
[all …]
Dregex_internal.c40 static reg_errcode_t
45 reg_errcode_t ret; in re_string_allocate()
68 static reg_errcode_t
73 reg_errcode_t ret; in re_string_construct()
131 static reg_errcode_t
271 static reg_errcode_t
573 static reg_errcode_t
811 reg_errcode_t ret = build_wcs_upper_buffer (pstr); in re_string_reconstruct()
968 static reg_errcode_t
980 static reg_errcode_t
[all …]
Dregex_internal.h431 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
436 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
Dregex.h399 } reg_errcode_t; typedef
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-rxspencer.c227 static struct { reg_errcode_t code; const char *name; } codes [] in test()