Lines Matching refs:Cucall
154 static struct call Cucall; /* call structure for altconn() */ variable
333 Cucall.speed = "Any"; /*default speed*/
334 Cucall.line = CNULL;
335 Cucall.telno = CNULL;
336 Cucall.type = CNULL;
382 Cucall.speed = optarg;
386 Cucall.line = optarg;
389 Cucall.type = optarg;
432 Cucall.telno = string;
446 if(Cucall.line == CNULL) /*if none of above, must be direct */
454 if ((Cucall.telno != CNULL) &&
455 (strlen(Cucall.telno) >= (size_t)(MAXPH - 1))) {
531 if ( (Cn < 0) && (Cucall.type != CNULL) )
532 Cn = altconn(&Cucall);
534 Cn = altconn(&Cucall);
805 if(Cucall.telno == CNULL)