Searched refs:LINES (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dwininit.c21 stdscr->height = LINES;
34 mvprintw ( ( LINES - 1 ), 0, "\n" );
H A Dslk.c65 LINES++;
66 wmove ( stdscr, LINES, 0 );
71 LINES--;
282 LINES -= 1;
H A Dwindows.c102 if ( ( ( (unsigned)y + win->height ) > LINES ) ||
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dvideo_subr.c60 memcpy(vidmem, vidmem + COLS * 2, (LINES - 1) * COLS * 2);
61 for (i = (LINES - 1) * COLS * 2; i < LINES * COLS * 2; i += 2)
96 if (video_line >= LINES) {
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dvga.h26 #define LINES 25 macro
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dpxemenu.c204 row = ( LINES - menu->num_items + index );
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h99 #define LINES _LINES macro

Completed in 236 milliseconds