find_unit 2474 src/simh/scp.c dptr = find_unit (gbuf, &uptr); find_unit 2559 src/simh/scp.c dptr = find_unit (gbuf, &uptr); find_unit 3806 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) { /* unit match? */ find_unit 4071 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) { /* unit match? */ find_unit 5395 src/simh/scp.c dptr = find_unit (gbuf, &uptr); /* locate unit */ find_unit 5543 src/simh/scp.c dptr = find_unit (gbuf, &uptr); /* locate unit */ find_unit 5774 src/simh/scp.c dptr = find_unit (gbuf, &uptr); /* locate unit */ find_unit 7611 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);