Lines Matching defs:c
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 #define DPRINTF4(str, a, b, c, d) \ argument
768 #define DPRINTF5(str, a, b, c, d, e) \ argument
770 #define DPRINTF6(str, a, b, c, d, e, f) \ argument
776 #define IPRINTF3(str, a, b, c) if (IDEBUGGING) fas_dprintf(fas, str, a, b, c) argument
777 #define IPRINTF4(str, a, b, c, d) \ argument
779 #define IPRINTF5(str, a, b, c, d, e) \ argument
781 #define IPRINTF6(str, a, b, c, d, e, f) \ argument