Home
last modified time | relevance | path

Searched refs:ecolp (Results 1 – 2 of 2) 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.c1230 int *ecolp) // end screen column in textpos2screenpos() argument
1273 *ecolp = ecol + coloff; in textpos2screenpos()