PRINT
#define PRINT(...) do { if (printerror) sshlog(__FILE__, __func__, __LINE__, \
#define PRINT(ptr, len) { \
#define PRINT(ptr, len) do { \
#define PRINT(CH) do { \
#define PRINT(N,V) do { \
#define PRINT(s) printf("%s%s", sep, s); sep = ", "
#undef PRINT
#define PRINT(s) printf("%s%s", sep, s); sep = ", "
#undef PRINT
#define PRINT device_printf
#define PRINT(STR, X) do { \
PRINT = 0,
#define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)
#define PRINT(N,V) (void) printf("%-40s %d\n", (N), gms.pm_##V)