Home
last modified time | relevance | path

Searched refs:post_balloon (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dbeval.c186 post_balloon(BalloonEval *beval UNUSED, char_u *mesg, list_T *list UNUSED) in post_balloon() function
306 post_balloon(beval, result, NULL); in general_beval_cb()
H A Devalfunc.c2689 post_balloon(balloonEval, NULL, in f_balloon_show()
2702 post_balloon(balloonEval, *mesg == NUL ? NULL : mesg, NULL); in f_balloon_show()
/vim-8.2.3635/src/proto/
H A Dbeval.pro4 void post_balloon(BalloonEval *beval, char_u *mesg, list_T *list);