Searched refs:MAX_ROWS (Results 1 – 6 of 6) sorted by relevance
33 #define MAX_ROWS 32 macro77 static char text[MAX_ROWS][MAX_COLS];82 static char menu[MAX_ROWS][MAX_COLS];335 if (text_rows > MAX_ROWS) text_rows = MAX_ROWS; in ui_init()
33 #define MAX_ROWS 32 macro80 static char text[MAX_ROWS][MAX_COLS];85 static char menu[MAX_ROWS][MAX_COLS];110 textInfo itemsInfo[MAX_ROWS];565 if (text_rows > MAX_ROWS) text_rows = MAX_ROWS; in ui_init()770 if (text_rows > MAX_ROWS) in ui_print_init()771 text_rows = MAX_ROWS; in ui_print_init()
110 #define MAX_ROWS 32 macro
684 cur_p_y = MAX_ROWS / 2; in main()
28 #define MAX_ROWS (MAX_SIDES * MAX_SOCKETS) macro
28 #define MAX_ROWS 8 macro