Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/cvs/
H A Dedit.c66 struct cvs_cmd cvs_cmd_unedit = { variable
212 while ((ch = getopt(argc, argv, cvs_cmd_unedit.cmd_opts)) != -1) { in cvs_unedit()
221 fatal("%s", cvs_cmd_unedit.cmd_synopsis); in cvs_unedit()
229 fatal("%s", cvs_cmd_unedit.cmd_synopsis); in cvs_unedit()
H A Dcmd.c59 &cvs_cmd_unedit,
H A Dcvs.h340 extern struct cvs_cmd cvs_cmd_unedit;