Searched refs:match_pos (Results 1 – 3 of 3) sorted by relevance
27 … char_u *mpat, char_u *epat, int dir, typval_T *skip, int flags, pos_T *match_pos, linenr_T lnum_s…
2093 pos_T match_pos; // Where last slash-star was found in findmatchlimit() local2331 CLEAR_POS(&match_pos); in findmatchlimit()2475 count > 0 ? &match_pos : &curwin->w_cursor)) in findmatchlimit()2478 match_pos = pos; in findmatchlimit()2479 match_pos.col--; in findmatchlimit()2490 match_pos = pos; in findmatchlimit()2491 match_pos.col--; in findmatchlimit()2496 pos = match_pos; in findmatchlimit()2709 pos = match_pos; in findmatchlimit()
8143 if (match_pos != NULL) in search_cmn()8146 match_pos->lnum = pos.lnum; in search_cmn()8147 match_pos->col = pos.col + 1; in search_cmn()8493 pos_T match_pos; in f_searchpairpos() local8502 lnum = match_pos.lnum; in f_searchpairpos()8503 col = match_pos.col; in f_searchpairpos()8523 pos_T *match_pos, in do_searchpair() argument8659 if (match_pos != NULL) in do_searchpair()8694 pos_T match_pos; in f_searchpos() local8706 lnum = match_pos.lnum; in f_searchpos()[all …]