Searched refs:room_in (Results 1 – 2 of 2) sorted by relevance
7 void trunc_string(char_u *s, char_u *buf, int room_in, int buflen);
240 int room_in, in trunc_string() argument243 size_t room = room_in - 3; // "..." takes 3 chars in trunc_string()257 if (room_in < 3) in trunc_string()