Home
last modified time | relevance | path

Searched refs:option_with_arg (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
H A Dhistory.c611 option_with_arg ("-X", fname); in history()
615 option_with_arg ("-b", backto); in history()
619 option_with_arg ("-p", f1->l_file + 1); in history()
621 option_with_arg ("-f", f1->l_file); in history()
626 option_with_arg ("-n", *mod); in history()
628 option_with_arg ("-r", since_rev); in history()
630 option_with_arg ("-t", since_tag); in history()
632 option_with_arg ("-u", *mod); in history()
636 option_with_arg ("-x", rec_types); in history()
637 option_with_arg ("-z", tz_name); in history()
H A Dwatch.c347 option_with_arg ("-a", "edit"); in watch_addremove()
349 option_with_arg ("-a", "unedit"); in watch_addremove()
351 option_with_arg ("-a", "commit"); in watch_addremove()
353 option_with_arg ("-a", "none"); in watch_addremove()
H A Dedit.c559 option_with_arg ("-a", "all"); in edit()
561 option_with_arg ("-a", "none"); in edit()
565 option_with_arg ("-a", "edit"); in edit()
567 option_with_arg ("-a", "unedit"); in edit()
569 option_with_arg ("-a", "commit"); in edit()
H A Dcheckout.c318 option_with_arg ("-d", where); in checkout()
323 option_with_arg ("-r", tag); in checkout()
327 option_with_arg ("-j", join_orig1); in checkout()
329 option_with_arg ("-j", join_orig2); in checkout()
H A Ddiff.c445 option_with_arg ("-j", diff_join1); in diff()
447 option_with_arg ("-r", diff_orig1); in diff()
451 option_with_arg ("-j", diff_join2); in diff()
453 option_with_arg ("-r", diff_orig2); in diff()
H A Dclient.h88 void option_with_arg (const char *option, const char *arg);
H A Dannotate.c120 option_with_arg ("-r", tag); in annotate()
H A Dpatch.c207 option_with_arg ("-r", rev1); in patch()
211 option_with_arg ("-r", rev2); in patch()
H A Dimport.c281 option_with_arg ("-b", vbranch); in import()
282 option_with_arg ("-m", message ? message : ""); in import()
284 option_with_arg ("-k", keyword_opt); in import()
H A Dls.c157 option_with_arg ("-r", show_tag); in ls()
H A Dupdate.c283 option_with_arg ("-r", tag); in update()
289 option_with_arg ("-j", join_orig1); in update()
291 option_with_arg ("-j", join_orig2); in update()
H A Dadd.c175 option_with_arg ("-m", message); in add()
H A Dcommit.c578 option_with_arg ("-m", saved_message ? saved_message : ""); in commit()
642 option_with_arg ("-r", saved_tag); in commit()
H A Dtag.c224 option_with_arg ("-r", numtag); in cvstag()
H A Dclient.c5113 option_with_arg (const char *option, const char *arg) in option_with_arg() function
5139 option_with_arg ("-D", buf); in client_senddate()