Home
last modified time | relevance | path

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

/third_party/ejdb/src/util/
Dlwre.c254 static RE_Compiled re_new_Fork(struct re *re, int x, int y) { in re_new_Fork() function
378 re_program_prepend(&insns, re_new_Fork(re, insns.size, 0)); in re_compile_suffix()
380 re_program_prepend(&insns, re_new_Fork(re, 0, insns.size)); in re_compile_suffix()
388 re_program_prepend(&insns, re_new_Fork(re, insns.size + 1, 0)); in re_compile_suffix()
390 re_program_prepend(&insns, re_new_Fork(re, 0, insns.size + 1)); in re_compile_suffix()
399 re_program_append(&insns, re_new_Fork(re, 0, -(insns.size + 1))); in re_compile_suffix()
401 re_program_append(&insns, re_new_Fork(re, -(insns.size + 1), 0)); in re_compile_suffix()
428 re_program_prepend(&head, re_new_Fork(re, 0, head.size)); in re_compile_expression()