Lines Matching full:insstr
231 #ifdef insstr
232 inline int UNDEF(insstr)(const char *_str) {
233 return insstr(_str); }
234 #undef insstr
235 #define insstr UNDEF(insstr)
979 int insstr(const char *s, int n=-1) {
985 int insstr(int y, int x, const char *s, int n=-1) {
987 // Move the cursor to the requested position and then perform the insstr()