Home
last modified time | relevance | path

Searched refs:waddnstr (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/lib/libocurses/
Daddnstr.c45 waddnstr(win, s, n) in waddnstr() function
Dcurses.h167 #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/
Dm_post.c121 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/
Dlib_addstr.c50 waddnstr(WINDOW *win, const char *astr, int n) in NCURSES_EXPORT()
/mirbsd/src/lib/libncurses/src/include/
Dcurses.head765 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))
Dcurses.h.in758 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/
DMakefile107 MLINKS+= curs_addstr.3 waddnstr.3
/mirbsd/src/lib/libncurses/src/form/
Dfrm_driver.c107 #define myADDNSTR(w, s, n) waddnstr(w, s, n)
/mirbsd/src/lib/libncurses/src/
DNEWS1153 + 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/
Dmi5590 ./man3/waddnstr.htm
/mirbsd/src/distrib/lists/base/dev/
Dmi7368 ./usr/share/man/cat3/waddnstr.0