Home | History | Annotate | Download | only in include

Lines Matching refs:instr

191 #ifdef instr
192 inline int UNDEF(instr)(char *_str) { return instr(_str); }
193 #undef instr
194 #define instr UNDEF(instr)
889 int instr(char *s, int n=-1) { return ::winnstr(w, s, n); }
894 int instr(int y, int x, char *s, int n=-1) {
896 // Move the cursor to the requested position and then perform the instr()