Searched refs:smsg_attr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dproto.h118 smsg_attr __ARGS((int, char_u *, ...));
H A Dmessage.c326 * Note: Caller of smgs() and smsg_attr() must check the resulting string is
342 smsg_attr __ARGS((int, char_u *, long, long, long,
363 return smsg_attr(0, s, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10);
371 smsg_attr(attr, s, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) function
403 smsg_attr(int attr, char_u *s, ...) function
H A Dif_cscope.c639 (void)smsg_attr(hl_attr(HLF_R),
1657 (void)smsg_attr(hl_attr(HLF_R) | MSG_HIST,
2452 /* don't use smsg_attr() because we want to display the
H A Dex_cmds.c4751 smsg_attr(hl_attr(HLF_R),
H A Dmisc1.c3051 smsg_attr(hl_attr(HLF_R), (char_u *)"%s (y/n)?", str);

Completed in 193 milliseconds