Searched refs:waddnstr (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/lib/libocurses/ |
| D | addnstr.c | 45 waddnstr(win, s, n) in waddnstr() function
|
| D | curses.h | 167 #define addnstr(s, n) waddnstr(stdscr, s, n) 202 (wmove(w, y, x) == ERR ? ERR : waddnstr(w, s, n)) 273 int waddnstr(WINDOW *, const char *, int);
|
| /mirbsd/src/lib/libncurses/src/menu/ |
| D | m_post.c | 121 waddnstr(menu->win, item->name.str, item->name.length); in NCURSES_EXPORT() 146 waddnstr(menu->win, item->description.str, item->description.length); in NCURSES_EXPORT()
|
| /mirbsd/src/lib/libncurses/src/ncurses/base/ |
| D | lib_addstr.c | 50 waddnstr(WINDOW *win, const char *astr, int n) in NCURSES_EXPORT()
|
| /mirbsd/src/lib/libncurses/src/include/ |
| D | curses.head | 765 extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */ 924 #define waddstr(win,str) waddnstr(win,str,-1) 934 #define addnstr(str,n) waddnstr(stdscr,str,n) 935 #define addstr(str) waddnstr(stdscr,str,-1) 983 #define mvwaddnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,n)) 984 #define mvwaddstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,-1))
|
| D | curses.h.in | 758 extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */ 917 #define waddstr(win,str) waddnstr(win,str,-1) 927 #define addnstr(str,n) waddnstr(stdscr,str,n) 928 #define addstr(str) waddnstr(stdscr,str,-1) 976 #define mvwaddnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,n)) 977 #define mvwaddstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,-1))
|
| /mirbsd/src/lib/libncurses/ |
| D | Makefile | 107 MLINKS+= curs_addstr.3 waddnstr.3
|
| /mirbsd/src/lib/libncurses/src/form/ |
| D | frm_driver.c | 107 #define myADDNSTR(w, s, n) waddnstr(w, s, n)
|
| /mirbsd/src/lib/libncurses/src/ |
| D | NEWS | 1153 + remove logic from waddnstr() which transformed multibyte character 1610 of waddnstr() and similar functions to match the parameters as used. 7310 * added waddnstr() and relatives.
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 5590 ./man3/waddnstr.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 7368 ./usr/share/man/cat3/waddnstr.0
|