Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c145 char_u *mesg, in cause_errthrow() argument
431 char *mesg; in get_exception_string() local
461 for (p = mesg; ; p++) in get_exception_string()
472 if (*p == NUL || p == mesg) in get_exception_string()
477 if (mesg[0] != '"' || p-2 < &mesg[1] || in get_exception_string()
767 char *mesg; in report_pending() local
778 mesg = _("%s resumed"); in report_pending()
782 mesg = _("%s discarded"); in report_pending()
810 STRCAT(mesg, ": %s"); in report_pending()
826 smsg(mesg, s); in report_pending()
[all …]
H A Dversion.c8503 static void do_intro_line(int row, char_u *mesg, int add_version, int attr);
8642 char_u *mesg, in do_intro_line() argument
8655 if (*mesg == ' ') in do_intro_line()
8660 mesg = modby; in do_intro_line()
8665 col = vim_strsize(mesg); in do_intro_line()
8688 for (p = mesg; *p != NUL; p += l) in do_intro_line()
H A Dgui_beval.c93 char_u *mesg, in gui_mch_create_beval_area() argument
104 if (mesg != NULL && mesgCB != NULL) in gui_mch_create_beval_area()
121 beval->msg = mesg == NULL ? NULL : vim_strsave(mesg); in gui_mch_create_beval_area()
210 gui_mch_post_balloon(BalloonEval *beval, char_u *mesg) in gui_mch_post_balloon() argument
213 beval->msg = mesg == NULL ? NULL : vim_strsave(mesg); in gui_mch_post_balloon()
H A Dbeval.c186 post_balloon(BalloonEval *beval UNUSED, char_u *mesg, list_T *list UNUSED) in post_balloon() argument
192 ui_post_balloon(mesg, list); in post_balloon()
197 gui_mch_post_balloon(beval, mesg); in post_balloon()
H A Dpopupmenu.c1205 split_message(char_u *mesg, pumitem_T **array) in split_message() argument
1221 p = mesg; in split_message()
1360 ui_post_balloon(char_u *mesg, list_T *list) in ui_post_balloon() argument
1364 if (mesg == NULL && list == NULL) in ui_post_balloon()
1388 balloon_arraysize = split_message(mesg, &balloon_array); in ui_post_balloon()
H A Dtime.c968 char *mesg, in time_msg() argument
977 if (strstr(mesg, "STARTING") != NULL) in time_msg()
995 fprintf(time_fd, ": %s\n", mesg); in time_msg()
H A Dfileio.c4042 char *mesg = NULL; in buf_check_timestamp() local
4175 mesg = _("E211: File \"%s\" no longer available"); in buf_check_timestamp()
4185 mesg = _("W12: Warning: File \"%s\" has changed and the buffer was changed in Vim as well"); in buf_check_timestamp()
4190 mesg = _("W11: Warning: File \"%s\" has changed since editing started"); in buf_check_timestamp()
4195 mesg = _("W16: Warning: Mode of file \"%s\" has changed since editing started"); in buf_check_timestamp()
4214 mesg = _("W13: Warning: File \"%s\" has been created after editing started"); in buf_check_timestamp()
4221 if (mesg != NULL) in buf_check_timestamp()
4228 tbuf = alloc(STRLEN(path) + STRLEN(mesg) + STRLEN(mesg2) + 2); in buf_check_timestamp()
4229 sprintf(tbuf, mesg, path); in buf_check_timestamp()
H A Dif_mzsch.c141 static void do_output(char *mesg, OUTPUT_LEN_TYPE len);
1551 do_intrnl_output(char *mesg, int error) in do_intrnl_output() argument
1555 prev = mesg; in do_intrnl_output()
1575 do_output(char *mesg, OUTPUT_LEN_TYPE len UNUSED) in do_output() argument
1578 do_intrnl_output(mesg, 0); in do_output()
1582 do_err_output(char *mesg) in do_err_output() argument
1584 do_intrnl_output(mesg, 1); in do_err_output()
H A Dgui_w32.c8644 gui_mch_post_balloon(BalloonEval *beval, char_u *mesg) in gui_mch_post_balloon() argument
8649 beval->msg = mesg == NULL ? NULL : vim_strsave(mesg); in gui_mch_post_balloon()
8668 make_tooltip(beval, (char *)mesg, pt); in gui_mch_post_balloon()
8676 char_u *mesg, in gui_mch_create_beval_area() argument
8683 if (mesg != NULL && mesgCB != NULL) in gui_mch_create_beval_area()
8695 beval->msg = mesg; in gui_mch_create_beval_area()
H A Dundo.c901 corruption_error(char *mesg, char_u *file_name) in corruption_error() argument
903 semsg(_("E825: Corrupted undo file (%s): %s"), mesg, file_name); in corruption_error()
H A Devalfunc.c2694 char_u *mesg; in f_balloon_show() local
2699 mesg = tv_get_string_chk(&argvars[0]); in f_balloon_show()
2700 if (mesg != NULL) in f_balloon_show()
2702 post_balloon(balloonEval, *mesg == NUL ? NULL : mesg, NULL); in f_balloon_show()
H A Dquickfix.c171 …t_T *qfl, char_u *dir, char_u *fname, char_u *module, int bufnum, char_u *mesg, long lnum, long en…
2064 char_u *mesg, // message in qf_add_entry() argument
2091 if ((qfp->qf_text = vim_strsave(mesg)) == NULL) in qf_add_entry()
/vim-8.2.3635/src/proto/
H A Dgui_beval.pro2 BalloonEval *gui_mch_create_beval_area(void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, in…
7 void gui_mch_post_balloon(BalloonEval *beval, char_u *mesg);
H A Dpopupmenu.pro14 int split_message(char_u *mesg, pumitem_T **array);
16 void ui_post_balloon(char_u *mesg, list_T *list);
H A Dgui_w32.pro96 void gui_mch_post_balloon(BalloonEval *beval, char_u *mesg);
97 BalloonEval *gui_mch_create_beval_area(void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, in…
H A Dbeval.pro4 void post_balloon(BalloonEval *beval, char_u *mesg, list_T *list);
H A Dtime.pro23 void time_msg(char *mesg, void *tv_start);
H A Dex_eval.pro6 int cause_errthrow(char_u *mesg, int severe, int *ignore);
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim620 let mesg= ""
622 let mesg= ""
628 …let mesg = 's: sort by name, time, file size, extension r: reverse sorting order mt: mark targ…
630 let mesg = "S: edit sorting sequence"
632 let mesg = "a: hiding-showing-all ctrl-h: editing hiding list mh: hide/show by suffix"
634 let mesg = "Help: press <F1>"
636 let mesg = "mt: mark target mc: copy marked file to target mm: move marked file to target"
638 let mesg= ""
640 return mesg
10335 let mesg= getline(".")
[all …]
/vim-8.2.3635/runtime/doc/
H A Dvi_diff.txt56 mesg boolean (default on) *'mesg'*
H A Dtags464 'mesg' vi_diff.txt /*'mesg'*
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim65 …ned bioskey biosk conskey consk autoprint beautify flash graphic hardtabs mesg novice open op opti…
H A Dbaan.vim1784 syn match baanBshell "\<bsh.mesg\$"