Home | History | Annotate | Download | only in include

Lines Matching refs:addstr

69 #ifdef addstr
70 inline int UNDEF(addstr)(const char * str) { return addstr(str); }
71 #undef addstr
72 #define addstr UNDEF(addstr)
930 int addstr(const char* str, int n=-1) {
935 int addstr(int y, int x, const char * str, int n=-1) {
937 // Move the cursor to the requested position and then perform the addstr