Lines Matching refs:unfolded
73 if (he->leaf && he->unfolded)
156 static char tree__folded_sign(bool unfolded)
158 return unfolded ? '-' : '+';
163 return he->has_children ? tree__folded_sign(he->unfolded) : ' ';
168 return cl->has_children ? tree__folded_sign(cl->unfolded) : ' ';
173 cl->unfolded = unfold ? cl->has_children : false;
195 if (folded_sign == '-') /* Have children and they're unfolded */
239 bool unfolded = false;
250 unfolded = chain->unfolded;
253 if (unfolded)
295 if (include_children && child->unfolded)
312 he->unfolded = !he->unfolded;
324 cl->unfolded = !cl->unfolded;
419 return he->unfolded;
421 return container_of(ms, struct callchain_list, ms)->unfolded;
471 if (he->unfolded) {
586 he->unfolded = unfold ? he->has_children : false;
650 if (unfold == browser->he_selection->unfolded)
1832 h->unfolded = false;
1963 if (h->unfolded && h->leaf) {
1985 if (h->unfolded && h->leaf) {
2018 * unfolded, if it is then we should have
2022 if (h->unfolded && h->leaf)