Home
last modified time | relevance | path

Searched refs:RCS_check_kflag (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/cvs/src/
Drcs.h201 char *RCS_check_kflag PROTO((const char *arg));
Dpatch.c135 options = RCS_check_kflag (optarg);
Dadd.c85 options = RCS_check_kflag (optarg);
Ddiff.c384 options = RCS_check_kflag (optarg);
Dadmin.c368 admin_data.kflag = RCS_check_kflag (optarg);
Dcheckout.c177 options = RCS_check_kflag (optarg);
Dimport.c131 free (RCS_check_kflag (optarg));
Dupdate.c179 options = RCS_check_kflag (optarg);
DChangeLog-93952074 * rcs.c (RCS_check_kflag): Allow RCS 5.7's new -kb option.
2156 RCS_check_kflag, RCS_check_tag, RCS_isdead, RCS_parse,
2157 RCS_parsercsfile_i), rcs.h (RCS_addnode, RCS_check_kflag,
2190 * import.c (import): Use RCS_check_kflag() to check -k options.
2193 * rcs.c (RCS_check_kflag): Added keyword_usage array from import.c
DChangeLog-972401 * rcs.c (kflags): Move out of RCS_check_kflag, and make file
2697 (RCS_check_kflag): Add comment concerning karg size.
Drcs.c3364 RCS_check_kflag (arg) in RCS_check_kflag() function