find_unit        2660 src/simh/scp.c                 dptr = find_unit (gbuf, &uptr);
find_unit        2749 src/simh/scp.c         dptr = find_unit (gbuf, &uptr);
find_unit        4032 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) {            /* unit match? */
find_unit        4297 src/simh/scp.c else if ((dptr = find_unit (gbuf, &uptr))) {            /* unit match? */
find_unit        5940 src/simh/scp.c dptr = find_unit (gbuf, &uptr);                         /* locate unit */
find_unit        6088 src/simh/scp.c dptr = find_unit (gbuf, &uptr);                         /* locate unit */
find_unit        6320 src/simh/scp.c     dptr = find_unit (gbuf, &uptr);                     /* locate unit */
find_unit        8160 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);