Searched refs:end_pos (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | textobject.c | 1043 pos_T *end_pos; in current_block() local 1108 if (pos == NULL || (end_pos = findmatch(NULL, other)) == NULL) in current_block() 1113 curwin->w_cursor = *end_pos; in current_block() 1149 if ((end_pos = findmatch(NULL, other)) == NULL) in current_block() 1154 curwin->w_cursor = *end_pos; in current_block() 1275 pos_T end_pos; in current_tagblock() local 1411 end_pos = curwin->w_cursor; in current_tagblock() 1424 curwin->w_cursor = end_pos; in current_tagblock() 1429 && EQUAL_POS(end_pos, old_end)) in current_tagblock() 1442 if (LT_POS(end_pos, start_pos)) in current_tagblock() [all …]
|
| H A D | search.c | 1021 if (end_pos != NULL) in searchit() 1023 end_pos->lnum = lnum + matchpos.lnum; in searchit() 1024 end_pos->col = matchpos.col; in searchit() 1031 if (end_pos != NULL) in searchit() 1033 end_pos->lnum = lnum + endpos.lnum; in searchit() 1034 end_pos->col = endpos.col; in searchit() 1038 if (end_pos != NULL) in searchit() 1039 end_pos->coladd = 0; in searchit() 3011 end_pos = pos; in current_search() 3059 curwin->w_cursor = end_pos; in current_search() [all …]
|
| H A D | ex_getln.c | 418 pos_T end_pos; in may_do_incsearch_highlighting() local 548 end_pos = curwin->w_cursor; in may_do_incsearch_highlighting() 549 is_state->match_end = end_pos; in may_do_incsearch_highlighting() 553 end_pos = curwin->w_cursor; // shutup gcc 4 in may_do_incsearch_highlighting() 584 curwin->w_cursor = end_pos; in may_do_incsearch_highlighting()
|
| /vim-8.2.3635/src/proto/ |
| H A D | search.pro | 25 int searchit(win_T *win, buf_T *buf, pos_T *pos, pos_T *end_pos, int dir, char_u *pat, long count, …
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ocaml.vim | 478 let end_pos = path.' '.end_num1.' '.end_num2.' '.end_num3 479 return '^'.start_pos.' '.end_pos."$"
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 894 let end_pos = [len(a:filelines) - 1, strlen(last_line) - 1] 895 if line_no > end_pos[0] || line_no == end_pos[0] && col_no > end_pos[1] 916 if line_no == end_pos[0] && col_no > end_pos[1]
|