Home
last modified time | relevance | path

Searched defs:begx (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dwindow.c135 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 Drefresh.c61 int begy, begx; /* window's place on screen */ in wnoutrefresh() local
H A Dpad.c103 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 Dtui.c626 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 Dtinycurses.c233 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/
Dcursesw.h881 int begx() const { return getbegx(w); } in begx() function