Lines Matching full:isopen
1286 void ccp_flags_set (int unit, int isopen, int isup)1290 x = (isopen? SC_CCP_OPEN: 0) | (isup? SC_CCP_UP: 0);