Lines Matching refs:msg
47 char_u *msg; member
100 msg(char *s) in msg() function
160 && last_msg_hist->msg != NULL in msg_attr_keep()
161 && STRCMP(s, last_msg_hist->msg))) in msg_attr_keep()
370 return msg((char *)s); in smsg()
379 return msg((char *)IObuff); in smsg()
588 ignore_error(char_u *msg) in ignore_error() argument
593 if (strstr((char *)msg, in ignore_error()
606 do_perror(char *msg) in do_perror() argument
608 perror(msg); in do_perror()
610 emsg(msg); in do_perror()
639 return msg_use_printf() ? FALSE : msg((char *)s); in emsg_core()
892 emsg_namelen(char *msg, char_u *name, int len) in emsg_namelen() argument
896 semsg(msg, copy == NULL ? "NULL" : (char *)copy); in emsg_namelen()
991 p->msg = vim_strnsave(s, len); in add_msg_hist()
1018 vim_free(p->msg); in delete_first_msg()
1084 if (p->msg != NULL) in ex_messages()
1085 msg_attr((char *)p->msg, p->attr); in ex_messages()
1397 set_keep_msg(last_msg_hist->msg, last_msg_hist->attr); in set_keep_msg_from_hist()
2375 message_filtered(char_u *msg) in message_filtered() argument
2381 match = vim_regexec(&cmdmod.cmod_filter_regmatch, msg, (colnr_T)0); in message_filtered()