Home
last modified time | relevance | path

Searched refs:do_cvs_command (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/cvs-1.12/src/
H A Dserver.c3494 do_cvs_command (char *cmd_name, int (*command) (int, char **)) in do_cvs_command() function
4482 do_cvs_command ("commit", commit); in serve_ci()
4578 do_cvs_command ("update", update); in serve_update()
4586 do_cvs_command ("diff", diff); in serve_diff()
4594 do_cvs_command ("log", cvslog); in serve_log()
4602 do_cvs_command ("rlog", cvslog); in serve_rlog()
4610 do_cvs_command ("ls", ls); in serve_ls()
4618 do_cvs_command ("rls", ls); in serve_rls()
4626 do_cvs_command ("add", add); in serve_add()
4634 do_cvs_command ("remove", cvsremove); in serve_remove()
[all …]