Searched refs:vc_pendc (Results 1 – 2 of 2) sorted by relevance
80 int vc_pendc; /* pending output character */ member
1040 if ((pvc->vc_flags & WCS_BUSY) && pvc->vc_pendc != -1) { in wcopoll()1041 if (prom_mayput((char)pvc->vc_pendc) == 0) { in wcopoll()1042 pvc->vc_pendc = -1; in wcopoll()1203 pvc->vc_pendc = -1; in wcstart()1225 pvc->vc_pendc = c; in wcstart()