Searched refs:trunc_string (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | message_test.c | 64 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 D | cmdhist.c | 768 trunc_string(hist[i].hisstr, IObuff + STRLEN(IObuff), in ex_history()
|
| H A D | message.c | 226 trunc_string(s, buf, room, len); in msg_strtrunc() 237 trunc_string( in trunc_string() function
|
| H A D | userfunc.c | 2705 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 D | popupwin.c | 3918 trunc_string(wp->w_popup_title, title_text, in update_popups()
|
| H A D | buffer.c | 3944 trunc_string(buf, buf, maxlen, IOSIZE); in maketitle()
|
| H A D | quickfix.c | 3761 trunc_string(buf, buf, Columns - 1, IOSIZE); in qf_msg()
|
| /vim-8.2.3635/src/proto/ |
| H A D | message.pro | 7 void trunc_string(char_u *s, char_u *buf, int room_in, int buflen);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 8441 Solution: Check for end-of-string in trunc_string().
|
| H A D | version8.txt | 12607 Problem: No proper testing of trunc_string(). 12706 Problem: Not all arguments of trunc_string() are tested. Memory access
|