Home
last modified time | relevance | path

Searched refs:DIALOG_MSG_SIZE (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds2.c158 char_u buff[DIALOG_MSG_SIZE]; in dialog_changed()
H A Dex_cmds.c2130 char_u buff[DIALOG_MSG_SIZE]; in check_overwrite()
2181 char_u buff[DIALOG_MSG_SIZE]; in check_overwrite()
2338 char_u buff[DIALOG_MSG_SIZE]; in check_readonly()
H A Dvim.h1545 #define DIALOG_MSG_SIZE 1000 // buffer size for dialog_msg() macro
H A Dex_docmd.c5511 char_u buff[DIALOG_MSG_SIZE]; in check_more()
5513 vim_snprintf((char *)buff, DIALOG_MSG_SIZE, in check_more()
9257 vim_snprintf((char *)buff, DIALOG_MSG_SIZE, format, fname); in dialog_msg()
H A Dterminal.c1617 char_u buff[DIALOG_MSG_SIZE]; in term_try_stop_job()