| /vim-8.2.3635/src/ |
| H A D | cindent.c | 892 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 D | charset.c | 1218 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 D | register.c | 1246 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 D | edit.c | 3201 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 D | drawline.c | 634 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 D | misc2.c | 293 getvcol(curwin, pos, &scol, NULL, &ecol); in coladvance2() 603 getvcol(win, &win->w_cursor, &cs, NULL, &ce); in check_cursor_col_win()
|
| H A D | gui_xim.c | 114 getvcol(curwin, &curwin->w_cursor, &preedit_start_col, NULL, NULL); in init_preedit_start_col()
|
| H A D | indent.c | 852 getvcol(curwin, &pos, &col, NULL, NULL); in get_number_indent()
|
| H A D | normal.c | 2967 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 D | ex_cmds.c | 4204 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 D | change.c | 1059 getvcol(curwin, &curwin->w_cursor, NULL, &vcol, NULL); in ins_char_bytes()
|
| H A D | popupwin.c | 171 getvcol(textwp, &pos, &mcol, NULL, NULL); in set_mousemoved_columns() 175 getvcol(textwp, &pos, NULL, NULL, &mcol); in set_mousemoved_columns()
|
| H A D | mouse.c | 593 getvcol(curwin, &m_pos, NULL, &m_pos.col, NULL); in do_mouse()
|
| H A D | move.c | 1244 getvcol(wp, pos, &scol, &ccol, &ecol); in textpos2screenpos()
|
| H A D | ops.c | 1842 getvcol(curwin, &curwin->w_cursor, &scol, NULL, &ecol); in adjust_cursor_eol()
|
| H A D | search.c | 2826 getvcol(curwin, lpos, NULL, &vcol, NULL); in showmatch()
|
| H A D | buffer.c | 4624 getvcol(wp, &wp->w_cursor, NULL, &virtcol, NULL); in build_stl_str_hl()
|
| /vim-8.2.3635/src/proto/ |
| H A D | charset.pro | 34 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 D | todo.txt | 2516 Problem with pointer wrapping around in getvcol(). (Wolfgang Kroworsch, 2008 4521 very slow. Avoid calling getvcol() for each "h"?
|
| H A D | version5.txt | 4891 Solution: Adjust getvcol() and win_line(). (Chong-Dae Park)
|
| H A D | version6.txt | 11672 duplicated lines in keymap.h. Change getvcol() argument from NUL
|
| H A D | version7.txt | 9701 Solution: Fix computations in getvcol(). (partly by Lech Lorens)
|
| H A D | version8.txt | 6234 Problem: Rare crash in getvcol(). (Timo Mihaljov) 16489 Solution: In getvcol() check for ml_get_buf() returning an empty string.
|