Searched refs:cvs_cmd_name (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dmain.c33 const char *cvs_cmd_name; variable
668 cvs_cmd_name = argv[0];
671 if (cm->nick1 && !strcmp (cvs_cmd_name, cm->nick1))
673 if (cm->nick2 && !strcmp (cvs_cmd_name, cm->nick2))
675 if (!strcmp (cvs_cmd_name, cm->fullname))
681 fprintf (stderr, "Unknown command: `%s'\n\n", cvs_cmd_name);
685 cvs_cmd_name = cm->fullname; /* Global pointer for later use */
719 if (strcmp (cvs_cmd_name, "kserver") == 0)
724 cvs_cmd_name = "server";
730 if (strcmp (cvs_cmd_name, "pserve
[all...]
H A Derror.c131 if (cvs_cmd_name && *cvs_cmd_name)
136 cvs_outerr (cvs_cmd_name, 0);
H A Drelease.c110 cvs_cmd_name);
239 cvs_cmd_name);
H A Dclassify.c52 strcmp (cvs_cmd_name, "commit")
324 /* Comparing the cvs_cmd_name against "update", in
332 if (strcmp (cvs_cmd_name, "update") == 0)
412 if (strcmp (cvs_cmd_name, "update") == 0)
H A Dannotate.c62 is_rannotate = (strcmp(cvs_cmd_name, "rannotate") == 0);
H A Dclient.c1305 else if (strcmp (cvs_cmd_name, "export") == 0)
1373 else if (strcmp (cvs_cmd_name, "export") == 0)
1403 if (strcmp (cvs_cmd_name, "export") != 0)
2252 if (strcmp (cvs_cmd_name, "export") != 0)
2276 /* Checking for cvs_cmd_name of "commit" doesn't seem like
2284 if (!strcmp (cvs_cmd_name, "commit"))
2478 if (strcmp (cvs_cmd_name, "export") == 0)
2503 if (strcmp (cvs_cmd_name, "export") == 0)
2559 if (strcmp (cvs_cmd_name, "export") == 0)
2600 if (strcmp (cvs_cmd_name, "expor
[all...]
H A Dcheckout.c144 if (strcmp (cvs_cmd_name, "export") == 0)
192 cvs_cmd_name);
H A Droot.c816 char *cvs_cmd_name = "parse_cvsroot"; /* XXX is this used??? */ variable
H A Dupdate.c194 cvs_cmd_name);
844 if (strcmp (cvs_cmd_name, "export") == 0)
1464 if (strcmp (cvs_cmd_name, "update") == 0)
1812 if (strcmp (cvs_cmd_name, "update") == 0)
H A Dedit.c253 if (strcmp (cvs_cmd_name, "release") != 0)
265 if (strcmp (cvs_cmd_name, "release") == 0)
H A Dtag.c121 is_rtag = (strcmp (cvs_cmd_name, "rtag") == 0);
165 cvs_cmd_name);
H A Dcvs.h381 extern const char *program_name, *program_path, *cvs_cmd_name;
H A Dmodules.c745 cvs_output (cvs_cmd_name, 0);
H A Dpatch.c97 cvs_cmd_name);
H A Dimport.c97 cvs_cmd_name);
H A Dlog.c239 is_rlog = (strcmp (cvs_cmd_name, "rlog") == 0);
H A Dserver.c2804 /* Global `cvs_cmd_name' is probably "server" right now -- only
2818 cvs_cmd_name = cmd_name;
4097 /* Compensate for server_export()'s setting of cvs_cmd_name.
4102 do_cvs_command ((strcmp (cvs_cmd_name, "export") == 0) ?
4112 cvs_cmd_name = "export";
H A Dcommit.c1512 cvs_output (cvs_cmd_name, 0);

Completed in 225 milliseconds