Searched refs:CurDir (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | edit.c | 404 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()
|
| D | main.c | 65 char *CurDir; variable 975 CurDir = xstrdup ("<remote>"); in main() 982 CurDir = xgetcwd (); in main() 983 if (CurDir == NULL) in main()
|
| D | history.c | 797 PrCurDir = CurDir; in history_write() 802 if (!strncmp (CurDir, pwdir, i)) in history_write() 826 if (!strncmp (CurDir, homedir, i)) in history_write()
|
| D | cvs.h | 378 extern char *CurDir;
|
| D | server.c | 2910 if (CurDir) free (CurDir); in serve_localdir() 2911 CurDir = xstrdup (arg); in serve_localdir()
|
| D | ChangeLog-9395 | 2771 know whether we are the server or not. Set CurDir to "<remote>"
|
| D | ChangeLog | 10640 * edit.c (edit): Check for invalid characters in hostname and CurDir.
|