Searched refs:PDC_resize_screen (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/ |
H A D | curspriv.h | 88 int PDC_resize_screen(int, int);
|
H A D | IMPLEMNT | 214 int PDC_resize_screen(int nlines, int ncols);
|
H A D | HISTORY | 408 mode has been changed by PDC_resize_screen(), curs_set(1) reverts to
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/pdcurses-backend/ |
H A D | pdcscrn.c | 84 int PDC_resize_screen(int nlines, int ncols) in PDC_resize_screen() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/x11/ |
H A D | pdcscrn.c | 51 int PDC_resize_screen(int nlines, int ncols) in PDC_resize_screen() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | initscr.c | 300 if (!stdscr || PDC_resize_screen(nlines, ncols) == ERR) in resize_term()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/sdl1/ |
H A D | pdcscrn.c | 206 int PDC_resize_screen(int nlines, int ncols) in PDC_resize_screen() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/os2/ |
H A D | pdcscrn.c | 205 int PDC_resize_screen(int nlines, int ncols) in PDC_resize_screen() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/dos/ |
H A D | pdcscrn.c | 594 int PDC_resize_screen(int nlines, int ncols) in PDC_resize_screen() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/win32/ |
H A D | pdcscrn.c | 466 int PDC_resize_screen(int nlines, int ncols) in PDC_resize_screen() function
|