Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dvim.h197 #define DIALOG_MSG_SIZE 1000 // buffer size for dialog_msg() macro
H A Dex_cmds2.c560 char_u buff[DIALOG_MSG_SIZE]; in dialog_changed()
623 char_u buff[DIALOG_MSG_SIZE]; in dialog_close_terminal()
H A Dex_cmds.c1984 char_u buff[DIALOG_MSG_SIZE]; in check_overwrite()
2020 char_u buff[DIALOG_MSG_SIZE]; in check_overwrite()
2149 char_u buff[DIALOG_MSG_SIZE]; in check_readonly()
H A Dex_docmd.c5117 char_u buff[DIALOG_MSG_SIZE]; in check_more()
5119 vim_snprintf((char *)buff, DIALOG_MSG_SIZE, in check_more()
9382 vim_snprintf((char *)buff, DIALOG_MSG_SIZE, format, fname); in dialog_msg()
/dports/editors/vim/vim-8.2.3745/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.h1548 #define DIALOG_MSG_SIZE 1000 // buffer size for dialog_msg() macro
H A Dex_docmd.c5557 char_u buff[DIALOG_MSG_SIZE]; in check_more()
5559 vim_snprintf((char *)buff, DIALOG_MSG_SIZE, in check_more()
9297 vim_snprintf((char *)buff, DIALOG_MSG_SIZE, format, fname); in dialog_msg()
H A Dterminal.c1618 char_u buff[DIALOG_MSG_SIZE]; in term_try_stop_job()