Home
last modified time | relevance | path

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

/trueos/contrib/ncurses/ncurses/tty/
HDhashmap.c81 # define screen_lines MAXLINES
83 int oldnums[MAXLINES], reallines[MAXLINES];
84 static NCURSES_CH_T oldtext[MAXLINES][TEXTWIDTH];
85 static NCURSES_CH_T newtext[MAXLINES][TEXTWIDTH];
HDhardscroll.c155 # define screen_lines MAXLINES
157 oldnums[MAXLINES];
/trueos/contrib/ncurses/ncurses/
HDcurses.priv.h239 #define MAXLINES 66 macro
/trueos/contrib/ncurses/
HDNEWS6626 + use screen_lines or MAXLINES as needed where LINES was coded,
7218 LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).