Home
last modified time | relevance | path

Searched refs:trunc_string (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dmessage_test.c64 trunc_string(buf, buf, 20, 40); in test_trunc_string()
70 trunc_string(buf, buf, 20, 40); in test_trunc_string()
76 trunc_string(buf, buf, 20, 40); in test_trunc_string()
89 trunc_string(s, buf, 20, 40); in test_trunc_string()
96 trunc_string(s, buf, 34, 40); in test_trunc_string()
103 trunc_string(s, buf, 20, 40); in test_trunc_string()
110 trunc_string(s, buf, 20, 40); in test_trunc_string()
117 trunc_string(s, buf, 20, 40); in test_trunc_string()
134 trunc_string(s, buf, 20, 40); in test_trunc_string_mbyte()
141 trunc_string(s, buf, 20, 40); in test_trunc_string_mbyte()
[all …]
H A Dcmdhist.c768 trunc_string(hist[i].hisstr, IObuff + STRLEN(IObuff), in ex_history()
H A Dmessage.c226 trunc_string(s, buf, room, len); in msg_strtrunc()
237 trunc_string( in trunc_string() function
H A Duserfunc.c2705 trunc_string(s, buf, MSG_BUF_CLEN, MSG_BUF_LEN); in call_user_func()
2796 trunc_string(s, buf, MSG_BUF_CLEN, MSG_BUF_LEN); in call_user_func()
H A Dpopupwin.c3918 trunc_string(wp->w_popup_title, title_text, in update_popups()
H A Dbuffer.c3944 trunc_string(buf, buf, maxlen, IOSIZE); in maketitle()
H A Dquickfix.c3761 trunc_string(buf, buf, Columns - 1, IOSIZE); in qf_msg()
/vim-8.2.3635/src/proto/
H A Dmessage.pro7 void trunc_string(char_u *s, char_u *buf, int room_in, int buflen);
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt8441 Solution: Check for end-of-string in trunc_string().
H A Dversion8.txt12607 Problem: No proper testing of trunc_string().
12706 Problem: Not all arguments of trunc_string() are tested. Memory access