4+ results for 'MUTT_TREE_LLCORNER' (86 ms)
237 char *pfx = NULL, *mypfx = NULL, *arrow = NULL, *myarrow = NULL, *new_tree; 238 char corner = (Sort & SORT_REVERSE) ? MUTT_TREE_ULCORNER : MUTT_TREE_LLCORNER; 239 char vtee = (Sort & SORT_REVERSE) ? MUTT_TREE_BTEE : MUTT_TREE_TTEE;
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;