Home | History | Annotate | Download | only in include

Lines Matching refs:nlines

743   NCursesWindow(int nlines,        // number of lines
749 int nlines, // number of lines
1257 NCursesColorWindow(int nlines, // number of lines
1261 : NCursesWindow(nlines, ncols, begin_y, begin_x) {
1265 int nlines, // number of lines
1271 nlines, ncols, // absolute screen pos,
1339 NCursesPad(int nlines, int ncols);
1415 NCursesFramedPad(NCursesWindow& win, int nlines, int ncols,
1417 : NCursesPad(nlines, ncols) {