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