Home
last modified time | relevance | path

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

/bootable/recovery/
Dui.c37 #define MAX_ROWS 32 macro
83 static char text[MAX_ROWS][MAX_COLS];
89 static char menu[MAX_ROWS][MAX_COLS];
386 if (text_rows > MAX_ROWS) text_rows = MAX_ROWS; in ui_init()