Symbol: cvs_cmd
usr.bin/cvs/add.c
47
struct cvs_cmd cvs_cmd_add = {
usr.bin/cvs/admin.c
37
struct cvs_cmd cvs_cmd_admin = {
usr.bin/cvs/annotate.c
37
struct cvs_cmd cvs_cmd_annotate = {
usr.bin/cvs/annotate.c
47
struct cvs_cmd cvs_cmd_rannotate = {
usr.bin/cvs/checkout.c
57
struct cvs_cmd cvs_cmd_checkout = {
usr.bin/cvs/checkout.c
68
struct cvs_cmd cvs_cmd_export = {
usr.bin/cvs/cmd.c
33
struct cvs_cmd *cvs_cdt[] = {
usr.bin/cvs/cmd.c
66
struct cvs_cmd *
usr.bin/cvs/cmd.c
70
struct cvs_cmd *p;
usr.bin/cvs/commit.c
52
struct cvs_cmd cvs_cmd_commit = {
usr.bin/cvs/cvs.c
438
struct cvs_cmd *tcmdp;
usr.bin/cvs/cvs.c
70
struct cvs_cmd *cmdp; /* struct of command we are running */
usr.bin/cvs/cvs.h
313
extern struct cvs_cmd *cmdp;
usr.bin/cvs/cvs.h
314
extern struct cvs_cmd *cvs_cdt[];
usr.bin/cvs/cvs.h
316
extern struct cvs_cmd cvs_cmd_add;
usr.bin/cvs/cvs.h
317
extern struct cvs_cmd cvs_cmd_admin;
usr.bin/cvs/cvs.h
318
extern struct cvs_cmd cvs_cmd_annotate;
usr.bin/cvs/cvs.h
319
extern struct cvs_cmd cvs_cmd_checkout;
usr.bin/cvs/cvs.h
320
extern struct cvs_cmd cvs_cmd_commit;
usr.bin/cvs/cvs.h
321
extern struct cvs_cmd cvs_cmd_diff;
usr.bin/cvs/cvs.h
322
extern struct cvs_cmd cvs_cmd_edit;
usr.bin/cvs/cvs.h
323
extern struct cvs_cmd cvs_cmd_editors;
usr.bin/cvs/cvs.h
324
extern struct cvs_cmd cvs_cmd_export;
usr.bin/cvs/cvs.h
325
extern struct cvs_cmd cvs_cmd_history;
usr.bin/cvs/cvs.h
326
extern struct cvs_cmd cvs_cmd_import;
usr.bin/cvs/cvs.h
327
extern struct cvs_cmd cvs_cmd_init;
usr.bin/cvs/cvs.h
328
extern struct cvs_cmd cvs_cmd_log;
usr.bin/cvs/cvs.h
329
extern struct cvs_cmd cvs_cmd_rannotate;
usr.bin/cvs/cvs.h
330
extern struct cvs_cmd cvs_cmd_rdiff;
usr.bin/cvs/cvs.h
331
extern struct cvs_cmd cvs_cmd_release;
usr.bin/cvs/cvs.h
332
extern struct cvs_cmd cvs_cmd_remove;
usr.bin/cvs/cvs.h
333
extern struct cvs_cmd cvs_cmd_rlog;
usr.bin/cvs/cvs.h
334
extern struct cvs_cmd cvs_cmd_rtag;
usr.bin/cvs/cvs.h
335
extern struct cvs_cmd cvs_cmd_status;
usr.bin/cvs/cvs.h
336
extern struct cvs_cmd cvs_cmd_tag;
usr.bin/cvs/cvs.h
337
extern struct cvs_cmd cvs_cmd_update;
usr.bin/cvs/cvs.h
338
extern struct cvs_cmd cvs_cmd_version;
usr.bin/cvs/cvs.h
339
extern struct cvs_cmd cvs_cmd_server;
usr.bin/cvs/cvs.h
340
extern struct cvs_cmd cvs_cmd_unedit;
usr.bin/cvs/cvs.h
341
extern struct cvs_cmd cvs_cmd_watch;
usr.bin/cvs/cvs.h
342
extern struct cvs_cmd cvs_cmd_watchers;
usr.bin/cvs/cvs.h
348
struct cvs_cmd *cvs_findcmd(const char *);
usr.bin/cvs/diff.c
46
struct cvs_cmd cvs_cmd_diff = {
usr.bin/cvs/diff.c
57
struct cvs_cmd cvs_cmd_rdiff = {
usr.bin/cvs/edit.c
46
struct cvs_cmd cvs_cmd_edit = {
usr.bin/cvs/edit.c
56
struct cvs_cmd cvs_cmd_editors = {
usr.bin/cvs/edit.c
66
struct cvs_cmd cvs_cmd_unedit = {
usr.bin/cvs/getlog.c
52
struct cvs_cmd cvs_cmd_log = {
usr.bin/cvs/getlog.c
62
struct cvs_cmd cvs_cmd_rlog = {
usr.bin/cvs/history.c
34
struct cvs_cmd cvs_cmd_history = {
usr.bin/cvs/import.c
56
struct cvs_cmd cvs_cmd_import = {
usr.bin/cvs/init.c
73
struct cvs_cmd cvs_cmd_init = {
usr.bin/cvs/release.c
33
struct cvs_cmd cvs_cmd_release = {
usr.bin/cvs/remove.c
33
struct cvs_cmd cvs_cmd_remove = {
usr.bin/cvs/server.c
82
struct cvs_cmd cvs_cmd_server = {
usr.bin/cvs/status.c
31
struct cvs_cmd cvs_cmd_status = {
usr.bin/cvs/tag.c
46
struct cvs_cmd cvs_cmd_rtag = {
usr.bin/cvs/tag.c
56
struct cvs_cmd cvs_cmd_tag = {
usr.bin/cvs/update.c
51
struct cvs_cmd cvs_cmd_update = {
usr.bin/cvs/version.c
22
struct cvs_cmd cvs_cmd_version = {
usr.bin/cvs/watch.c
36
struct cvs_cmd cvs_cmd_watch = {
usr.bin/cvs/watch.c
46
struct cvs_cmd cvs_cmd_watchers = {