Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c377 struct compiler_common { struct
666 …e_char_range(const regex_char_t *regex_string, int length, struct compiler_common *compiler_common) in parse_char_range() argument
668 struct stack* stack = &compiler_common->stack; in parse_char_range()
693 compiler_common->dfa_size += 2; in parse_char_range()
701 compiler_common->dfa_size++; in parse_char_range()
751 compiler_common->dfa_size += 2; in parse_char_range()
756 compiler_common->dfa_size++; in parse_char_range()
765 …ic int parse(const regex_char_t *regex_string, int length, struct compiler_common *compiler_common) in parse() argument
772 struct stack* stack = &compiler_common->stack; in parse()
776 compiler_common->dfa_size = 2; in parse()
[all …]