Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c794 char *pwdir; in history_write() local
796 pwdir = get_homedir (); in history_write()
798 if (pwdir != NULL) in history_write()
801 i = strlen (pwdir); in history_write()
802 if (!strncmp (CurDir, pwdir, i)) in history_write()
816 if (CVS_CHDIR (pwdir) < 0 || (homedir = xgetcwd ()) == NULL) in history_write()
817 homedir = pwdir; in history_write()
832 if (homedir != pwdir) in history_write()