Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tty/
H A Dhashmap.c89 # define screen_lines(sp) MAXLINES
91 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];
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h317 #define MAXLINES 66 macro