Home | History | Annotate | Download | only in browsers

Lines Matching full:unfolded

43 static char tree__folded_sign(bool unfolded)
45 return unfolded ? '-' : '+';
50 return self->has_children ? tree__folded_sign(self->unfolded) : ' ';
65 self->unfolded = unfold ? self->has_children : false;
86 if (folded_sign == '-') /* Have children and they're unfolded */
96 bool unfolded = false;
101 unfolded = chain->ms.unfolded;
104 if (unfolded)
128 self->unfolded = !self->unfolded;
192 if (he->ms.unfolded)
686 if (h->ms.unfolded) {
707 if (h->ms.unfolded) {
739 * unfolded, if it is then we should have
743 if (h->ms.unfolded)