Home | History | Annotate | Download | only in include

Lines Matching refs:getstr

185 #ifdef getstr
186 inline int UNDEF(getstr)(char *_str) { return getstr(_str); }
187 #undef getstr
188 #define getstr UNDEF(getstr)
878 int getstr(char* str, int n=-1) {
884 int getstr(int y, int x, char* str, int n=-1) {
886 // Move the cursor to the requested position and then perform the getstr()