Searched refs:current_depth (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c1038 int current_depth = 0; local
1040 while (current_depth < template_depth)
1044 if (current_depth == 0)
1048 current_depth++;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c4085 int current_depth = relpath_depth(current_relpath); local
4107 if (current_depth <= op_depth)
4111 --current_depth;
4113 if (scan || current_depth == op_depth)

Completed in 237 milliseconds