Home
last modified time | relevance | path

Searched refs:smsg_attr (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dproto.h127 int smsg_attr(int, const char *, ...) ATTRIBUTE_FORMAT_PRINTF(2, 3);
H A Dif_cscope.c585 (void)smsg_attr(HL_ATTR(HLF_R), in cs_add_common()
1530 (void)smsg_attr(HL_ATTR(HLF_R) | MSG_HIST, in cs_kill_execute()
H A Dmisc1.c606 smsg_attr(HL_ATTR(HLF_R), "%s (y/n)?", str); in ask_yesno()
H A Dmessage.c384 smsg_attr(int attr, const char *s, ...) in smsg_attr() function
H A Dex_cmds.c4301 smsg_attr(HL_ATTR(HLF_R), in ex_substitute()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt8279 Problem: The prototype for smsg() and smsg_attr() do not match the function