Home
last modified time | relevance | path

Searched refs:getvvcol (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/
H A Dcharset.c1365 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 Dops.c3409 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 Dmisc2.c45 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 Ddrawline.c575 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 Dregexp.c1328 getvvcol(wp, &top, &start, NULL, &end); in reg_match_visual()
1329 getvvcol(wp, &bot, &start2, NULL, &end2); in reg_match_visual()
H A Dmove.c824 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 Ddrawscreen.c725 getvvcol(wp, &wp->w_cursor, NULL, &virtcol, NULL); in win_redr_ruler()
2041 getvvcol(wp, &pos, NULL, NULL, &t); in win_update()
H A Dregexp_bt.c1695 getvvcol(curwin, &curwin->w_cursor, in regatom()
H A Dnormal.c6195 getvvcol(curwin, &curwin->w_cursor, NULL, NULL, &vcol); in nv_g_cmd()
H A Dregexp_nfa.c1766 getvvcol(curwin, &curwin->w_cursor, in nfa_regatom()
H A Devalfunc.c10012 getvvcol(curwin, fp, NULL, NULL, &vcol); in f_virtcol()
/vim-8.2.3635/src/proto/
H A Dcharset.pro36 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 Dversion6.txt4986 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 Dtodo.txt296 to tell which value from getvvcol() should be used. (#7964)