Home
last modified time | relevance | path

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

/bootable/recovery/
Dui.c31 #define MAX_COLS 64 macro
86 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()