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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 553 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
1166 #define addchstr macro
    [all...]
ncurses.h 553 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
1166 #define addchstr macro
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 203 //extern int addchstr ( const chtype * );
482 static inline int addchstr ( const chtype *chstr ) { function

Completed in 79 milliseconds