Home | History | Annotate | Download | only in include

Lines Matching refs:getstr

246 #ifdef getstr
247 inline int UNDEF(getstr)(char *_str) { return getstr(_str); }
248 #undef getstr
249 #define getstr UNDEF(getstr)
953 int getstr(char* str, int n=-1) {
959 int getstr(int y, int x, char* str, int n=-1) {
961 // Move the cursor to the requested position and then perform the getstr()