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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesw.h 58 #ifdef addchstr
59 inline int UNDEF(addchstr)(chtype *at) { return addchstr(at); } function
60 #undef addchstr macro
61 #define addchstr UNDEF(addchstr) macro
1019 // Move the cursor to the requested position and then perform the addchstr
1022 int addchstr(const chtype* str, int n=-1) { function in class:NCursesWindow
1027 int addchstr(int y, int x, const chtype * str, int n=-1) { function in class:NCursesWindow
1029 // Move the cursor to the requested position and then perform the addchstr
    [all...]
curses.h 534 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
1137 #define addchstr macro
    [all...]
ncurses.h 534 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
1137 #define addchstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 58 #ifdef addchstr
59 inline int UNDEF(addchstr)(chtype *at) { return addchstr(at); } function
60 #undef addchstr macro
61 #define addchstr UNDEF(addchstr) macro
1019 // Move the cursor to the requested position and then perform the addchstr
1022 int addchstr(const chtype* str, int n=-1) { function in class:NCursesWindow
1027 int addchstr(int y, int x, const chtype * str, int n=-1) { function in class:NCursesWindow
1029 // Move the cursor to the requested position and then perform the addchstr
    [all...]
curses.h 534 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
1137 #define addchstr macro
    [all...]
ncurses.h 534 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
1137 #define addchstr macro
    [all...]

Completed in 2736 milliseconds