Home
last modified time | relevance | path

Searched refs:b_op_start (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/
H A Dregister.c1384 curbuf->b_op_start = oap->start; in op_yank()
1388 curbuf->b_op_start.col = 0; in op_yank()
1564 pos_T orig_start = curbuf->b_op_start; in do_put()
1942 curbuf->b_op_start = curwin->w_cursor; in do_put()
1943 curbuf->b_op_start.lnum = lnum; in do_put()
1995 curbuf->b_op_start = curwin->w_cursor; in do_put()
2178 curbuf->b_op_start.col = 0; in do_put()
2180 curbuf->b_op_start.lnum++; in do_put()
2198 changed_lines(curbuf->b_op_start.lnum, 0, in do_put()
2199 curbuf->b_op_start.lnum, nr_lines); in do_put()
[all …]
H A Dex_cmds.c771 curbuf->b_op_start.lnum = dest + 1; in do_move()
776 curbuf->b_op_start.col = curbuf->b_op_end.col = 0; in do_move()
827 curbuf->b_op_start.lnum = n + 1; in ex_copy()
1070 pos_T orig_start = curbuf->b_op_start; in do_filter()
1123 curbuf->b_op_start.lnum = line1; in do_filter()
1131 curbuf->b_op_start.lnum = line1; in do_filter()
1244 curbuf->b_op_start.lnum = line2 + 1; in do_filter()
1336 curbuf->b_op_start = orig_start; in do_filter()
3389 --curbuf->b_op_start.lnum; in ex_append()
3391 ? lnum : curbuf->b_op_start.lnum; in ex_append()
[all …]
H A Dmark.c88 buf->b_op_start = *pos; in setmark_pos()
336 posp = &(buf->b_op_start); in getmark_buf_fnum()
622 buf->b_op_start.lnum = 0; // start/end op mark cleared in clrallmarks()
708 show_one_mark('[', arg, &curbuf->b_op_start, NULL, TRUE); in ex_marks()
858 case '[': curbuf->b_op_start.lnum = 0; break; in ex_delmarks()
1464 add_mark(l, (char_u *)"'[", &buf->b_op_start, buf->b_fnum, NULL); in get_buf_local_marks()
H A Dops.c212 curbuf->b_op_start = oap->start; in op_shift()
963 curbuf->b_op_start = oap->start; in op_delete()
1230 curbuf->b_op_start = oap->start; in op_replace()
1343 curbuf->b_op_start = oap->start; in op_tilde()
1567 if (curbuf->b_op_start.col > ind_pre && ind_post > ind_pre) in op_insert()
2420 startpos = curbuf->b_op_start; in op_addsub()
2452 curbuf->b_op_start = startpos; in op_addsub()
2901 curbuf->b_op_start = startpos; in do_addsub()
3341 pos_T orig_start = curbuf->b_op_start; in op_function()
3350 curbuf->b_op_start = oap->start; in op_function()
[all …]
H A Dfileio.c278 orig_start = curbuf->b_op_start; in readfile()
281 curbuf->b_op_start.lnum = ((from == 0) ? 1 : from); in readfile()
282 curbuf->b_op_start.col = 0; in readfile()
312 curbuf->b_op_start = orig_start; in readfile()
659 orig_start = curbuf->b_op_start; in readfile()
660 curbuf->b_op_start.lnum = ((from == 0) ? 1 : from); in readfile()
661 curbuf->b_op_start.col = 0; in readfile()
701 curbuf->b_op_start = orig_start; in readfile()
2556 curbuf->b_op_start.lnum = from + 1; in readfile()
2557 curbuf->b_op_start.col = 0; in readfile()
H A Dbufwrite.c695 pos_T orig_start = buf->b_op_start; in buf_write()
780 buf->b_op_start.lnum = start; in buf_write()
781 buf->b_op_start.col = 0; in buf_write()
893 buf->b_op_start = orig_start; in buf_write()
977 buf->b_op_start = orig_start; in buf_write()
H A Dundo.c2703 curbuf->b_op_start.lnum = curbuf->b_ml.ml_line_count; in u_undoredo()
2704 curbuf->b_op_start.col = 0; in u_undoredo()
2831 if (curbuf->b_op_start.lnum > top + oldsize) in u_undoredo()
2832 curbuf->b_op_start.lnum += newsize - oldsize; in u_undoredo()
2840 if (top + 1 < curbuf->b_op_start.lnum) in u_undoredo()
2841 curbuf->b_op_start.lnum = top + 1; in u_undoredo()
H A Dclipboard.c2038 old_op_start = curbuf->b_op_start; in clip_get_selection()
2059 curbuf->b_op_start = old_op_start; in clip_get_selection()
H A Dtextformat.c824 curbuf->b_op_start = oap->start; in op_format()
H A Dnormal.c5081 curbuf->b_op_start = curwin->w_cursor; in nv_replace()
5366 curbuf->b_op_start = startpos; in n_swapchar()
7527 && curwin->w_cursor.col < curbuf->b_op_start.col) in nv_put_opt()
7529 && curwin->w_cursor.lnum < curbuf->b_op_start.lnum)) in nv_put_opt()
7546 curbuf->b_visual.vi_start = curbuf->b_op_start; in nv_put_opt()
H A Dindent.c1097 curbuf->b_op_start = oap->start; in op_reindent()
H A Dstructs.h2785 pos_T b_op_start; member
H A Dedit.c2536 curbuf->b_op_start = Insstart; in stop_insert()
H A Dos_unix.c4966 linenr_T lnum = curbuf->b_op_start.lnum; in mch_call_shell_fork()
H A Dos_win32.c4175 linenr_T lnum = curbuf->b_op_start.lnum; in sub_process_writer()