Searched refs:switched (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Drevision_status.c54 result->switched = FALSE;
61 &result->switched,
H A Dutil.c457 (*status)->switched = old_status->switched;
H A Dstatus.c397 /* A node is switched if it doesn't have the implied repos_relpath */
654 stat->switched = switched_p;
1841 /* If it's switched, send it. */
1842 if (status->switched)
H A Dwc-metadata.sql886 switched subtrees, but excluding those which map to the root
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.h45 is missing, but is not switched. */
47 is switched. */ member in struct:svn_client__merge_path_t
48 svn_boolean_t switched; /* ABSPATH is switched. */
129 (ignored if NULL) or beyond any switched path.
360 working copy or the nearest switched parent for an elision
H A Dstatus.c715 (*cst)->switched = status->switched;
720 (*cst)->switched = FALSE;
H A Dcommit_util.c773 if (!copy_mode_root && !status->switched && !is_added)
781 if (copy_mode_root || status->switched || node_rev != dir_rev)
H A Dmerge.c4730 all the following comments still apply, but with SOURCE->loc1 switched
4949 child_inherits_implicit = (parent && !child->switched);
5051 or if CHILD is the root of a switched subtree, in which case PARENT
5053 child_inherits_implicit = (parent && !child->switched);
6032 Else if CHILD->ABSPATH is switched or absent then make sure its immediate
6039 (e.g. don't add directory siblings of a switched file).
6059 || (child->switched
6069 parent->switched_child = child->switched;
6076 parent->switched_child = child->switched;
6138 the root of each switched subtre
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/svn/
H A Dstatus.c104 /* Return the single character representation of the switched column
109 if (status->switched)
510 if (status->switched)
511 svn_hash_sets(att_hash, "switched", "true");
/freebsd-10.2-release/contrib/subversion/subversion/svnversion/
H A Dsvnversion.c64 " determine if WC_PATH itself is switched (detection of switches\n"
72 " copy is single revision, unmodified, not switched and with\n"
78 " 4123S switched working copy\n"
80 " 4123:4168MS mixed revision, modified, switched working copy\n"
287 if (res->switched)
/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dsvn_wc.h2822 * name, but this entry represents a different revision or a switched
3658 /** a file or directory can be 'switched' if the switch command has been
3661 svn_boolean_t switched;
3785 /** a file or directory can be 'switched' if the switch command has been
3788 svn_boolean_t switched;
3849 * svn:externals; if file_external is TRUE, then switched is always
3899 /** a file or directory can be 'switched' if the switch command has been
3902 svn_boolean_t switched;
4487 /* ### BH: Maybe add a delete_switched flag that allows deny switched
5467 * local_abspath is not the root of the working copy, and switched agains
3653 svn_boolean_t switched; member in struct:svn_wc_status3_t
3780 svn_boolean_t switched; member in struct:svn_wc_status2_t
3894 svn_boolean_t switched; member in struct:svn_wc_status_t
7875 svn_boolean_t switched; /**< Is anything switched? */ member in struct:svn_wc_revision_status_t
[all...]
H A Dsvn_client.h1406 * the working copy was actually switched.
1407 * @param[in] path The directory to be switched. This need not be the
2332 /** A file or directory can be 'switched' if the switch command has been
2335 svn_boolean_t switched;
2338 * svn:externals; if file_external is TRUE, then switched is always
3708 * mixed revisions, local modifications and/or switched subtrees; if
2333 svn_boolean_t switched; member in struct:svn_client_status_t
/freebsd-10.2-release/sys/dev/oce/
H A Doce_hw.h2545 uint32_t switched:1; member in struct:oce_nic_rx_cqe::__anon9821::__anon9822
2594 uint32_t switched:1;
2628 uint32_t switched:1; member in struct:oce_nic_rx_cqe_v1::__anon9823::__anon9824
2675 uint32_t switched:1;
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm280 /* A hook to tell gdb that we've switched to ARM mode. Also used to call
/freebsd-10.2-release/contrib/subversion/
H A Dconfigure1644 (PATH optional). This behavior can be switched off

Completed in 388 milliseconds