PageRenderTime 33ms queryTime 38ms sortTime 0ms getByIdsTime 5ms findMatchingLines 1ms

4+ results for 'MUTT_TREE_LLCORNER' (33 ms)

Not the results you expected?
recvattach.c https://git.sr.ht/~kevin8t8/mutt/ | C | 1424 lines
                    
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;
                    
                
recvattach.c https://bitbucket.org/mutt/mutt | C | 1295 lines
                    
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;
                    
                
menu.c https://bitbucket.org/mutt/mutt | C | 1211 lines
                    
55	{
                    
56	  case MUTT_TREE_LLCORNER:
                    
57	    if (option (OPTASCIICHARS))
                    
                
thread.c https://bitbucket.org/mutt/mutt | C | 1441 lines
                    
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;
                    
                
 

Source

Language