np               2030 src/simh/scp.c     char *np;                                           /* "path.ini" */
np               2034 src/simh/scp.c         np = strrchr (nbuf, '/');                       /* strip path and try again in cwd */
np               2035 src/simh/scp.c         if (np == NULL)
np               2036 src/simh/scp.c             np = strrchr (nbuf, '\\');                  /* windows path separator */
np               2037 src/simh/scp.c         if (np != NULL) {
np               2038 src/simh/scp.c             *np = '"';
np               2039 src/simh/scp.c             stat = do_cmd (-1, np) & ~SCPE_NOMESSAGE;   /* proc default cmd file */
np               10955 src/simh/scp.c         char *np = newp + strlen (newp);
np               10957 src/simh/scp.c             *np++ = blankch (*newt)? '_' : *newt;
np               10960 src/simh/scp.c         *np = '\0';