Searched refs:ppathname (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dpathname.c962 char *ppathname, *pdefaults, *pp, *pd; local in function:Lisp_EnoughNamestring
986 ppathname = pp = THESTR(pathname);
988 while (*ppathname && *pdefaults && *ppathname == *pdefaults) {
989 ppathname++;
994 if (*ppathname && *pdefaults && *pdefaults != PATH_SEP) {
995 --ppathname;
996 while (*ppathname != PATH_SEP && ppathname > pp)
997 --ppathname;
[all...]

Completed in 2 milliseconds