Home
last modified time | relevance | path

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

/original-bsd/usr.bin/uucp/uucico/
H A Dpk.h79 #define RCLOSE 04000 macro
H A Dpk0.c112 pk->p_state = DOWN+RCLOSE;
498 if (pk->p_state&(RCLOSE+DOWN) || ++i > 2)
508 while ((pk->p_state&RCLOSE)==0 && i<2) {