np               2018 src/simh/scp.c     char *np;                                           /* "path.ini" */
np               2022 src/simh/scp.c         np = strrchr (nbuf, '/');                       /* strip path and try again in cwd */
np               2023 src/simh/scp.c         if (np == NULL)
np               2024 src/simh/scp.c             np = strrchr (nbuf, '\\');                  /* windows path separator */
np               2025 src/simh/scp.c         if (np != NULL) {
np               2026 src/simh/scp.c             *np = '"';
np               2027 src/simh/scp.c             stat = do_cmd (-1, np) & ~SCPE_NOMESSAGE;   /* proc default cmd file */
np               10943 src/simh/scp.c         char *np = newp + strlen (newp);
np               10945 src/simh/scp.c             *np++ = blankch (*newt)? '_' : *newt;
np               10948 src/simh/scp.c         *np = '\0';