Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dproto.h135 void siemsg(const char *, ...) ATTRIBUTE_COLD ATTRIBUTE_FORMAT_PRINTF(1, 2);
H A Dmacros.h377 siemsg("Exestack length expected: %d, actual: %d", estack_len_before, exestack.ga_len);
H A Dmemline.c2617 siemsg(_("E315: ml_get: invalid lnum: %ld"), lnum); in ml_get_buf()
2662 siemsg(_("E316: ml_get: cannot find line %ld in buffer %d %s"), in ml_get_buf()
3980 siemsg(_("E320: Cannot find line %ld"), lnum); in ml_flush_line()
4285 siemsg(_("E322: line number out of range: %ld past the end"), in ml_find_line()
4289 siemsg(_("E323: line count wrong in block %ld"), bnum); in ml_find_line()
H A Dmessage.c835 siemsg(const char *s, ...) in siemsg() function
867 siemsg(_(e_intern2), where); in internal_error()
H A Dregexp_nfa.c1468 siemsg("INTERNAL: Unknown character class char: %d", c); in nfa_regatom()
5129 siemsg(_(e_ill_char_class), class); in check_char_class()
6930 siemsg("INTERNAL: Negative state char: %ld", c); in nfa_regmatch()
H A Dchange.c1258 siemsg("E292: Invalid count for del_bytes(): %ld", count); in del_bytes()
H A Doptionstr.c384 siemsg(_("For option %s"), name); in set_string_option_direct()
H A Dchannel.c2339 siemsg("INTERNAL: channel_remove_block_id: cannot find id %d", id); in channel_remove_block_id()
H A Dvim9execute.c3441 siemsg("TRYCONT: expected %d levels, found %d", in exec_instructions()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt714 Check: __attribute__((format(printf, on semsg() and siemsg(). Where was this
H A Dversion8.txt31746 Problem: Arguments of semsg() and siemsg() are not checked.