Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/cvs/
Dcvs.h160 struct cvs_cmd { struct
313 extern struct cvs_cmd *cmdp;
314 extern struct cvs_cmd *cvs_cdt[];
316 extern struct cvs_cmd cvs_cmd_add;
317 extern struct cvs_cmd cvs_cmd_admin;
318 extern struct cvs_cmd cvs_cmd_annotate;
319 extern struct cvs_cmd cvs_cmd_checkout;
320 extern struct cvs_cmd cvs_cmd_commit;
321 extern struct cvs_cmd cvs_cmd_diff;
322 extern struct cvs_cmd cvs_cmd_edit;
[all …]
Dcmd.c33 struct cvs_cmd *cvs_cdt[] = {
66 struct cvs_cmd *
70 struct cvs_cmd *p; in cvs_findcmd()
Dwatch.c36 struct cvs_cmd cvs_cmd_watch = {
46 struct cvs_cmd cvs_cmd_watchers = {
Dannotate.c37 struct cvs_cmd cvs_cmd_annotate = {
47 struct cvs_cmd cvs_cmd_rannotate = {
Dversion.c22 struct cvs_cmd cvs_cmd_version = {
Dedit.c46 struct cvs_cmd cvs_cmd_edit = {
56 struct cvs_cmd cvs_cmd_editors = {
66 struct cvs_cmd cvs_cmd_unedit = {
Dtag.c46 struct cvs_cmd cvs_cmd_rtag = {
56 struct cvs_cmd cvs_cmd_tag = {
Dcvs.c70 struct cvs_cmd *cmdp; /* struct of command we are running */
438 struct cvs_cmd *tcmdp; in cvs_read_rcfile()
Drelease.c33 struct cvs_cmd cvs_cmd_release = {
Dinit.c73 struct cvs_cmd cvs_cmd_init = {
Dgetlog.c52 struct cvs_cmd cvs_cmd_log = {
62 struct cvs_cmd cvs_cmd_rlog = {
Dhistory.c34 struct cvs_cmd cvs_cmd_history = {
Dremove.c33 struct cvs_cmd cvs_cmd_remove = {
Ddiff.c46 struct cvs_cmd cvs_cmd_diff = {
57 struct cvs_cmd cvs_cmd_rdiff = {
Dcheckout.c57 struct cvs_cmd cvs_cmd_checkout = {
68 struct cvs_cmd cvs_cmd_export = {
Dstatus.c31 struct cvs_cmd cvs_cmd_status = {
Dadmin.c37 struct cvs_cmd cvs_cmd_admin = {
Dimport.c56 struct cvs_cmd cvs_cmd_import = {
Dadd.c47 struct cvs_cmd cvs_cmd_add = {
Dupdate.c51 struct cvs_cmd cvs_cmd_update = {
Dserver.c82 struct cvs_cmd cvs_cmd_server = {
Dcommit.c52 struct cvs_cmd cvs_cmd_commit = {