Searched refs:startcolp (Results 1 – 2 of 2) sorted by relevance
31 int *startcolp) // column where text starts, can be NULL in find_word_under_cursor() argument123 if (startcolp != NULL) in find_word_under_cursor()124 *startcolp = scol; in find_word_under_cursor()
2 … int getword, int flags, win_T **winp, linenr_T *lnump, char_u **textp, int *colp, int *startcolp);