Searched refs:MAX_COLS (Results 1 – 1 of 1) sorted by relevance
31 #define MAX_COLS 64 macro86 static char text[MAX_ROWS][MAX_COLS];91 static char menu[MAX_ROWS][MAX_COLS];341 if (text_cols > MAX_COLS - 1) text_cols = MAX_COLS - 1; in ui_init()