Lines Matching refs:mesg2
4043 char *mesg2 = ""; in buf_check_timestamp() local
4186 mesg2 = _("See \":help W12\" for more info."); in buf_check_timestamp()
4191 mesg2 = _("See \":help W11\" for more info."); in buf_check_timestamp()
4196 mesg2 = _("See \":help W16\" for more info."); in buf_check_timestamp()
4227 mesg2 = ""; in buf_check_timestamp()
4228 tbuf = alloc(STRLEN(path) + STRLEN(mesg) + STRLEN(mesg2) + 2); in buf_check_timestamp()
4238 if (*mesg2 != NUL) in buf_check_timestamp()
4241 STRCAT(tbuf, mesg2); in buf_check_timestamp()
4252 if (*mesg2 != NUL) in buf_check_timestamp()
4255 STRCAT(tbuf, mesg2); in buf_check_timestamp()
4266 if (*mesg2 != NUL) in buf_check_timestamp()
4267 msg_puts_attr(mesg2, HL_ATTR(HLF_W) + MSG_HIST); in buf_check_timestamp()