Searched refs:textp (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | beval.c | 29 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 D | hardcopy.c | 3222 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 D | beval.pro | 2 …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 D | hardcopy.pro | 16 int mch_print_text_out(char_u *textp, int len);
|