Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
A Ddialog.h44 #define MAX(x,y) (x > y ? x : y) macro
A Dchecklist.c169 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist()
A Dmenubox.c308 choice = MAX(choice - 1, 0); in dialog_menu()

Completed in 15 milliseconds