Searched refs:DIALOG_MSG_SIZE (Results 1 – 5 of 5) sorted by relevance
158 char_u buff[DIALOG_MSG_SIZE]; in dialog_changed()
2130 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()
1545 #define DIALOG_MSG_SIZE 1000 // buffer size for dialog_msg() macro
5511 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()
1617 char_u buff[DIALOG_MSG_SIZE]; in term_try_stop_job()