Searched refs:MAX (Results 1 – 4 of 4) sorted by relevance
28 #define MAX(x,y) (x > y ? x : y) macro
169 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist()
300 choice = MAX(choice - 1, 0); in dialog_menu()
253 _(MAX),
Completed in 7 milliseconds