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