Home
last modified time | relevance | path

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

/original-bsd/usr.bin/uucp/UUAIDS/
H A DNotes.L.sys55 int (*CU_open)(); /* what to call to open brand */
73 CU_open vector. If that fails, it might go on to the next brand.
79 Another ACU can be added by writing the code for the CU_open and CU_clos
81 CU_open is passed a pointer to the phone number; a pointer to the flds array;
/original-bsd/usr.bin/uucp/vms/
H A Duucp.h227 int (*CU_open)(); /* what to call to open brand */ member
/original-bsd/usr.bin/uucp/includes/
H A Duucp.h311 int (*CU_open)(); /* what to call to open brand */ member
/original-bsd/usr.bin/uucp/uucico/
H A Dcondevs.c356 fd = (*(cd->CU_open))(phone, flds, &dev);