Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dpanel.c177 static void Touchline(PANEL *pan, int start, int count) in Touchline() function
192 #define Touchline(pan, start, count) touchline((pan)->win, start, count) macro