Home
last modified time | relevance | path

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

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