find_unit        2781 src/simh/scp.c                 dptr = find_unit (gbuf, &uptr);
find_unit        2870 src/simh/scp.c         dptr = find_unit (gbuf, &uptr);
find_unit        4154 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) {            /* unit match? */
find_unit        4419 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) {            /* unit match? */
find_unit        6079 src/simh/scp.c dptr = find_unit (gbuf, &uptr);                         /* locate unit */
find_unit        6227 src/simh/scp.c dptr = find_unit (gbuf, &uptr);                         /* locate unit */
find_unit        6459 src/simh/scp.c     dptr = find_unit (gbuf, &uptr);                     /* locate unit */
find_unit        8299 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);