Home
last modified time | relevance | path

Searched defs:touchline (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dtouch.c74 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/
Dcursesw.h658 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
Dcurses.h1135 #define touchline(win, s, c) wtouchln((win), s, c, 1) macro
Dncurses.h1135 #define touchline(win, s, c) wtouchln((win), s, c, 1) macro
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h969 #define touchline(win, s, c) wtouchln((win), s, c, 1) macro