Home
last modified time | relevance | path

Searched refs:startcolp (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dbeval.c31 int *startcolp) // column where text starts, can be NULL in find_word_under_cursor() argument
123 if (startcolp != NULL) in find_word_under_cursor()
124 *startcolp = scol; in find_word_under_cursor()
/vim-8.2.3635/src/proto/
H A Dbeval.pro2 … int getword, int flags, win_T **winp, linenr_T *lnump, char_u **textp, int *colp, int *startcolp);