Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcursesw.h178 inline int UNDEF(echochar)(chtype ch) { return echochar(ch); } in UNDEF() argument
180 #define echochar UNDEF(echochar) macro
1009 int echochar(const chtype ch) { return ::wechochar(w, ch); } in echochar() function
1481 int echochar(const chtype ch) { return ::pechochar(w, ch); } in echochar() function
Dcurses.h1185 #define echochar(c) wechochar(stdscr,c) macro
Dncurses.h1185 #define echochar(c) wechochar(stdscr,c) macro
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Daddch.c302 int echochar(const chtype ch) in echochar() function
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h1016 #define echochar(c) wechochar(stdscr,c) macro