Home
last modified time | relevance | path

Searched refs:textp (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dbeval.c29 char_u **textp, in find_word_under_cursor() argument
40 *textp = NULL; in find_word_under_cursor()
120 *textp = lbuf; in find_word_under_cursor()
147 char_u **textp, in get_beval_info() argument
162 winp, lnump, textp, colp, NULL) == OK) in get_beval_info()
170 vim_free(*textp); in get_beval_info()
H A Dhardcopy.c3222 mch_print_text_out(char_u *textp, int len UNUSED) in mch_print_text_out() argument
3224 char_u *p = textp; in mch_print_text_out()
/vim-8.2.3635/src/proto/
H A Dbeval.pro2 …mousecol, int getword, int flags, win_T **winp, linenr_T *lnump, char_u **textp, int *colp, int *s…
3 int get_beval_info(BalloonEval *beval, int getword, win_T **winp, linenr_T *lnump, char_u **textp, …
H A Dhardcopy.pro16 int mch_print_text_out(char_u *textp, int len);