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

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dresizeterm.c165 child_depth(WINDOW *cmp) function
178 depth = 1 + child_depth(tst);
220 child_depth(win),
288 if (child_depth(win) == depth) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dcrop.c88 svn_depth_t child_depth; local
98 NULL,NULL, NULL, NULL, &child_depth,
176 child_depth, svn_depth_empty,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c6636 svn_depth_t *child_depth = apr_hash_this_val(hi);
6642 if (*child_depth == svn_depth_empty
6643 || *child_depth == svn_depth_files)
6652 if (*child_depth == svn_depth_empty
6653 || *child_depth == svn_depth_files)
6666 && (*child_depth == svn_depth_empty
6667 || *child_depth == svn_depth_files))
6629 svn_depth_t *child_depth = apr_hash_this_val(hi); local

Completed in 429 milliseconds