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        6148 src/simh/scp.c dptr = find_unit (gbuf, &uptr);                         /* locate unit */
find_unit        6296 src/simh/scp.c dptr = find_unit (gbuf, &uptr);                         /* locate unit */
find_unit        6528 src/simh/scp.c     dptr = find_unit (gbuf, &uptr);                     /* locate unit */
find_unit        8368 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);