Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dui.c272 int (*resize_func)(int check_only)) in inchar_loop()
291 if (resize_func != NULL) in inchar_loop()
292 resize_func(FALSE); in inchar_loop()
408 if ((resize_func != NULL && resize_func(TRUE)) in inchar_loop()
H A Dos_unix.c364 resize_func(int check_only) in resize_func() function
389 WaitForChar, resize_func); in mch_inchar()
/vim-8.2.3635/src/proto/
H A Dui.pro5 …nt (*wait_func)(long wtime, int *interrupted, int ignore_input), int (*resize_func)(int check_only…