Searched refs:regex_char_t (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/external/bsd/sljit/dist/regex_src/ |
| H A D | regexJIT.h | 34 typedef char regex_char_t; typedef 36 typedef wchar_t regex_char_t; typedef 75 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int… 85 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length); 93 void regex_continue_match_debug(struct regex_match *match, const regex_char_t *input_string, int le…
|
| H A D | regexMain.c | 52 void verbose_test(regex_char_t *pattern, regex_char_t *string) in verbose_test() 55 regex_char_t *ptr; in verbose_test() 103 const regex_char_t *pattern; /* NULL : use the previous pattern. */ 104 const regex_char_t *string; /* NULL : end of tests. */ 110 const regex_char_t *ptr; in run_tests()
|
| H A D | regexJIT.c | 97 …void (SLJIT_CALL *call_continue)(struct regex_match *match, const regex_char_t *input_string, int … 405 static const regex_char_t* decode_number(const regex_char_t *regex_string, int length, int *result) in decode_number() 560 static int parse_iterator(const regex_char_t *regex_string, int length, struct stack *stack, sljit_… in parse_iterator() 564 const regex_char_t *base_from = regex_string; in parse_iterator() 565 const regex_char_t *from; in parse_iterator() 666 static int parse_char_range(const regex_char_t *regex_string, int length, struct compiler_common *c… in parse_char_range() 669 const regex_char_t *base_from = regex_string; in parse_char_range() 670 regex_char_t left_char, right_char, tmp_char; in parse_char_range() 765 static int parse(const regex_char_t *regex_string, int length, struct compiler_common *compiler_com… in parse() 1835 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int… in regex_compile() [all …]
|