Searched refs:kMaxCols (Results 1 – 2 of 2) sorted by relevance
87 static const int kMaxCols = 96; variable91 char text[kMaxRows][kMaxCols];97 char menu[kMaxRows][kMaxCols];
360 if (text_cols > kMaxCols - 1) text_cols = kMaxCols - 1; in Init()