Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/win95/
H A Ddxlog.h14 void dx_line_log(int line, char const * file);
19 #define LOGDXFMT(args) (dx_line_log(__LINE__,__FILE__),dx_strf_log args)
26 void dx_line_log(int line, char const * file);
31 #define LOGDXFMT(args) (dx_line_log(__LINE__,__FILE__),dx_strf_log args)
H A Ddxlog.c305 void dx_line_log(int line, char const * file) in dx_line_log() function
/dports/games/avp/avp-20170505/src/
H A Dstubs.c226 void dx_line_log(int line, char const * file) in dx_line_log() function