| /vim-8.2.3635/src/ |
| H A D | vim9execute.c | 5060 smsg("%s%4d REDIR", pfx, current); in list_instructions() 5200 smsg("%s%4d LOAD g:", pfx, current); in list_instructions() 5203 smsg("%s%4d LOAD b:", pfx, current); in list_instructions() 5206 smsg("%s%4d LOAD w:", pfx, current); in list_instructions() 5209 smsg("%s%4d LOAD t:", pfx, current); in list_instructions() 5320 smsg("%s%4d PUSH %s", pfx, current, in list_instructions() 5449 smsg("%s%4d RETURN", pfx, current); in list_instructions() 5549 smsg("%s%4d CATCH", pfx, current); in list_instructions() 5565 smsg("%s%4d ENDTRY", pfx, current); in list_instructions() 5568 smsg("%s%4d THROW", pfx, current); in list_instructions() [all …]
|
| H A D | debugger.c | 98 smsg(_("Oldval = \"%s\""), debug_oldval); in do_debug() 104 smsg(_("Newval = \"%s\""), debug_newval); in do_debug() 113 smsg(_("line %ld: %s"), SOURCING_LNUM, cmd); in do_debug() 115 smsg(_("cmd: %s"), cmd); in do_debug() 353 smsg(_("frame at highest level: %d"), max); in do_checkbacktracelevel() 379 smsg("->%d %s", max - i, cur); in do_showbacktrace() 381 smsg(" %d %s", max - i, cur); in do_showbacktrace() 394 smsg(_("cmd: %s"), cmd); in do_showbacktrace() 447 smsg(_("Breakpoint in \"%s%s\" line %ld"), in dbg_check_breakpoint() 868 smsg(_("%3d %s %s line %ld"), in ex_breaklist() [all …]
|
| H A D | spellfile.c | 372 smsg((const char *)e_notopen, fname); in spell_load_file() 380 smsg(_("Reading spell file \"%s\""), fname); in spell_load_file() 2620 smsg(_("Duplicate affix in %s line %d: %s"), in spell_read_aff() 2929 smsg(_("Expected MAP count in %s line %d"), in spell_read_aff() 3085 smsg(_("Missing SOFO%s line in %s"), in spell_read_aff() 3195 smsg(_("Illegal flag in %s line %d: %s"), in affitem2flag() 3200 smsg(_(e_affname), fname, lnum, item); in affitem2flag() 3637 smsg(_("Duplicate word in %s line %d: %s"), in spell_read_dic() 4191 smsg(_("Too many regions in %s line %ld: %s"), in spell_read_wordfile() 4543 smsg("Added \"%s\"", word); in tree_add_word() [all …]
|
| H A D | scriptfile.c | 272 smsg(_("Searching for \"%s\" in \"%s\""), in do_in_path() 320 smsg(_("Searching for \"%s\""), buf); in do_in_path() 352 smsg(_("not found in '%s': \"%s\""), basepath, name); in do_in_path() 1143 smsg(_("Cannot source a directory: \"%s\""), fname); in do_source() 1224 smsg(_("could not source \"%s\""), fname); in do_source() 1226 smsg(_("line %ld: could not source \"%s\""), in do_source() 1240 smsg(_("sourcing \"%s\""), fname); in do_source() 1242 smsg(_("line %ld: sourcing \"%s\""), SOURCING_LNUM, fname); in do_source() 1433 smsg(_("finished sourcing %s"), fname); in do_source() 1435 smsg(_("continuing in %s"), SOURCING_NAME); in do_source() [all …]
|
| H A D | undo.c | 178 smsg("expected: 0x%x, actual: 0x%x", in u_check_tree() 184 smsg("expected: 0x%x, actual: 0x%x", in u_check_tree() 223 smsg("expected: %ld, actual: %ld", in u_check() 1589 smsg( in u_write_undo() 1637 smsg( in u_write_undo() 1659 smsg( in u_write_undo() 1692 smsg(_("Writing undo file: %s"), file_name); in u_write_undo() 1887 smsg(_("Not reading undo file, owner differs: %s"), in u_read_undo() 1901 smsg(_("Reading undo file: %s"), file_name); in u_read_undo() 2167 smsg(_("Finished reading undo file %s"), file_name); in u_read_undo()
|
| H A D | findfile.c | 794 smsg("Already Searched: %s (%s)", in vim_findfile() 808 smsg("Searching: %s (%s)", in vim_findfile() 1041 smsg("Already: %s", in vim_findfile() 1069 smsg("HIT: %s", file_path); in vim_findfile() 1268 smsg("ff_get_visited_list: FOUND list for %s", in ff_get_visited_list() 1285 smsg("ff_get_visited_list: new list for %s", filename); in ff_get_visited_list()
|
| H A D | proto.h | 125 int smsg(const char *, ...) ATTRIBUTE_COLD ATTRIBUTE_FORMAT_PRINTF(1, 2);
|
| H A D | ex_eval.c | 577 smsg(_("Exception thrown: %s"), excp->value); in throw_exception() 630 smsg(was_finished in discard_exception() 699 smsg(_("Exception caught: %s"), excp->value); in catch_exception() 826 smsg(mesg, s); in report_pending()
|
| H A D | autocmd.c | 474 smsg(_("auto-removing autocommand: %s <buffer=%d>"), in aubuflocal_remove() 1359 smsg(_("No matching autocommands: %s"), arg_start); in do_doautocmd() 2360 smsg(_("Executing %s"), *sourcing_namep); in auto_next_pat() 2430 smsg(_("autocommand %s"), ac->cmd); in getnextac()
|
| H A D | locale.c | 325 smsg(_("Current %slanguage: \"%s\""), whatstr, p); in ex_language()
|
| H A D | if_cscope.c | 1252 (void)smsg(_("%-5s: %s%*s (Usage: %s)"), in cs_help() 2420 (void)smsg("%2d %-5ld %-34s %-32s", in cs_show() 2423 (void)smsg("%2d %-5ld %-34s <none>", in cs_show()
|
| H A D | register.c | 1099 smsg(_("freeing %ld lines"), i + 1); in free_yank() 1368 smsg(NGETTEXT("block of %ld line yanked%s", in op_yank() 1374 smsg(NGETTEXT("%ld line yanked%s", in op_yank()
|
| H A D | indent.c | 1047 smsg(_("%ld lines to indent... "), i); in op_reindent() 1091 smsg(NGETTEXT("%ld line indented ", in op_reindent()
|
| H A D | userfunc.c | 2680 smsg(_("calling %s"), SOURCING_NAME); in call_user_func() 2775 smsg(_("%s aborted"), SOURCING_NAME); in call_user_func() 2777 smsg(_("%s returning #%ld"), SOURCING_NAME, in call_user_func() 2799 smsg(_("%s returning %s"), SOURCING_NAME, s); in call_user_func() 2824 smsg(_("continuing in %s"), SOURCING_NAME); in call_user_func()
|
| H A D | tag.c | 708 smsg(_("File \"%s\" does not exist"), nofile_fname); in do_tag() 1884 smsg(_("Searching tags file %s"), tag_fname); in find_tags() 3965 smsg(_("Duplicate field name: %s"), field_name); in add_tag_field()
|
| H A D | memline.c | 1395 smsg(_("Using swap file \"%s\""), NameBuff); in ml_recover() 1401 smsg(_("Original file \"%s\""), NameBuff); in ml_recover() 1458 smsg(_("Swap file is encrypted: \"%s\""), fname_used); in ml_recover() 1465 smsg(_(need_key_msg), fname_used); in ml_recover()
|
| H A D | help.c | 142 smsg(_("Sorry, help file \"%s\" not found"), p_hf); in ex_help()
|
| H A D | ex_cmds.c | 790 smsg(NGETTEXT("%ld line moved", "%ld lines moved", num_lines), in do_move() 4996 smsg(_("Pattern found in every line: %s"), pat); in ex_global() 4998 smsg(_("Pattern not found: %s"), pat); in ex_global()
|
| H A D | spellsuggest.c | 553 smsg(_("Sorry, only %ld suggestions"), (long)sug.su_ga.ga_len); in spell_suggest() 1605 smsg("------ %s -------", fword); in suggest_trie_walk() 1607 smsg("%s", changename[j]); in suggest_trie_walk()
|
| H A D | ex_docmd.c | 578 smsg(_("Executing: %s"), cmd); in msg_verbose_cmd() 580 smsg(_("line %ld: %s"), (long)lnum, cmd); in msg_verbose_cmd() 7463 smsg("[%s] %s", context, (char *)NameBuff); in ex_pwd() 7478 smsg("%ld", (long)eap->line2); in ex_equal() 9309 smsg("filetype detection:%s plugin:%s indent:%s", in ex_filetype()
|
| H A D | buffer.c | 1677 smsg(NGETTEXT("%d buffer unloaded", in do_bufdel() 1680 smsg(NGETTEXT("%d buffer deleted", in do_bufdel() 1683 smsg(NGETTEXT("%d buffer wiped out", in do_bufdel()
|
| H A D | viminfo.c | 3028 smsg(_("Reading viminfo file \"%s\"%s%s%s%s"), in read_viminfo() 3295 smsg(_("Writing viminfo file \"%s\""), fname); in write_viminfo()
|
| H A D | os_unix.c | 330 smsg("chdir(%s)", path); in mch_chdir() 1591 smsg(_("Opening the X display took %ld msec"), elapsed_msec); in xopen_message() 1742 smsg(_("restoring display %s"), xterm_display == NULL in ex_xrestore()
|
| H A D | spell.c | 1598 smsg( in spell_load_lang() 2128 smsg(_("Warning: region %s not supported"), in did_set_spelllang()
|
| H A D | ops.c | 1348 smsg(NGETTEXT("%ld line changed", "%ld lines changed", in op_tilde() 2455 smsg(NGETTEXT("%d line changed", "%d lines changed", in op_addsub()
|