4+ results for 'MUTT_TREE_LLCORNER' (1594 ms)
106 s = buf + 2 * (actx->idx[rindex]->level - 1); 107 *s++ = (actx->idx[rindex]->content->next) ? MUTT_TREE_LTEE : MUTT_TREE_LLCORNER; 108 *s++ = MUTT_TREE_HLINE;
55 { 56 case MUTT_TREE_LLCORNER: 57 if (option (OPTASCIICHARS))
74 s = buf + 2 * (idx[x]->level - 1); 75 *s++ = (idx[x]->content->next) ? MUTT_TREE_LTEE : MUTT_TREE_LLCORNER; 76 *s++ = MUTT_TREE_HLINE;
236 char *pfx = NULL, *mypfx = NULL, *arrow = NULL, *myarrow = NULL, *new_tree; 237 char corner = (Sort & SORT_REVERSE) ? MUTT_TREE_ULCORNER : MUTT_TREE_LLCORNER; 238 char vtee = (Sort & SORT_REVERSE) ? MUTT_TREE_BTEE : MUTT_TREE_TTEE;