Home
last modified time | relevance | path

Searched refs:room_in (Results 1 – 2 of 2) sorted by relevance

/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/src/
H A Dmessage.c240 int room_in, in trunc_string() argument
243 size_t room = room_in - 3; // "..." takes 3 chars in trunc_string()
257 if (room_in < 3) in trunc_string()