Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c686 pos_T start_pos; in current_word() local
742 VIsual = start_pos; in current_word()
856 pos_T start_pos; in current_sent() local
864 pos = start_pos; in current_sent()
1010 VIsual = start_pos; in current_sent()
1042 pos_T start_pos; in current_block() local
1123 incl(&start_pos); in current_block()
1147 start_pos = *pos; in current_block()
1166 VIsual = start_pos; in current_block()
1274 pos_T start_pos; in current_tagblock() local
[all …]
H A Dsearch.c628 pos_T start_pos; in searchit() local
718 if (dir == BACKWARD && start_pos.col == 0 in searchit()
892 < start_pos.lnum in searchit()
894 == start_pos.lnum in searchit()
896 < (int)start_pos.col in searchit()
899 < start_pos.lnum in searchit()
901 == start_pos.lnum in searchit()
903 < (int)start_pos.col in searchit()
1065 if (loop && lnum == start_pos.lnum) in searchit()
3053 start_pos = pos; in current_search()
[all …]
/vim-8.2.3635/runtime/ftplugin/
H A Docaml.vim474 let start_pos = path.' '.start_num1.' '.start_num2.' '.start_num3
479 return '^'.start_pos.' '.end_pos."$"