Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c777 static char *PrCurDir = NULL; in history_write() local
792 if (!PrCurDir) in history_write()
797 PrCurDir = CurDir; in history_write()
804 PrCurDir += i; /* Point to '/' separator */ in history_write()
828 PrCurDir += i; /* Point to '/' separator */ in history_write()
848 workdir = Xasprintf ("%s%s%s%s", tilde, PrCurDir, slash, update_dir); in history_write()