Lines Matching defs:cvsroot_s
30 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
45 int port; /* The port or zero if method == local. */
46 char *proxy_hostname; /* The hostname of the proxy server, or NULL
50 int proxy_port; /* The port of the proxy or zero, as above. */
51 bool redirect; /* False if we are to disable redirects. */