Searched defs:touchline (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | touch.c | 74 int touchline(WINDOW *win, int start, int count) in touchline() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | cursesw.h | 658 inline int UNDEF(touchline)(WINDOW *win, int s, int c) in UNDEF() argument 661 #define touchline UNDEF(touchline) macro 1229 int touchline(int s, int c) { return ::touchline(w, s, c); } in touchline() function
|
D | curses.h | 1135 #define touchline(win, s, c) wtouchln((win), s, c, 1) macro
|
D | ncurses.h | 1135 #define touchline(win, s, c) wtouchln((win), s, c, 1) macro
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/ |
H A D | curses.h | 969 #define touchline(win, s, c) wtouchln((win), s, c, 1) macro
|