Searched refs:mvwaddnstr (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/lib/libocurses/ |
| D | curses.h | 190 #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/ |
| D | curses.head | 651 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)
|
| D | curses.h.in | 648 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/ |
| D | Makefile | 105 MLINKS+= curs_addstr.3 mvwaddnstr.3
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 4765 ./man3/mvwaddnstr.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 6553 ./usr/share/man/cat3/mvwaddnstr.0
|