Searched refs:DGNC_PRINT (Results 1 – 3 of 3) sorted by relevance
229 ch->ch_pun.un_type = DGNC_PRINT; in dgnc_tty_init()860 un->un_type = DGNC_PRINT; in dgnc_tty_open()1193 if ((un->un_type == DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_close()1238 if ((un->un_type == DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_close()1368 if (un->un_type != DGNC_PRINT) in dgnc_tty_write_room()1375 if (un->un_type == DGNC_PRINT) { in dgnc_tty_write_room()1451 if (un->un_type != DGNC_PRINT) in dgnc_tty_write()1462 if ((un->un_type == DGNC_PRINT) && !(ch->ch_flags & CH_PRON)) { in dgnc_tty_write()1473 if ((un->un_type != DGNC_PRINT) && (ch->ch_flags & CH_PRON)) { in dgnc_tty_write()1509 if ((un->un_type == DGNC_PRINT) && (ch->ch_digi.digi_maxcps > 0) && in dgnc_tty_write()[all …]
31 #define DGNC_PRINT 1 macro
700 (un->un_type == DGNC_PRINT)) in cls_param()