Searched defs:innstr (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcursesw.h277 #ifdef innstr
278 inline int UNDEF(innstr)(char *_str, int n) { return innstr(_str, n); } function
279 #undef innstr macro
280 #define innstr UNDEF(innstr) macro
H A Dcurses.h599 extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */
1163 #define innstr(s,n) winnstr(stdscr,s,n) macro
H A Dncurses.h599 extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */
1163 #define innstr(s,n) winnstr(stdscr,s,n) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h277 #ifdef innstr
278 inline int UNDEF(innstr)(char *_str, int n) { return innstr(_str, n); } function
279 #undef innstr macro
280 #define innstr UNDEF(innstr) macro
H A Dcurses.h618 extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */
1192 #define innstr(s,n) winnstr(stdscr,s,n) macro
H A Dncurses.h618 extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */
1192 #define innstr(s,n) winnstr(stdscr,s,n) macro

Completed in 87 milliseconds