Searched defs:begx (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | window.c | 135 WINDOW *PDC_makenew(int nlines, int ncols, int begy, int begx) in PDC_makenew() 233 WINDOW *newwin(int nlines, int ncols, int begy, int begx) in newwin() 294 WINDOW *subwin(WINDOW *orig, int nlines, int ncols, int begy, int begx) in subwin() 342 WINDOW *derwin(WINDOW *orig, int nlines, int ncols, int begy, int begx) in derwin() 376 int nlines, ncols, begy, begx, i; in dupwin() local
|
H A D | refresh.c | 61 int begy, begx; /* window's place on screen */ in wnoutrefresh() local
|
H A D | pad.c | 103 WINDOW *subpad(WINDOW *orig, int nlines, int ncols, int begy, int begx) in subpad()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/demos/ |
H A D | tui.c | 626 int cury, curx, begy, begx, oldattr; in weditstr() local 758 int cury, curx, begy, begx; in winputbox() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/ |
H A D | tinycurses.c | 233 WINDOW *derwin(WINDOW *orig, int num_lines, int num_columns, int begy, int begx) in derwin() 385 WINDOW *newwin(int num_lines, int num_columns, int begy, int begx) in newwin()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | cursesw.h | 881 int begx() const { return getbegx(w); } in begx() function
|