Searched defs:mvaddstr (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/libs/ncurses/include/
H A Dnomacros.h47 #undef mvaddstr macro
H A Dcurses.h995 #define mvaddstr(y,x,str) mvwaddstr(stdscr,y,x,str) macro
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dlib_gen.c340 #undef mvaddstr macro
341 NCURSES_EXPORT(int) mvaddstr (int a1, int a2, const char * z) function
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesw.h592 inline int UNDEF(mvaddstr)(int y, int x, const char * str) function
594 #undef mvaddstr macro
595 #define mvaddstr UNDEF(mvaddstr) macro
/haiku-fatelf/headers/libs/ncurses/
H A Dcurses.h995 #define mvaddstr(y,x,str) mvwaddstr(stdscr,y,x,str) macro

Completed in 194 milliseconds