cvs-match

cvs-match is a Lisp macro in `pcvs-parse.el'.

(cvs-match RE &rest MATCHES)

Try to match RE and extract submatches.
If RE matches, advance the point until the line after the match and
then assign the variables as specified in MATCHES (via `setq').