Home
last modified time | relevance | path

Searched refs:do_perror (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmessage.pro11 void do_perror(char *msg);
/vim-8.2.3635/src/
H A Dvim.h1717 # define PERROR(msg) do_perror(msg)
H A Dmessage.c606 do_perror(char *msg) in do_perror() function