Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c356 type_newline, enumerator
792 if (stack_push(stack, type_newline, 0)) in parse()
923 if (stack_push(stack, type_newline, 1)) in parse()
1040 case type_newline: in generate_transitions()
1091 case type_newline: in verbose_transitions()
1194 case type_newline: in generate_search_states()
1354 …SLJIT_ASSERT(compiler_common->dfa_transitions[1].type == type_newline && !compiler_common->dfa_tra… in compile_uncond_tran()
1683 SLJIT_ASSERT(dfa_transitions[ind].type == type_newline); in compile_leave_fast_forward()
1953 SLJIT_ASSERT(compiler_common.dfa_transitions[1].type == type_newline); in regex_compile()
2204 SLJIT_ASSERT(compiler_common.dfa_transitions[ind].type == type_newline); in regex_compile()
[all …]