Home
last modified time | relevance | path

Searched refs:MSG_BUF_LEN (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dsign.c780 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 Dmisc1.c1053 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 Dvim.h1547 #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 Duserfunc.c2683 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 Dglobals.h1180 EXTERN char msg_buf[MSG_BUF_LEN]; // small buffer for messages
H A Dex_docmd.c2696 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 Dversion8.txt30076 MSG_BUF_LEN instead of BUFSIZ.