Searched defs:PERROR (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexconvex.c169 #define PERROR(file) report_error (file, new) macro
[all...]
H A Dunexaix.c56 #define PERROR(arg) perror (arg); return -1 macro
59 #define PERROR(file) report_error (file, new) macro
[all...]
H A Dunexec.c166 #define PERROR(arg) perror (arg); return -1 macro
170 #define PERROR(file) report_error (file, new) macro
[all...]
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dndis2.c202 #define PERROR(str) printf("%s (%d): %s\n", __FILE__,__LINE__,str) macro
/macosx-10.9.5/vim-53/src/
H A Dvim.h1556 # define PERROR(msg) (void)emsg3((char_u *)"%s: %s", (char_u *)msg, (char_u *)strerror(errno)) macro
1558 # define PERROR(msg) perror(msg) macro

Completed in 127 milliseconds