Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/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, Idx 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,
59 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,
74 static reg_errcode_t set_regs (const regex_t *preg,
78 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs) internal_function;
85 static reg_errcode_t sift_states_backward (re_match_context_t *mctx,
87 static reg_errcode_t build_sifted_states (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
264 static reg_errcode_t
559 static reg_errcode_t
716 reg_errcode_t ret = build_wcs_upper_buffer (pstr); in re_string_reconstruct()
873 static reg_errcode_t
885 static reg_errcode_t
[all …]
Dregex_internal.h423 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
428 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
Dregex.h415 } reg_errcode_t; typedef
/netbsd/src/external/bsd/tre/dist/lib/
Dtre-internal.h262 reg_errcode_t
267 reg_errcode_t
272 reg_errcode_t
278 reg_errcode_t
Dtre-stack.h37 reg_errcode_t tre_stack_push_ ## typetag(tre_stack_t *s, type value)
70 reg_errcode_t _status; \
Dtre-compile.c40 static reg_errcode_t
73 static reg_errcode_t
145 static reg_errcode_t
149 reg_errcode_t status = REG_OK; in tre_add_tags()
660 static reg_errcode_t
665 reg_errcode_t status = REG_OK; in tre_copy_ast()
803 static reg_errcode_t
808 reg_errcode_t status = REG_OK; in tre_expand_ast()
1201 static reg_errcode_t
1212 reg_errcode_t status = REG_OK; in tre_match_empty()
[all …]
Dtre-parse.c94 static reg_errcode_t
98 reg_errcode_t status; in tre_new_item()
124 static reg_errcode_t
128 reg_errcode_t status = REG_OK; in tre_expand_ctype()
262 static reg_errcode_t
269 reg_errcode_t status = REG_OK; in tre_parse_bracket_items()
431 static reg_errcode_t
436 reg_errcode_t status = REG_OK; in tre_parse_bracket()
612 static reg_errcode_t
942 reg_errcode_t
[all …]
Dtre.h50 typedef int reg_errcode_t; in __weak_alias() typedef
103 } reg_errcode_t; in __weak_alias()
Dtre-parse.h47 reg_errcode_t
Dtre-stack.c68 static reg_errcode_t
Dtre-config.h.in9 /* Define to 1 if the system has the type `reg_errcode_t'. */
Dtre-match-parallel.c93 reg_errcode_t
125 reg_errcode_t ret; in tre_tnfa_run_parallel()
Dregexec.c131 reg_errcode_t status; in tre_match()
320 reg_errcode_t status; in tre_match_approx()
Dtre-match-backtrack.c183 reg_errcode_t
233 reg_errcode_t ret; in tre_tnfa_run_backtrack()
Dtre-match-approx.c188 reg_errcode_t
229 reg_errcode_t ret; in tre_tnfa_run_approx()
/netbsd/src/external/bsd/tre/dist/win32/
Dtre-config.h.in14 /* Define to 1 if the system has the type `reg_errcode_t'. */
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dregex.c413 static reg_errcode_t byte_regex_compile (const char *pattern, size_t size,
431 static reg_errcode_t wcs_regex_compile (const char *pattern, size_t size,
1862 static reg_errcode_t wcs_compile_range (CHAR_T range_start,
1871 static reg_errcode_t byte_compile_range (unsigned int range_start,
2286 static reg_errcode_t
2764 reg_errcode_t ret; in PREFIX()
2776 reg_errcode_t ret; in PREFIX()
3175 reg_errcode_t ret in PREFIX()
3184 reg_errcode_t ret; in PREFIX()
4364 static reg_errcode_t
[all …]
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dregex.c413 static reg_errcode_t byte_regex_compile (const char *pattern, size_t size,
431 static reg_errcode_t wcs_regex_compile (const char *pattern, size_t size,
1862 static reg_errcode_t wcs_compile_range (CHAR_T range_start,
1871 static reg_errcode_t byte_compile_range (unsigned int range_start,
2286 static reg_errcode_t
2764 reg_errcode_t ret; in PREFIX()
2776 reg_errcode_t ret; in PREFIX()
3175 reg_errcode_t ret in PREFIX()
3184 reg_errcode_t ret; in PREFIX()
4364 static reg_errcode_t
[all …]
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dregex.c413 static reg_errcode_t byte_regex_compile (const char *pattern, size_t size,
431 static reg_errcode_t wcs_regex_compile (const char *pattern, size_t size,
1862 static reg_errcode_t wcs_compile_range (CHAR_T range_start,
1871 static reg_errcode_t byte_compile_range (unsigned int range_start,
2286 static reg_errcode_t
2764 reg_errcode_t ret; in PREFIX()
2776 reg_errcode_t ret; in PREFIX()
3175 reg_errcode_t ret in PREFIX()
3184 reg_errcode_t ret; in PREFIX()
4364 static reg_errcode_t
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/
Dxregex2.h318 } reg_errcode_t; typedef
/netbsd/src/external/gpl3/gcc/dist/include/
Dxregex2.h318 } reg_errcode_t; typedef
/netbsd/src/external/gpl3/gdb/dist/include/
Dxregex2.h318 } reg_errcode_t; typedef
/netbsd/src/external/bsd/tre/dist/
Dconfigure.ac244 AC_CHECK_TYPES([reg_errcode_t],,,[