Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dedit.c404 ascnow, hostname, CurDir); in edit_fileproc()
527 if (strpbrk (CurDir, "+,>;=\t\n") != NULL) in edit()
530 CurDir); in edit()
552 send_to_server (CurDir, 0); in edit()
647 ascnow, hostname, CurDir); in unedit_fileproc()
Dmain.c65 char *CurDir; variable
975 CurDir = xstrdup ("<remote>"); in main()
982 CurDir = xgetcwd (); in main()
983 if (CurDir == NULL) in main()
Dhistory.c797 PrCurDir = CurDir; in history_write()
802 if (!strncmp (CurDir, pwdir, i)) in history_write()
826 if (!strncmp (CurDir, homedir, i)) in history_write()
Dcvs.h378 extern char *CurDir;
Dserver.c2910 if (CurDir) free (CurDir); in serve_localdir()
2911 CurDir = xstrdup (arg); in serve_localdir()
DChangeLog-93952771 know whether we are the server or not. Set CurDir to "<remote>"
DChangeLog10640 * edit.c (edit): Check for invalid characters in hostname and CurDir.