| H A D | fasvar.h | 754 #define EPRINTF3(str, a, b, c) if (EDEBUGGING) fas_dprintf(fas, str, a, b, c) argument 755 #define EPRINTF4(str, a, b, c, d) \ argument 757 #define EPRINTF5(str, a, b, c, d, e) \ argument 759 #define EPRINTF6(str, a, b, c, d, e, f) \ argument 765 #define DPRINTF3(str, a, b, c) if (DDEBUGGING) fas_dprintf(fas, str, a, b, c) argument 766 DPRINTF4(str,a,b,c,d) global() argument 768 DPRINTF5(str,a,b,c,d,e) global() argument 770 DPRINTF6(str,a,b,c,d,e,f) global() argument 776 IPRINTF3(str,a,b,c) global() argument 777 IPRINTF4(str,a,b,c,d) global() argument 779 IPRINTF5(str,a,b,c,d,e) global() argument 781 IPRINTF6(str,a,b,c,d,e,f) global() argument [all...] |