HomeSort by relevance Sort by last modified time
    Searched defs:echochar (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 177 #ifdef echochar
178 inline int UNDEF(echochar)(chtype ch) { return echochar(ch); } function
179 #undef echochar macro
180 #define echochar UNDEF(echochar) macro
1009 int echochar(const chtype ch) { return ::wechochar(w, ch); } function in class:NCursesWindow
1481 int echochar(const chtype ch) { return ::pechochar(w, ch); } function in class:NCursesPad
    [all...]
curses.h 592 extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */
1185 #define echochar macro
    [all...]
ncurses.h 592 extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */
1185 #define echochar macro
    [all...]

Completed in 100 milliseconds