Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c3914 char_u *msgp = NULL; in msg_show_console_dialog() local
3939 *msgp++ = ','; in msg_show_console_dialog()
3940 *msgp++ = ' '; // '\n' -> ', ' in msg_show_console_dialog()
3971 *msgp++ = *r; in msg_show_console_dialog()
3976 msgp += copy_char(r, msgp, FALSE); in msg_show_console_dialog()
3994 msgp += copy_char(r, msgp, FALSE); in msg_show_console_dialog()
4003 *msgp++ = ':'; in msg_show_console_dialog()
4004 *msgp++ = ' '; in msg_show_console_dialog()
4005 *msgp = NUL; in msg_show_console_dialog()
4046 confirm_msg_tail = msgp; in msg_show_console_dialog()
[all …]