Searched refs:MIN (Results 1 – 6 of 6) sorted by relevance
/scripts/kconfig/lxdialog/ |
D | textbox.c | 333 line += MIN(strlen(line), hscroll); /* Scroll horizontally */ in print_line() 336 waddnstr(win, line, MIN(strlen(line), width - 2)); in print_line()
|
D | checklist.c | 127 max_choice = MIN(list_height, item_count()); in dialog_checklist() 170 check_x = MIN(check_x, list_width); in dialog_checklist()
|
D | menubox.c | 190 max_choice = MIN(menu_height, item_count()); in dialog_menu() 321 choice = MIN(choice + 1, max_choice - 1); in dialog_menu()
|
D | dialog.h | 43 #define MIN(x,y) (x < y ? x : y) macro
|
D | util.c | 355 int tlen = MIN(width - 2, strlen(title)); in print_title()
|
/scripts/ |
D | asn1_compiler.c | 254 _(MIN),
|