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...] |