np               2090 src/simh/scp.c     char *np;                                           /* "path.ini" */
np               2094 src/simh/scp.c         np = strrchr (nbuf, '/');                       /* strip path and try again in cwd */
np               2095 src/simh/scp.c         if (np == NULL)
np               2096 src/simh/scp.c             np = strrchr (nbuf, '\\');                  /* windows path separator */
np               2097 src/simh/scp.c         if (np != NULL) {
np               2098 src/simh/scp.c             *np = '"';
np               2099 src/simh/scp.c             stat = do_cmd (-1, np) & ~SCPE_NOMESSAGE;   /* proc default cmd file */
np               11017 src/simh/scp.c         char *np = newp + strlen (newp);
np               11019 src/simh/scp.c             *np++ = blankch (*newt)? '_' : *newt;
np               11022 src/simh/scp.c         *np = '\0';