Searched refs:cvs_password (Results 1 – 2 of 2) sorted by relevance
37 static char *cvs_password = NULL; variable564 cvs_password = xstrdup (typed_password);573 free (cvs_password);575 cvs_password = NULL;592 if (cvs_password) in get_cvs_password()593 return cvs_password; in get_cvs_password()
164 * login.c (cvs_password): new static var, init to NULL.169 (get_cvs_password): if cvs_password is not NULL, just return it.