Searched defs:addstr (Results 1 – 4 of 4) sorted by relevance
388 inline int CursesWindow::addstr(const char * str) in addstr() function
443 addstr(s, text) in addstr() function
134 addstr(str) in addstr() function
146 #define addstr(s) __waddbytes(stdscr, s, strlen(s), 0) macro