Home
last modified time | relevance | path

Searched defs:PERROR (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
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 Dchannel.c253 # define PERROR(msg) (void)semsg("%s: %s", msg, strerror_win32(errno)) macro