Home
last modified time | relevance | path

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

/dports/editors/mle/mle-1.4.3/
H A Dmark.c781 int *use_substrs; in mark_find_next_cre_matchfn() local
788 use_substrs = pcre_ovector; in mark_find_next_cre_matchfn()
792 use_substrs = substrs; in mark_find_next_cre_matchfn()
797 …_exec((pcre*)cre, &pcre_extra, haystack, haystack_len, look_offset, 0, use_substrs, use_substrs_si… in mark_find_next_cre_matchfn()
798 if (ret_needle_len) *ret_needle_len = (bint_t)(use_substrs[1] - use_substrs[0]); in mark_find_next_cre_matchfn()
799 return haystack + use_substrs[0]; in mark_find_next_cre_matchfn()