find_unit        2475 src/simh/scp.c                 dptr = find_unit (gbuf, &uptr);
find_unit        2560 src/simh/scp.c         dptr = find_unit (gbuf, &uptr);
find_unit        3807 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) {            /* unit match? */
find_unit        4072 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) {            /* unit match? */
find_unit        5608 src/simh/scp.c dptr = find_unit (gbuf, &uptr);                         /* locate unit */
find_unit        5756 src/simh/scp.c dptr = find_unit (gbuf, &uptr);                         /* locate unit */
find_unit        5987 src/simh/scp.c     dptr = find_unit (gbuf, &uptr);                     /* locate unit */
find_unit        7824 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);