Home
last modified time | relevance | path

Searched refs:textpos2screenpos (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmove.pro32 void textpos2screenpos(win_T *wp, pos_T *pos, int *rowp, int *scolp, int *ccolp, int *ecolp);
/vim-8.2.3635/src/
H A Dmove.c1224 textpos2screenpos( in textpos2screenpos() function
1307 textpos2screenpos(wp, &pos, &row, &scol, &ccol, &ecol); in f_screenpos()
H A Dpopupwin.c1192 textpos2screenpos(prop_win, &pos, &screen_row, in popup_adjust_position()