find_unit 2851 src/simh/scp.c dptr = find_unit (gbuf, &uptr); find_unit 2940 src/simh/scp.c dptr = find_unit (gbuf, &uptr); find_unit 4229 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) { /* unit match? */ find_unit 4494 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) { /* unit match? */ find_unit 6135 src/simh/scp.c dptr = find_unit (gbuf, &uptr); /* locate unit */ find_unit 6283 src/simh/scp.c dptr = find_unit (gbuf, &uptr); /* locate unit */ find_unit 6515 src/simh/scp.c dptr = find_unit (gbuf, &uptr); /* locate unit */ find_unit 8355 src/simh/scp.c (tdptr = find_unit (gbuf, &tuptr)) && /* try for default */ find_unit 168 src/simh/scp.h DEVICE *find_unit (const char *ptr, UNIT **uptr);