Searched refs:insstr (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursesw.h308 #ifdef insstr
309 inline int UNDEF(insstr)(const char *_str) { function
310 return insstr(_str); }
311 #undef insstr macro
312 #define insstr UNDEF(insstr) macro
1087 int insstr(const char *s, int n=-1) { function in class:NCursesWindow
1093 int insstr(int y, int x, const char *s, int n=-1) { function in class:NCursesWindow
1095 // Move the cursor to the requested position and then perform the insstr()
/macosx-10.10.1/ncurses-44/ncurses/man/
H A Dman_db.renames66 curs_insstr.3x insstr.3ncurses
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dinserts.c40 #define InsStr insstr
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dcurses.h.in592 extern NCURSES_EXPORT(int) insstr (const char *); /* generated */
1045 #define insstr(s) winsstr(stdscr,s)
H A Dcurses.head592 extern NCURSES_EXPORT(int) insstr (const char *); /* generated */
1045 #define insstr(s) winsstr(stdscr,s)
/macosx-10.10.1/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses518 #undef insstr
519 int insstr(
H A Dllib-lncursest521 #undef insstr
522 int insstr(
H A Dllib-lncursesw555 #undef insstr
556 int insstr(

Completed in 85 milliseconds