Searched refs:MAX_ROWS (Results 1 – 1 of 1) sorted by relevance
37 #define MAX_ROWS 32 macro83 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()