Searched refs:MAXLINES (Results 1 – 4 of 4) sorted by relevance
89 # define screen_lines(sp) MAXLINES91 static int oldnums[MAXLINES], reallines[MAXLINES];92 static NCURSES_CH_T oldtext[MAXLINES][TEXTWIDTH(sp)];93 static NCURSES_CH_T newtext[MAXLINES][TEXTWIDTH(sp)];
156 # define screen_lines(sp) MAXLINES158 oldnums[MAXLINES];
355 #define MAXLINES 66 macro
13430 + use screen_lines or MAXLINES as needed where LINES was coded,14022 LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).