Searched refs:TOCONS (Results 1 – 2 of 2) sorted by relevance
383 if ((pca->flags & TOCONS) && pca->tty == NULL && constty) { in putchar()388 (pca->flags & TOCONS) && pca->tty == constty) { in putchar()397 if ((pca->flags & TOCONS) && constty == 0 && c != '\0') { in putchar()428 pca.flags |= TOCONS; in vprintf_log_locked()
80 #define TOCONS 0x00000001 /* output to console */ macro