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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 231 #ifdef insstr
232 inline int UNDEF(insstr)(const char *_str) { function
233 return insstr(_str); }
234 #undef insstr macro
235 #define insstr UNDEF(insstr) macro
979 int insstr(const char *s, int n=-1) { function in class:NCursesWindow
985 int insstr(int y, int x, const char *s, int n=-1) { function in class:NCursesWindow
987 // Move the cursor to the requested position and then perform the insstr()
    [all...]
curses.h 591 extern NCURSES_EXPORT(int) insstr (const char *); /* generated */
1038 #define insstr macro
    [all...]
ncurses.h 591 extern NCURSES_EXPORT(int) insstr (const char *); /* generated */
1038 #define insstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 231 #ifdef insstr
232 inline int UNDEF(insstr)(const char *_str) { function
233 return insstr(_str); }
234 #undef insstr macro
235 #define insstr UNDEF(insstr) macro
979 int insstr(const char *s, int n=-1) { function in class:NCursesWindow
985 int insstr(int y, int x, const char *s, int n=-1) { function in class:NCursesWindow
987 // Move the cursor to the requested position and then perform the insstr()
    [all...]
curses.h 591 extern NCURSES_EXPORT(int) insstr (const char *); /* generated */
1038 #define insstr macro
    [all...]
ncurses.h 591 extern NCURSES_EXPORT(int) insstr (const char *); /* generated */
1038 #define insstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 231 #ifdef insstr
232 inline int UNDEF(insstr)(const char *_str) { function
233 return insstr(_str); }
234 #undef insstr macro
235 #define insstr UNDEF(insstr) macro
979 int insstr(const char *s, int n=-1) { function in class:NCursesWindow
985 int insstr(int y, int x, const char *s, int n=-1) { function in class:NCursesWindow
987 // Move the cursor to the requested position and then perform the insstr()
    [all...]
curses.h 591 extern NCURSES_EXPORT(int) insstr (const char *); /* generated */
1038 #define insstr macro
    [all...]
ncurses.h 591 extern NCURSES_EXPORT(int) insstr (const char *); /* generated */
1038 #define insstr macro
    [all...]

Completed in 402 milliseconds