Searched refs:lastmatch (Results 1 – 1 of 1) sorted by relevance
1376 char_u *lastmatch = NULL; in f_strridx() local1406 lastmatch = haystack + end_idx; in f_strridx()1415 lastmatch = rest; in f_strridx()1419 if (lastmatch == NULL) in f_strridx()1422 rettv->vval.v_number = (varnumber_T)(lastmatch - haystack); in f_strridx()