Home
last modified time | relevance | path

Searched refs:npath (Results 1 – 1 of 1) sorted by relevance

/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c2264 char *npath, *spath; local
2267 spath = npath = getcwd ((char *) 0, MAXPATHLEN);
2270 while (*npath && *npath != '/')
2271 npath++;
2272 strcpy (pathname, npath);