Home
last modified time | relevance | path

Searched refs:CU (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/tip/
H A Dcu.c29 CU = DV = NOSTR;
42 CU = argv[2]; ++argv; --argc;
60 if (CU)
61 CU[strlen(CU)-1] = argv[1][1];
H A Dremote.c30 &AT, &DV, &CM, &CU, &EL, &IE, &OE, &PN, &PR, &DI,
65 CU = DV;
105 if (DU && CU == NOSTR)
106 CU = DV;
119 HW = (CU == NOSTR) || (DU && equal(DV, CU));
H A Dacu.c78 if (conflag = (*acu->acu_dialer)(phnum, CU)) { in connect()
115 if (conflag = (*acu->acu_dialer)(phnum, CU)) { in connect()
H A Dtip.h39 char *CU; /* call unit if making a phone call */ variable