Home
last modified time | relevance | path

Searched refs:p_xcount (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/uucp/uucico/
H A Dpk0.c322 while (pk->p_xcount>=pk->p_swindow) {
332 pk->p_xcount++;
371 pk->p_xcount--;
469 if (pk->p_xcount) {
497 while (pk->p_xcount && pk->p_state&LIVE) {
526 pk->p_xcount--;
H A Dpk.h31 char p_xcount; /* # active output buffers */ member