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