Home
last modified time | relevance | path

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

/openbsd/usr.bin/cvs/
H A Droot.c175 if (cvs_cmdop == CVS_OP_IMPORT) { in cvsroot_get()
H A Dfile.c442 if (cvs_cmdop != CVS_OP_EXPORT && cvs_cmdop != CVS_OP_IMPORT && in cvs_file_walkdir()
499 if (cvs_cmdop == CVS_OP_IMPORT) in cvs_file_walkdir()
741 case CVS_OP_IMPORT: in cvs_file_classify()
935 } else if (cvs_cmdop != CVS_OP_IMPORT) { in cvs_file_classify()
H A Dcvs.h60 #define CVS_OP_IMPORT 11 macro
H A Dremote.c292 if (cvs_cmdop == CVS_OP_IMPORT && cf->file_type == CVS_FILE) in cvs_remote_classify_file()
H A Dtrigger.c93 if (cvs_cmdop == CVS_OP_IMPORT) { in expand_args()
H A Dimport.c57 CVS_OP_IMPORT, CVS_USE_WDIR, "import",
H A Dserver.c549 cvs_cmdop = CVS_OP_IMPORT; in cvs_server_import()
H A Dutil.c473 case CVS_OP_IMPORT: in cvs_get_repository_name()
H A Dclient.c469 if (cf->file_ent != NULL && cvs_cmdop != CVS_OP_IMPORT) { in cvs_client_sendfile()