Home
last modified time | relevance | path

Searched refs:child_depth (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ncurses/ncurses/base/
HDresizeterm.c173 child_depth(WINDOW *cmp) in child_depth() function
186 depth = 1 + child_depth(tst); in child_depth()
228 child_depth(win), in adjust_window()
297 if (child_depth(win) == depth) { in decrease_size()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDcrop.c88 svn_depth_t child_depth; in crop_children() local
98 NULL,NULL, NULL, NULL, &child_depth, in crop_children()
176 child_depth, svn_depth_empty, in crop_children()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDmerge.c6629 svn_depth_t *child_depth = apr_hash_this_val(hi); in get_mergeinfo_paths() local
6635 if (*child_depth == svn_depth_empty in get_mergeinfo_paths()
6636 || *child_depth == svn_depth_files) in get_mergeinfo_paths()
6645 if (*child_depth == svn_depth_empty in get_mergeinfo_paths()
6646 || *child_depth == svn_depth_files) in get_mergeinfo_paths()
6659 && (*child_depth == svn_depth_empty in get_mergeinfo_paths()
6660 || *child_depth == svn_depth_files)) in get_mergeinfo_paths()