Home
last modified time | relevance | path

Searched refs:msg_use_printf (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmessage.pro55 int msg_use_printf(void);
/vim-8.2.3635/src/
H A Dmessage.c639 return msg_use_printf() ? FALSE : msg((char *)s); in emsg_core()
1367 if (!msg_use_printf()) in hit_return_msg()
2149 if (msg_use_printf()) in msg_puts_attr_len()
2693 msg_use_printf(void) in msg_use_printf() function
3378 if (msg_use_printf()) in msg_clr_eos_force()
H A Dos_unix.c3370 if (msg_use_printf()) in exit_scroll()