| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | regcomp.c | 23 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 …]
|
| D | regexec.c | 23 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 …]
|
| D | regex_internal.c | 40 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 …]
|
| D | regex_internal.h | 423 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)
|
| D | regex.h | 415 } reg_errcode_t; typedef
|
| /netbsd/src/external/bsd/tre/dist/lib/ |
| D | tre-internal.h | 262 reg_errcode_t 267 reg_errcode_t 272 reg_errcode_t 278 reg_errcode_t
|
| D | tre-stack.h | 37 reg_errcode_t tre_stack_push_ ## typetag(tre_stack_t *s, type value) 70 reg_errcode_t _status; \
|
| D | tre-compile.c | 40 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 …]
|
| D | tre-parse.c | 94 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 …]
|
| D | tre.h | 50 typedef int reg_errcode_t; in __weak_alias() typedef 103 } reg_errcode_t; in __weak_alias()
|
| D | tre-parse.h | 47 reg_errcode_t
|
| D | tre-stack.c | 68 static reg_errcode_t
|
| D | tre-config.h.in | 9 /* Define to 1 if the system has the type `reg_errcode_t'. */
|
| D | tre-match-parallel.c | 93 reg_errcode_t 125 reg_errcode_t ret; in tre_tnfa_run_parallel()
|
| D | regexec.c | 131 reg_errcode_t status; in tre_match() 320 reg_errcode_t status; in tre_match_approx()
|
| D | tre-match-backtrack.c | 183 reg_errcode_t 233 reg_errcode_t ret; in tre_tnfa_run_backtrack()
|
| D | tre-match-approx.c | 188 reg_errcode_t 229 reg_errcode_t ret; in tre_tnfa_run_approx()
|
| /netbsd/src/external/bsd/tre/dist/win32/ |
| D | tre-config.h.in | 14 /* Define to 1 if the system has the type `reg_errcode_t'. */
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | regex.c | 413 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/ |
| D | regex.c | 413 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/ |
| D | regex.c | 413 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/ |
| D | xregex2.h | 318 } reg_errcode_t; typedef
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | xregex2.h | 318 } reg_errcode_t; typedef
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | xregex2.h | 318 } reg_errcode_t; typedef
|
| /netbsd/src/external/bsd/tre/dist/ |
| D | configure.ac | 244 AC_CHECK_TYPES([reg_errcode_t],,,[
|