Searched refs:parent_depth (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/ncurses/ncurses/base/ |
| H A D | resizeterm.c | 198 parent_depth(WINDOW *cmp) in parent_depth() function 227 parent_depth(win), in adjust_window() 332 if (parent_depth(win) == depth) { in increase_size()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | node.c | 927 svn_depth_t *parent_depth, in svn_wc__check_for_obstructions() argument 945 if (parent_depth) in svn_wc__check_for_obstructions() 946 *parent_depth = svn_depth_unknown; in svn_wc__check_for_obstructions() 969 NULL, NULL, NULL, parent_depth, NULL, NULL, in svn_wc__check_for_obstructions()
|
| /freebsd-13.1/contrib/subversion/subversion/include/private/ |
| H A D | svn_wc_private.h | 1102 svn_depth_t *parent_depth,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | merge.c | 531 svn_depth_t *parent_depth, in perform_obstruction_check() argument 558 parent_depth, in perform_obstruction_check() 1824 svn_depth_t parent_depth; in merge_file_opened() local 1834 &parent_depth, in merge_file_opened() 1863 || (parent_depth != svn_depth_unknown && in merge_file_opened() 1864 parent_depth < svn_depth_files))) in merge_file_opened() 2611 svn_depth_t parent_depth; in merge_dir_opened() local 2621 &parent_depth, merge_b, in merge_dir_opened() 2673 || (parent_depth != svn_depth_unknown && in merge_dir_opened() 2674 parent_depth < svn_depth_immediates))) in merge_dir_opened()
|