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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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 573 extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */
1156 #define echochar macro
    [all...]
ncurses.h 573 extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */
1156 #define echochar macro
    [all...]
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 86 stdscr.echochar('a')
87 stdscr.echochar('a', curses.A_BOLD)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 86 stdscr.echochar('a')
87 stdscr.echochar('a', curses.A_BOLD)

Completed in 62 milliseconds