Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Devalfunc.pro27 … char_u *mpat, char_u *epat, int dir, typval_T *skip, int flags, pos_T *match_pos, linenr_T lnum_s…
/vim-8.2.3635/src/
H A Dsearch.c2093 pos_T match_pos; // Where last slash-star was found in findmatchlimit() local
2331 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()
H A Devalfunc.c8143 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() local
8502 lnum = match_pos.lnum; in f_searchpairpos()
8503 col = match_pos.col; in f_searchpairpos()
8523 pos_T *match_pos, in do_searchpair() argument
8659 if (match_pos != NULL) in do_searchpair()
8694 pos_T match_pos; in f_searchpos() local
8706 lnum = match_pos.lnum; in f_searchpos()
[all …]