Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dinsch.c175 int mvinsch(int y, int x, chtype ch) in mvinsch() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcursesw.h409 inline int UNDEF(mvinsch)(int y, int x, chtype c) in UNDEF() argument
412 #define mvinsch UNDEF(mvinsch) macro
Dcurses.h1249 #define mvinsch(y,x,c) mvwinsch(stdscr,y,x,c) macro
Dncurses.h1249 #define mvinsch(y,x,c) mvwinsch(stdscr,y,x,c) macro
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h1080 #define mvinsch(y,x,c) mvwinsch(stdscr,y,x,c) macro