Home
last modified time | relevance | path

Searched refs:isremote (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drelease.c192 if (current_parsed_root->isremote) in release()
325 if (!current_parsed_root->isremote in release()
341 if (current_parsed_root->isremote) in release()
365 if (current_parsed_root->isremote) in release()
387 if (current_parsed_root->isremote) in release()
H A Dversion.c62 if (current_parsed_root && current_parsed_root->isremote) in version()
74 if (current_parsed_root && current_parsed_root->isremote) in version()
H A Dimport.c92 killnew = !current_parsed_root->isremote in import()
249 if (current_parsed_root->isremote) in import()
260 current_parsed_root->isremote ? NULL : repository, in import()
278 if (current_parsed_root->isremote) in import()
473 if (!current_parsed_root->isremote) in import_descend()
535 if (current_parsed_root->isremote) in import_descend()
558 if (!current_parsed_root->isremote) in import_descend()
1747 if (!quiet && !current_parsed_root->isremote) in import_descend_dir()
1758 if (!current_parsed_root->isremote && !isdir (repository)) in import_descend_dir()
H A Dedit.c86 if (current_parsed_root->isremote) in watch_onoff()
228 if (current_parsed_root->isremote) in send_notifications()
356 assert (!(current_parsed_root->isremote && check_edited)); in edit_fileproc()
373 if (!current_parsed_root->isremote) in edit_fileproc()
533 if (check_edited && current_parsed_root->isremote) in edit()
1217 if (current_parsed_root->isremote) in editors()
H A Droot.c117 if (!ret->isremote && !isdir (ret->directory)) in Name_Root()
387 newroot->isremote = false; in new_cvsroot_t()
637 newroot->isremote = (newroot->method != local_method); in parse_cvsroot()
640 if (readonlyfs && newroot->isremote) in parse_cvsroot()
H A Dmain.c1124 if (!current_parsed_root->isremote && !nolock) in main()
1154 if (!server_active && !current_parsed_root->isremote) in main()
1177 if (current_parsed_root != NULL && current_parsed_root->isremote) in main()
1197 !current_parsed_root->isremote && in main()
H A Drecurse.c265 && current_parsed_root->isremote) in start_recursion()
314 else if (current_parsed_root->isremote && server_started) in start_recursion()
404 !current_parsed_root->isremote) in start_recursion()
839 if (current_parsed_root->isremote) in do_recursion()
H A Droot.h34 bool isremote; /* True if we are doing remote access. */ member
H A Dwatch.c339 if (current_parsed_root->isremote) in watch_addremove()
524 if (current_parsed_root->isremote) in watchers()
H A Dremove.c85 if (current_parsed_root->isremote) { in cvsremove()
H A Dannotate.c101 if (current_parsed_root->isremote) in annotate()
H A Dcheckout.c282 if (current_parsed_root->isremote) in checkout()
441 if (current_parsed_root->isremote) return 1; in safe_location()
H A Dlogmsg.c207 assert (!current_parsed_root->isremote != !repository); in do_editor()
411 if (current_parsed_root->isremote) in do_verify()
H A Dstatus.c75 if (current_parsed_root->isremote) in cvsstatus()
H A Dadmin.c337 assert(current_parsed_root->isremote); in admin()
580 if (current_parsed_root->isremote) in admin()
H A Dignore.c80 if (!current_parsed_root->isremote) in ign_setup()
H A Dwrapper.c98 if (!current_parsed_root->isremote) in wrap_setup()
H A Dls.c135 if (current_parsed_root->isremote) in ls()
H A Dmkmodules.c1259 if (current_parsed_root->isremote) in init()
H A Ddiff.c410 if (current_parsed_root->isremote) { in diff()
H A Dpatch.c195 if (current_parsed_root->isremote) in patch()
H A Dadd.c159 if (current_parsed_root->isremote) in add()
H A Dcommit.c361 if (geteuid () == (uid_t) 0 && !current_parsed_root->isremote) in commit()
460 if (current_parsed_root->isremote) in commit()
H A Dhistory.c591 if (current_parsed_root->isremote) in history()
H A Dtag.c241 if (current_parsed_root->isremote) in cvstag()

12