Home
last modified time | relevance | path

Searched refs:mvwaddnstr (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/lib/libocurses/
Dcurses.h190 #define mvaddnstr(y, x, s, n) mvwaddnstr(stdscr, y, x, s, n)
201 #define mvwaddnstr(w, y, x, s, n) \ macro
/mirbsd/src/lib/libncurses/src/include/
Dcurses.head651 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */
983 #define mvwaddnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,n))
1004 #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,y,x,str,n)
Dcurses.h.in648 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */
976 #define mvwaddnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,n)) macro
997 #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,y,x,str,n)
/mirbsd/src/lib/libncurses/
DMakefile105 MLINKS+= curs_addstr.3 mvwaddnstr.3
/mirbsd/src/distrib/lists/htman/htmi/
Dmi4765 ./man3/mvwaddnstr.htm
/mirbsd/src/distrib/lists/base/dev/
Dmi6553 ./usr/share/man/cat3/mvwaddnstr.0