Lines Matching refs:startp
7000 startcol = (colnr_T)(regmatch.startp[0] in find_some_match()
7001 + (*mb_ptr2len)(regmatch.startp[0]) - str); in find_some_match()
7003 || str + startcol <= regmatch.startp[0]) in find_some_match()
7021 li1->li_tv.vval.v_string = vim_strnsave(regmatch.startp[0], in find_some_match()
7022 regmatch.endp[0] - regmatch.startp[0]); in find_some_match()
7024 (varnumber_T)(regmatch.startp[0] - expr); in find_some_match()
7044 regmatch.startp[i], in find_some_match()
7045 (int)(regmatch.endp[i] - regmatch.startp[i])) in find_some_match()
7056 rettv->vval.v_string = vim_strnsave(regmatch.startp[0], in find_some_match()
7057 regmatch.endp[0] - regmatch.startp[0]); in find_some_match()
7065 (varnumber_T)(regmatch.startp[0] - str); in find_some_match()
9474 end = regmatch.startp[0]; in f_split()