Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c354 type_end, enumerator
470 SLJIT_ASSERT(item->type != type_begin && item->type != type_end); in iterate()
929 if (stack_push(stack, type_end, 0)) in parse()
1006 case type_end: in generate_transitions()
1008 if (item->type == type_end) in generate_transitions()
1080 case type_end: in verbose_transitions()
1186 case type_end: in generate_search_states()
1940 SLJIT_ASSERT(compiler_common.dfa_transitions[ind].type == type_end); in regex_compile()
1945 SLJIT_ASSERT(compiler_common.dfa_transitions[ind].type != type_end); in regex_compile()
1958 SLJIT_ASSERT(compiler_common.dfa_transitions[ind].type == type_end); in regex_compile()