/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | clear | 25 call OK waddstr $win1 "abc" 48 call OK waddstr $win1 "abc"
|
/freebsd/contrib/dialog/ |
H A D | arrows.c | 131 (void) waddstr(win, "(-)"); in dlg_draw_arrows2() 143 (void) waddstr(win, "(+)"); in dlg_draw_arrows2() 196 (void) waddstr(win, buffer); in dlg_draw_scrollbar()
|
H A D | mixedgauge.c | 152 (void) waddstr(win, status); in myprint_status() 175 (void) waddstr(win, status); in myprint_status()
|
H A D | buttons.c | 194 (void) waddstr(win, "<"); in print_button() 227 (void) waddstr(win, ">"); in print_button()
|
H A D | fselect.c | 236 (void) waddstr(list->win, list->data[n]); in display_list()
|
H A D | util.c | 1195 (void) waddstr(win, buffer); in dlg_print_scrolled()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_printw.c | 146 code = waddstr(win, buf); in vwprintw() 164 code = waddstr(win, buf); in vw_printw()
|
H A D | lib_slkrefr.c | 115 waddstr(slk->win, slk->ent[i].form_text); in slk_intern_refresh()
|
H A D | lib_getstr.c | 61 waddstr(win, first); in WipeOut()
|
/freebsd/contrib/ee/ |
H A D | new_curse.h | 223 extern void waddstr P_((WINDOW *window, char *string));
|
H A D | ee.c | 1880 waddstr(com_win, prompt); in get_string() 3581 waddstr(menu_win, menu_list[0].item_string); in paint_menu() 3584 waddstr(menu_win, menu_cancel_msg); in paint_menu() 3611 waddstr(menu_win, more_above_str); in paint_menu() 3624 waddstr(menu_win, menu_list[counter].item_string); in paint_menu() 3645 waddstr(menu_win, menu_list[counter].item_string); in paint_menu() 3660 waddstr(help_win, (emacs_keys_mode) ? in help() 3693 waddstr(info_win, (emacs_keys_mode) ? in paint_info_win() 3696 waddstr(info_win, command_strings[counter]); in paint_info_win() 3701 waddstr(info_win, separator); in paint_info_win()
|
H A D | new_curse.c | 2630 waddstr(window, string) /* write 'string' in window */ in waddstr() function 2900 waddstr(window, wtemp); in wprintw()
|
/freebsd/contrib/ncurses/man/ |
H A D | man_db.renames.in | 269 waddstr.3x waddstr.3ncurses
|
H A D | manhtml.aliases | 115 waddstr(3X) curs_addstr(3X)
|
/freebsd/usr.bin/systat/ |
H A D | iostat.c | 360 waddstr(wnd, buf); in histogram()
|
H A D | netstat.c | 556 waddstr(wnd, line); in inetprint()
|
/freebsd/contrib/ncurses/menu/ |
H A D | m_post.c | 85 waddstr(menu->win, menu->mark); in MENU_EXPORT()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | menubox.c | 321 waddstr(m->pad, name); in drawseparators() 326 waddstr(m->pad, desc); in drawseparators()
|
H A D | lib_util.c | 1318 waddstr(d->widget, d->conf->bottomtitle); in draw_dialog()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 395 "waddstr" @283 NONAME
|
H A D | ncurses.ref | 304 "waddstr" @283 NONAME ; generated
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 499 curs_addstr.3 waddstr.3 \
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 845 extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */ 1267 #define waddstr(win,str) waddnstr(win,str,-1) macro
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 1073 #undef waddstr 1074 int waddstr(
|
H A D | llib-lncurses | 1070 #undef waddstr 1071 int waddstr(
|