np 2202 src/simh/scp.c char *np; /* "path.ini" */ np 2206 src/simh/scp.c np = strrchr (nbuf, '/'); /* strip path and try again in cwd */ np 2207 src/simh/scp.c if (np == NULL) np 2208 src/simh/scp.c np = strrchr (nbuf, '\\'); /* windows path separator */ np 2209 src/simh/scp.c if (np != NULL) { np 2210 src/simh/scp.c *np = '"'; np 2211 src/simh/scp.c stat = do_cmd (-1, np) & ~SCPE_NOMESSAGE; /* proc default cmd file */ np 11159 src/simh/scp.c char *np = newp + strlen (newp); np 11161 src/simh/scp.c *np++ = blankch (*newt)? '_' : *newt; np 11164 src/simh/scp.c *np = '\0';