find_unit        2734 src/simh/scp.c                 dptr = find_unit (gbuf, &uptr);
find_unit        2823 src/simh/scp.c         dptr = find_unit (gbuf, &uptr);
find_unit        4107 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) {            /* unit match? */
find_unit        4372 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) {            /* unit match? */
find_unit        6010 src/simh/scp.c dptr = find_unit (gbuf, &uptr);                         /* locate unit */
find_unit        6158 src/simh/scp.c dptr = find_unit (gbuf, &uptr);                         /* locate unit */
find_unit        6390 src/simh/scp.c     dptr = find_unit (gbuf, &uptr);                     /* locate unit */
find_unit        8230 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);