Home
last modified time | relevance | path

Searched defs:cvsroot_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Droot.h30 typedef struct cvsroot_s { struct
31 char *original; /* The complete source CVSroot string. */
32 CVSmethod method; /* One of the enum values above. */
33 char *directory; /* The directory name. */
34 bool isremote; /* True if we are doing remote access. */
39 char *username; /* The username or NULL if method == local. */
40 char *password; /* The password or NULL if method == local. */
41 char *hostname; /* The hostname or NULL if method == local. */
42 char *cvs_rsh; /* The $CVS_RSH or NULL if method != ext. */
43 char *cvs_server; /* The $CVS_SERVER or NULL if
[all …]