Searched refs:MSG_BUF_LEN (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | sign.c | 780 char lbuf[MSG_BUF_LEN]; in sign_list_placed() 781 char group[MSG_BUF_LEN]; in sign_list_placed() 793 vim_snprintf(lbuf, MSG_BUF_LEN, _("Signs for %s:"), buf->b_fname); in sign_list_placed() 804 vim_snprintf(group, MSG_BUF_LEN, _(" group=%s"), in sign_list_placed() 808 vim_snprintf(lbuf, MSG_BUF_LEN, in sign_list_placed()
|
| H A D | misc1.c | 1053 vim_snprintf(msg_buf, MSG_BUF_LEN, in msgmore() 1056 vim_snprintf(msg_buf, MSG_BUF_LEN, in msgmore() 1060 MSG_BUF_LEN); in msgmore()
|
| H A D | vim.h | 1547 #define MSG_BUF_LEN 480 // length of buffer for small messages macro 1548 #define MSG_BUF_CLEN (MSG_BUF_LEN / 6) // cell length (worst case: utf-8
|
| H A D | userfunc.c | 2683 char_u buf[MSG_BUF_LEN]; in call_user_func() 2705 trunc_string(s, buf, MSG_BUF_CLEN, MSG_BUF_LEN); in call_user_func() 2781 char_u buf[MSG_BUF_LEN]; in call_user_func() 2796 trunc_string(s, buf, MSG_BUF_CLEN, MSG_BUF_LEN); in call_user_func()
|
| H A D | globals.h | 1180 EXTERN char msg_buf[MSG_BUF_LEN]; // small buffer for messages
|
| H A D | ex_docmd.c | 2696 static char ex_error_buf[MSG_BUF_LEN]; 2706 vim_snprintf(ex_error_buf, MSG_BUF_LEN, _(msg), arg); in ex_errmsg()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 30076 MSG_BUF_LEN instead of BUFSIZ.
|