HomeSort by: relevance | last modified time | path
    Searched refs:regex_char_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.h 34 typedef char regex_char_t; typedef in typeref:typename:char
36 typedef wchar_t regex_char_t; typedef in typeref:typename:wchar_t
75 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int *error);
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 length);
regexMain.c 52 void verbose_test(regex_char_t *pattern, regex_char_t *string)
55 regex_char_t *ptr;
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;
regexJIT.c 97 void (SLJIT_CALL *call_continue)(struct regex_match *match, const regex_char_t *input_string, int length);
405 static const regex_char_t* decode_number(const regex_char_t *regex_string, int length, int *result)
560 static int parse_iterator(const regex_char_t *regex_string, int length, struct stack *stack, sljit_sw *dfa_size, int begin)
564 const regex_char_t *base_from = regex_string;
565 const regex_char_t *from;
666 static int parse_char_range(const regex_char_t *regex_string, int length, struct compiler_common *compiler_common)
669 const regex_char_t *base_from = regex_string;
670 regex_char_t left_char, right_char, tmp_char;
765 static int parse(const regex_char_t *regex_string, int length, struct compiler_common *compiler_common
    [all...]

Completed in 13 milliseconds