Home
last modified time | relevance | path

Searched refs:getvcol (Results 1 – 23 of 23) sorted by relevance

/vim-8.2.3635/src/
H A Dcindent.c892 getvcol(curwin, &fp, &col, NULL, NULL); in get_indent_nolabel()
976 getvcol(curwin, &fp, &col, NULL, NULL); in cin_first_id_amount()
1024 getvcol(curwin, &fp, &col, NULL, NULL); in cin_get_equal_amount()
1619 getvcol(curwin, &curwin->w_cursor, &vcol, NULL, NULL); in get_baseclass_amount()
2151 getvcol(curwin, trypos, &col, NULL, NULL); in get_c_indent()
2171 getvcol(curwin, comment_pos, &col, NULL, NULL); in get_c_indent()
2296 getvcol(curwin, comment_pos, &col, NULL, NULL); in get_c_indent()
2497 getvcol(curwin, &our_paren_pos, &col, NULL, NULL); in get_c_indent()
2586 getvcol(curwin, trypos, &col, NULL, NULL); in get_c_indent()
H A Dcharset.c1218 getvcol( in getvcol() function
1367 getvcol(curwin, posp, NULL, &vcol, NULL); in getvcol_nolist()
1391 getvcol(wp, pos, &col, NULL, NULL); in getvvcol()
1419 getvcol(wp, pos, start, cursor, end); in getvvcol()
H A Dregister.c1246 getvcol(curwin, &oap->start, &cs, NULL, &ce); in op_yank()
1263 getvcol(curwin, &oap->end, &cs, NULL, &ce); in op_yank()
1789 getvcol(curwin, &curwin->w_cursor, &col, NULL, &endcol2); in do_put()
1791 getvcol(curwin, &curwin->w_cursor, NULL, NULL, &col); in do_put()
1802 getvcol(curwin, &curwin->w_cursor, &col, NULL, &endcol2); in do_put()
2023 getvcol(curwin, &pos, NULL, &vcol, NULL); in do_put()
H A Dedit.c3201 getvcol(curwin, &curwin->w_cursor, NULL, &start_vcol, NULL); in replace_do_bs()
3941 getvcol(curwin, &curwin->w_cursor, vcolp, NULL, NULL); in ins_bs_one()
4183 getvcol(curwin, &curwin->w_cursor, &vcol, NULL, NULL); in ins_bs()
4186 getvcol(curwin, &curwin->w_cursor, NULL, NULL, &want_vcol); in ins_bs()
4226 getvcol(curwin, &curwin->w_cursor, &vcol, NULL, NULL); in ins_bs()
4985 getvcol(curwin, &fpos, &vcol, NULL, NULL); in ins_tab()
4986 getvcol(curwin, cursor, &want_vcol, NULL, NULL); in ins_tab()
H A Ddrawline.c634 getvcol(curwin, &(curwin->w_cursor), in win_line()
642 getvcol(curwin, &pos, (colnr_T *)&tocol, NULL, NULL); in win_line()
2553 getvcol(curwin, &(wp->w_cursor), &tcol, NULL, NULL); in win_line()
H A Dmisc2.c293 getvcol(curwin, pos, &scol, NULL, &ecol); in coladvance2()
603 getvcol(win, &win->w_cursor, &cs, NULL, &ce); in check_cursor_col_win()
H A Dgui_xim.c114 getvcol(curwin, &curwin->w_cursor, &preedit_start_col, NULL, NULL); in init_preedit_start_col()
H A Dindent.c852 getvcol(curwin, &pos, &col, NULL, NULL); in get_number_indent()
H A Dnormal.c2967 getvcol(curwin, &curwin->w_cursor, &col, NULL, NULL); in nv_zet()
2988 getvcol(curwin, &curwin->w_cursor, NULL, NULL, &col); in nv_zet()
4467 getvcol(curwin, &curwin->w_cursor, &scol, NULL, &ecol); in nv_csearch()
H A Dex_cmds.c4204 getvcol(curwin, &curwin->w_cursor, &sc, NULL, NULL); in ex_substitute()
4208 getvcol(curwin, &curwin->w_cursor, NULL, NULL, &ec); in ex_substitute()
H A Dchange.c1059 getvcol(curwin, &curwin->w_cursor, NULL, &vcol, NULL); in ins_char_bytes()
H A Dpopupwin.c171 getvcol(textwp, &pos, &mcol, NULL, NULL); in set_mousemoved_columns()
175 getvcol(textwp, &pos, NULL, NULL, &mcol); in set_mousemoved_columns()
H A Dmouse.c593 getvcol(curwin, &m_pos, NULL, &m_pos.col, NULL); in do_mouse()
H A Dmove.c1244 getvcol(wp, pos, &scol, &ccol, &ecol); in textpos2screenpos()
H A Dops.c1842 getvcol(curwin, &curwin->w_cursor, &scol, NULL, &ecol); in adjust_cursor_eol()
H A Dsearch.c2826 getvcol(curwin, lpos, NULL, &vcol, NULL); in showmatch()
H A Dbuffer.c4624 getvcol(wp, &wp->w_cursor, NULL, &virtcol, NULL); in build_stl_str_hl()
/vim-8.2.3635/src/proto/
H A Dcharset.pro34 void getvcol(win_T *wp, pos_T *pos, colnr_T *start, colnr_T *cursor, colnr_T *end);
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt2516 Problem with pointer wrapping around in getvcol(). (Wolfgang Kroworsch, 2008
4521 very slow. Avoid calling getvcol() for each "h"?
H A Dversion5.txt4891 Solution: Adjust getvcol() and win_line(). (Chong-Dae Park)
H A Dversion6.txt11672 duplicated lines in keymap.h. Change getvcol() argument from NUL
H A Dversion7.txt9701 Solution: Fix computations in getvcol(). (partly by Lech Lorens)
H A Dversion8.txt6234 Problem: Rare crash in getvcol(). (Timo Mihaljov)
16489 Solution: In getvcol() check for ml_get_buf() returning an empty string.