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