np               2137 src/simh/scp.c     char *np;                                           /* "path.ini" */
np               2141 src/simh/scp.c         np = strrchr (nbuf, '/');                       /* strip path and try again in cwd */
np               2142 src/simh/scp.c         if (np == NULL)
np               2143 src/simh/scp.c             np = strrchr (nbuf, '\\');                  /* windows path separator */
np               2144 src/simh/scp.c         if (np != NULL) {
np               2145 src/simh/scp.c             *np = '"';
np               2146 src/simh/scp.c             stat = do_cmd (-1, np) & ~SCPE_NOMESSAGE;   /* proc default cmd file */
np               11089 src/simh/scp.c         char *np = newp + strlen (newp);
np               11091 src/simh/scp.c             *np++ = blankch (*newt)? '_' : *newt;
np               11094 src/simh/scp.c         *np = '\0';