np               1867 src/simh/scp.c     char *np;                                           /* "path.ini" */
np               1871 src/simh/scp.c         np = strrchr (nbuf, '/');                       /* stript path and try again in cwd */
np               1872 src/simh/scp.c         if (np == NULL)
np               1873 src/simh/scp.c             np = strrchr (nbuf, '\\');                  /* windows path separator */
np               1874 src/simh/scp.c         if (np != NULL) {
np               1875 src/simh/scp.c             *np = '"';
np               1876 src/simh/scp.c             stat = do_cmd (-1, np) & ~SCPE_NOMESSAGE;   /* proc default cmd file */
np               10336 src/simh/scp.c         char *np = newp + strlen (newp);
np               10338 src/simh/scp.c             *np++ = blankch (*newt)? '_' : *newt;
np               10341 src/simh/scp.c         *np = '\0';