Home | History | Annotate | Download | only in i18n

Lines Matching full:__file__

207 #define debugout(x) _debugout(__FILE__,__LINE__,x)
208 #define debug(x) printf("%s:%d: %s\n", __FILE__,__LINE__, x);