HomeSort by: relevance | last modified time | path
    Searched refs:DV (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/tip/
remote.c 54 &AT, &DV, &CM, &CU, &EL, &IE, &OE, &PN, &PR, &DI,
59 "at", "dv", "cm", "cu", "el", "ie", "oe", "pn", "pr",
92 if (DV ||
93 (host[0] == '/' && access(DV = host, R_OK | W_OK) == 0)) {
94 CU = DV;
130 if (DV == NULL) {
134 CU = DV;
146 HW = (CU == NULL) || (DU && strcmp(DV, CU) == 0);
211 next = DV;
221 DV = next
    [all...]
cu.c 81 DV = NULL;
131 if (DV != NULL)
134 DV = optarg;
136 (void)asprintf(&DV, "/dev/%s", optarg);
tip.h 62 extern char *DV; /* UNIX device(s) to open */
tip.c 89 char *DV;
  /src/usr.bin/tip/aculib/
dn11.c 88 if ((FD = open(DV, O_RDWR)) < 0) {
v831.c 91 if ((FD = open(DV, O_RDWR)) < 0) {

Completed in 19 milliseconds