Home
last modified time | relevance | path

Searched refs:PERROR (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dif_cscope.c822 PERROR("cs_create_connection 1"); in cs_create_connection()
824 PERROR("cs_create_connection 2"); in cs_create_connection()
826 PERROR("cs_create_connection 3"); in cs_create_connection()
933 PERROR(_("cs_create_connection setpgid failed")); in cs_create_connection()
937 PERROR(_("cs_create_connection exec failed")); in cs_create_connection()
947 PERROR(_("cs_create_connection: fdopen for to_fp failed")); in cs_create_connection()
949 PERROR(_("cs_create_connection: fdopen for fr_fp failed")); in cs_create_connection()
974 PERROR(_("cs_create_connection exec failed")); in cs_create_connection()
987 PERROR(_("cs_create_connection: fdopen for to_fp failed")); in cs_create_connection()
991 PERROR(_("cs_create_connection: fdopen for fr_fp failed")); in cs_create_connection()
H A Dmemfile.c948 PERROR(_("E294: Seek error in swap file read")); in mf_read()
953 PERROR(_("E295: Read error in swap file")); in mf_read()
1024 PERROR(_("E296: Seek error in swap file write")); in mf_write()
H A Dchannel.c252 # undef PERROR
253 # define PERROR(msg) (void)semsg("%s: %s", msg, strerror_win32(errno)) macro
740 PERROR(_("E898: socket() in channel_connect()")); in channel_connect()
781 PERROR(_(e_cannot_connect)); in channel_connect()
827 PERROR(_(e_cannot_connect)); in channel_connect()
866 PERROR(_(e_cannot_connect)); in channel_connect()
1050 PERROR(_("E901: gethostbyname() in channel_open()")); in channel_open()
H A Dvim.h1715 # define PERROR(msg) (void)semsg("%s: %s", (char *)msg, strerror(errno)) macro
1717 # define PERROR(msg) do_perror(msg) macro
H A Dnetbeans.c270 PERROR("E660: Cannot open NetBeans connection info file"); in getConnInfo()
H A Dspellfile.c6284 PERROR(_("Seek error in spellfile")); in spell_add_word()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt11393 PERROR() everywhere, add emsg3().
H A Dversion7.txt4061 Solution: Use PERROR() instead of EMSG() where possible.
H A Dversion8.txt12776 Problem: When using PERROR() on some systems assert_fails() does not see
12778 Solution: Make PERROR() always report the error.