Home
last modified time | relevance | path

Searched refs:rcs_optarg (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.bin/rcs/
H A Drcsmerge.c67 kflag = rcs_kflag_get(rcs_optarg); in rcsmerge_main()
74 rcs_setrevstr2(&rev_str1, &rev_str2, rcs_optarg); in rcsmerge_main()
78 rcs_setrevstr2(&rev_str1, &rev_str2, rcs_optarg); in rcsmerge_main()
83 rcs_optarg ? rcs_optarg : ""); in rcsmerge_main()
95 rcs_suffixes = rcs_optarg ? rcs_optarg : ""; in rcsmerge_main()
98 timezone_flag = rcs_optarg; in rcsmerge_main()
H A Dco.c65 date = rcs_optarg; in checkout_main()
68 rcs_setrevstr(&rev_str, rcs_optarg); in checkout_main()
72 rcs_setrevstr(&rev_str, rcs_optarg); in checkout_main()
77 kflag = rcs_kflag_get(rcs_optarg); in checkout_main()
88 rcs_setrevstr(&rev_str, rcs_optarg); in checkout_main()
92 rcs_setrevstr(&rev_str, rcs_optarg); in checkout_main()
107 state = rcs_optarg; in checkout_main()
126 if (rcs_optarg == NULL) { in checkout_main()
130 author = rcs_optarg; in checkout_main()
135 rcs_suffixes = rcs_optarg ? rcs_optarg : ""; in checkout_main()
[all …]
H A Drcsprog.c44 char *rcs_optarg; variable
216 alist = rcs_optarg; in rcs_main()
219 comment = rcs_optarg; in rcs_main()
222 elist = rcs_optarg; in rcs_main()
246 lrev = rcs_optarg; in rcs_main()
258 nflag = rcs_optarg; in rcs_main()
261 nflag = rcs_optarg; in rcs_main()
265 orange = rcs_optarg; in rcs_main()
271 descfile = rcs_optarg; in rcs_main()
285 urev = rcs_optarg; in rcs_main()
[all …]
H A Drcsclean.c61 kflag = rcs_kflag_get(rcs_optarg); in rcsclean_main()
68 rcs_setrevstr(&rev_str, rcs_optarg); in rcsclean_main()
72 rcs_setrevstr(&rev_str, rcs_optarg); in rcsclean_main()
76 rcs_setrevstr(&rev_str, rcs_optarg); in rcsclean_main()
82 rcs_setrevstr(&rev_str, rcs_optarg); in rcsclean_main()
90 rcs_suffixes = rcs_optarg ? rcs_optarg : ""; in rcsclean_main()
H A Drcsdiff.c81 if (strlcat(diffargs, rcs_optarg, sizeof(diffargs)) >= in rcsdiff_main()
84 diff_context = strtonum(rcs_optarg, 0, INT_MAX, &errstr); in rcsdiff_main()
87 errstr, rcs_optarg); in rcsdiff_main()
110 if (strlcat(diffargs, rcs_optarg, sizeof(diffargs)) >= in rcsdiff_main()
113 push_ignore_pats(rcs_optarg); in rcsdiff_main()
116 kflag = rcs_kflag_get(rcs_optarg); in rcsdiff_main()
138 rcs_setrevstr2(&rev_str1, &rev_str2, rcs_optarg); in rcsdiff_main()
153 if (strlcat(diffargs, rcs_optarg, sizeof(diffargs)) >= in rcsdiff_main()
159 errstr, rcs_optarg); in rcsdiff_main()
179 rcs_suffixes = rcs_optarg ? rcs_optarg : ""; in rcsdiff_main()
[all …]
H A Dci.c134 if (rcs_optarg == NULL) in checkin_main()
140 rcs_setrevstr(&rev_str, rcs_optarg); in checkin_main()
144 rcs_setrevstr(&rev_str, rcs_optarg); in checkin_main()
170 pb.rcs_msg = rcs_optarg; in checkin_main()
179 pb.symbol = rcs_optarg; in checkin_main()
191 pb.state = rcs_optarg; in checkin_main()
200 if (rcs_optarg == NULL) in checkin_main()
202 pb.description = rcs_optarg; in checkin_main()
214 pb.author = xstrdup(rcs_optarg); in checkin_main()
218 rcs_suffixes = rcs_optarg ? rcs_optarg : ""; in checkin_main()
[all …]
H A Drlog.c89 rlog_dates = rcs_optarg; in rlog_main()
92 revend = rcs_optarg; in rlog_main()
102 llist = rcs_optarg; in rlog_main()
117 revisions = rcs_optarg; in rlog_main()
120 revsep = rcs_optarg; in rlog_main()
123 slist = rcs_optarg; in rlog_main()
138 wlist = rcs_optarg; in rlog_main()
142 rcs_suffixes = rcs_optarg ? rcs_optarg : ""; in rlog_main()
145 timezone_flag = rcs_optarg; in rlog_main()
H A Drcsprog.h80 extern char *rcs_optarg;
H A Drcsutil.c95 rcs_optarg = NULL; in rcs_getopt()
126 rcs_optarg = a; in rcs_getopt()