Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDrcs.h203 char *RCS_check_kflag (const char *arg);
HDpatch.c130 options = RCS_check_kflag (optarg); in patch()
HDadd.c83 options = RCS_check_kflag (optarg); in add()
HDadmin.c425 admin_data.kflag = RCS_check_kflag (optarg); in admin()
HDdiff.c368 options = RCS_check_kflag (optarg); in diff()
HDcheckout.c170 options = RCS_check_kflag (optarg); in checkout()
HDimport.c147 free (RCS_check_kflag (optarg)); in import()
HDupdate.c182 options = RCS_check_kflag (optarg); in update()
HDrcs.c3307 RCS_check_kflag (const char *arg) in RCS_check_kflag() function