Home
last modified time | relevance | path

Searched refs:SORT_ALPHA (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py81 SORT_ALPHA = 0 variable
338 if SORT_ALPHA == sort_model:
554 add_line(" %s Alpha-numeric order" % ('->' if (SORT_ALPHA == sort_model) else '- '))
1441 sort_model = SORT_ALPHA
1442 elif sort_model == SORT_ALPHA:
1458 alert("SORT=%s" % ("ALPHA" if (sort_model == SORT_ALPHA) else "DEPS"),screen)