Searched refs:COLS (Results 1 - 9 of 9) sorted by relevance

/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)
85 vidmem[((video_col + (video_line *COLS)) * 2)] = byte;
86 vidmem[((video_col + (video_line *COLS)) * 2) +1] = VGA_ATTR_CLR_WHT;
92 if (video_col >= COLS) {
101 write_crtc((video_col + (video_line *COLS)) >> 8, CRTC_CURSOR_HI);
102 write_crtc((video_col + (video_line *COLS)) & 0x0ff, CRTC_CURSOR_LO);
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dwininit.c22 stdscr->width = COLS;
H A Dwindows.c103 ( ( (unsigned)x + win->width ) > COLS ) )
H A Dslk.c274 available_width = COLS - ( ( MIN_SPACE_SIZE * nmaj ) + nmin );
331 if ( pos_x < COLS )
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dvga.h27 #define COLS 80 macro
/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dsettings_ui.c262 char buf[COLS];
266 mvprintw ( row, ( ( COLS - len ) / 2 ), "%s", buf );
H A Dmenu_ui.c350 mvprintw ( TITLE_ROW, ( ( COLS - strlen ( ui.menu->title ) ) / 2 ),
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dpxemenu.c192 char buf[COLS+1];
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h98 #define COLS _COLS macro

Completed in 89 milliseconds