Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/sljit/dist/regex_src/
DregexJIT.c1841 int empty_match_id; in regex_compile() local
1933 empty_match_id = -1; in regex_compile()
1942 empty_match_id = compiler_common.search_states[ind].value; in regex_compile()
1960 empty_match_id = compiler_common.search_states[ind].value; in regex_compile()
2239 if (empty_match_id == -1) { in regex_compile()
2245 …MOV, SLJIT_MEM1(SLJIT_S1), SLJIT_OFFSETOF(struct regex_match, best_id), SLJIT_IMM, empty_match_id); in regex_compile()
2250 if (!(compiler_common.flags & REGEX_MATCH_NON_GREEDY) || empty_match_id == -1) { in regex_compile()