Searched refs:depth_dots_string (Results 1 – 1 of 1) sorted by relevance
130 static const char *const depth_dots_string = ".........."; variable139 return depth_dots_string + (depth >= 10 ? 0 : 10 - depth); in depth_dots()