| /vim-8.2.3635/src/ |
| H A D | ex_eval.c | 145 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 D | version.c | 8503 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 D | gui_beval.c | 93 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 D | beval.c | 186 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 D | popupmenu.c | 1205 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 D | time.c | 968 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 D | fileio.c | 4042 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 D | if_mzsch.c | 141 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 D | gui_w32.c | 8644 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 D | undo.c | 901 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 D | evalfunc.c | 2694 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 D | quickfix.c | 171 …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 D | gui_beval.pro | 2 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 D | popupmenu.pro | 14 int split_message(char_u *mesg, pumitem_T **array); 16 void ui_post_balloon(char_u *mesg, list_T *list);
|
| H A D | gui_w32.pro | 96 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 D | beval.pro | 4 void post_balloon(BalloonEval *beval, char_u *mesg, list_T *list);
|
| H A D | time.pro | 23 void time_msg(char *mesg, void *tv_start);
|
| H A D | ex_eval.pro | 6 int cause_errthrow(char_u *mesg, int severe, int *ignore);
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 620 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 D | vi_diff.txt | 56 mesg boolean (default on) *'mesg'*
|
| H A D | tags | 464 'mesg' vi_diff.txt /*'mesg'*
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 65 …ned bioskey biosk conskey consk autoprint beautify flash graphic hardtabs mesg novice open op opti…
|
| H A D | baan.vim | 1784 syn match baanBshell "\<bsh.mesg\$"
|