| /vim-8.2.3635/src/ |
| H A D | charset.c | 1365 getvvcol(curwin, posp, NULL, &vcol, NULL); in getvcol_nolist() 1376 getvvcol( in getvvcol() function 1438 getvvcol(wp, pos1, &from1, NULL, &to1); in getvcols() 1439 getvvcol(wp, pos2, &from2, NULL, &to2); in getvcols() 1443 getvvcol(wp, pos2, &from1, NULL, &to1); in getvcols() 1444 getvvcol(wp, pos1, &from2, NULL, &to2); in getvcols()
|
| H A D | ops.c | 3409 getvvcol(curwin, &(oap->start), &oap->start_vcol, NULL, &oap->end_vcol); in get_op_vcol() 3413 getvvcol(curwin, &(oap->end), &start, NULL, &end); in get_op_vcol() 3436 getvvcol(curwin, &curwin->w_cursor, NULL, NULL, &end); in get_op_vcol() 3727 getvvcol(curwin, &(oap->end), in do_pending_operator() 3732 getvvcol(curwin, &(oap->start), in do_pending_operator()
|
| H A D | misc2.c | 45 getvvcol(curwin, &curwin->w_cursor, &x, NULL, NULL); in getviscol() 82 getvvcol(curwin, &pos, &x, NULL, NULL); in getviscol2() 675 getvvcol(curwin, &curwin->w_cursor, &s, NULL, &e); in leftcol_changed()
|
| H A D | drawline.c | 575 getvvcol(wp, top, (colnr_T *)&fromcol, NULL, NULL); in win_line() 593 getvvcol(wp, &pos, (colnr_T *)&tocol, NULL, NULL); in win_line() 596 getvvcol(wp, &pos, NULL, NULL, (colnr_T *)&tocol); in win_line()
|
| H A D | regexp.c | 1328 getvvcol(wp, &top, &start, NULL, &end); in reg_match_visual() 1329 getvvcol(wp, &bot, &start2, NULL, &end2); in reg_match_visual()
|
| H A D | move.c | 824 getvvcol(wp, &wp->w_cursor, NULL, &(wp->w_virtcol), NULL); in validate_virtcol_win() 981 getvvcol(curwin, &curwin->w_cursor, in curs_columns()
|
| H A D | drawscreen.c | 725 getvvcol(wp, &wp->w_cursor, NULL, &virtcol, NULL); in win_redr_ruler() 2041 getvvcol(wp, &pos, NULL, NULL, &t); in win_update()
|
| H A D | regexp_bt.c | 1695 getvvcol(curwin, &curwin->w_cursor, in regatom()
|
| H A D | normal.c | 6195 getvvcol(curwin, &curwin->w_cursor, NULL, NULL, &vcol); in nv_g_cmd()
|
| H A D | regexp_nfa.c | 1766 getvvcol(curwin, &curwin->w_cursor, in nfa_regatom()
|
| H A D | evalfunc.c | 10012 getvvcol(curwin, fp, NULL, NULL, &vcol); in f_virtcol()
|
| /vim-8.2.3635/src/proto/ |
| H A D | charset.pro | 36 void getvvcol(win_T *wp, pos_T *pos, colnr_T *start, colnr_T *cursor, colnr_T *end);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 4986 Solution: Make getviscol() and getviscol2() use getvvcol() to obtain the 6248 Allow moving to halfway an unprintable character. Don't let getvvcol() change 14519 Solution: Fix the problem in getvvcol(), compute the coladd field correctly.
|
| H A D | todo.txt | 296 to tell which value from getvvcol() should be used. (#7964)
|