find_unit 2672 src/simh/scp.c dptr = find_unit (gbuf, &uptr); find_unit 2761 src/simh/scp.c dptr = find_unit (gbuf, &uptr); find_unit 4044 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) { /* unit match? */ find_unit 4309 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) { /* unit match? */ find_unit 5952 src/simh/scp.c dptr = find_unit (gbuf, &uptr); /* locate unit */ find_unit 6100 src/simh/scp.c dptr = find_unit (gbuf, &uptr); /* locate unit */ find_unit 6332 src/simh/scp.c dptr = find_unit (gbuf, &uptr); /* locate unit */ find_unit 8172 src/simh/scp.c (tdptr = find_unit (gbuf, &tuptr)) && /* try for default */ find_unit 166 src/simh/scp.h DEVICE *find_unit (const char *ptr, UNIT **uptr);