Home
last modified time | relevance | path

Searched defs:addch (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.h53 inline int UNDEF(addch)(chtype ch) { return addch(ch); } in UNDEF() argument
55 #define addch UNDEF(addch) macro
1001 int addch(const chtype ch) { return ::waddch(w, ch); } in addch() function
1004 int addch(int y, int x, const chtype ch) { in addch() function
Dcurses.h1164 #define addch(ch) waddch(stdscr,ch) macro
Dncurses.h1164 #define addch(ch) waddch(stdscr,ch) macro
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Daddch.c275 int addch(const chtype ch) in addch() function
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h995 #define addch(ch) waddch(stdscr,ch) macro