Searched refs:siemsg (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | proto.h | 135 void siemsg(const char *, ...) ATTRIBUTE_COLD ATTRIBUTE_FORMAT_PRINTF(1, 2);
|
| H A D | macros.h | 377 siemsg("Exestack length expected: %d, actual: %d", estack_len_before, exestack.ga_len);
|
| H A D | memline.c | 2617 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 D | message.c | 835 siemsg(const char *s, ...) in siemsg() function 867 siemsg(_(e_intern2), where); in internal_error()
|
| H A D | regexp_nfa.c | 1468 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 D | change.c | 1258 siemsg("E292: Invalid count for del_bytes(): %ld", count); in del_bytes()
|
| H A D | optionstr.c | 384 siemsg(_("For option %s"), name); in set_string_option_direct()
|
| H A D | channel.c | 2339 siemsg("INTERNAL: channel_remove_block_id: cannot find id %d", id); in channel_remove_block_id()
|
| H A D | vim9execute.c | 3441 siemsg("TRYCONT: expected %d levels, found %d", in exec_instructions()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 714 Check: __attribute__((format(printf, on semsg() and siemsg(). Where was this
|
| H A D | version8.txt | 31746 Problem: Arguments of semsg() and siemsg() are not checked.
|