Searched defs:nlines (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dwindows.c43 * @v nlines window height
49 WINDOW *derwin ( WINDOW *parent, int nlines, int ncols, argument
57 ( (unsigned)nlines > parent->height ) )
61 child->height = nlines;
115 * @v nlines number of lines
121 WINDOW *newwin ( int nlines, int ncols, int begin_y, int begin_x ) { argument
125 if ( ( (unsigned)( begin_y + nlines ) > stdscr->height ) &&
130 win->height = nlines;
141 * @v nlines window height
147 WINDOW *subwin ( WINDOW *parent, int nlines, in argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmscvpdb.h1773 DWORD nlines; /* number of lines in this block */ member in struct:codeview_lt2blk_lines
1778 } l[1]; /* actually array of <nlines> */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmscvpdb.h1697 DWORD nlines; /* number of lines in this block */ member in struct:codeview_lt2blk_lines
1702 } l[1]; /* actually array of <nlines> */

Completed in 77 milliseconds