Home
last modified time | relevance | path

Searched defs:regex_string (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c405 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()
666 static int parse_char_range(const regex_char_t *regex_string, int length, struct compiler_common *c… 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()