Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tty/
H A Dhashmap.c89 # define screen_lines(sp) MAXLINES
91 static int oldnums[MAXLINES], reallines[MAXLINES];
92 static NCURSES_CH_T oldtext[MAXLINES][TEXTWIDTH(sp)];
93 static NCURSES_CH_T newtext[MAXLINES][TEXTWIDTH(sp)];
H A Dhardscroll.c156 # define screen_lines(sp) MAXLINES
158 oldnums[MAXLINES];
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h355 #define MAXLINES 66 macro
/freebsd/contrib/ncurses/
H A DNEWS13430 + use screen_lines or MAXLINES as needed where LINES was coded,
14022 LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).