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(T, x, ...) _print_param(p, #x, #T, ¶ms->x);
#undef PRINT
#define PRINT(s) kprintf("%s%s", sep, s); sep = ", "
#undef PRINT
#define PRINT(s) kprintf("%s%s", sep, s); sep = ", "
#undef PRINT
#define PRINT(s) kprintf("%s%s", sep, s); sep = ", "
#undef PRINT
#define PRINT(s) kprintf("%s%s", sep, s); sep = ", "
#undef PRINT
#undef PRINT
#define PRINT(STR, X) do { \
#define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)