Home
last modified time | relevance | path

Searched refs:waddch (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/ncurses/menu/
H A Dm_post.c96 waddch(menu->win, ch); in MENU_EXPORT()
126 waddch(menu->win, ch); in MENU_EXPORT()
140 waddch(menu->win, menu->pad); in MENU_EXPORT()
144 waddch(menu->win, ch); in MENU_EXPORT()
151 waddch(menu->win, ch); in MENU_EXPORT()
172 waddch(menu->win, ' '); in MENU_EXPORT()
241 waddch(menu->win, ch); in _nc_Draw_Menu()
/freebsd/contrib/dialog/
H A Dmixedgauge.c143 (void) waddch(win, '['); in myprint_status()
149 (void) waddch(win, ' '); in myprint_status()
169 (void) waddch(win, ch1); in myprint_status()
179 (void) waddch(win, ']'); in myprint_status()
229 (void) waddch(dlg->dialog, ' '); in dlg_update_mixedgauge()
251 (void) waddch(dlg->dialog, ch); in dlg_update_mixedgauge()
H A Darrows.c36 #define add_acs(win, code) waddch(win, dlg_boxchar(code))
90 waddch(win, '['); in dlg_draw_helpline()
92 waddch(win, ']'); in dlg_draw_helpline()
H A Dutil.c227 (void) waddch(stdscr, ' '); in dlg_put_backtitle()
230 (void) waddch(stdscr, dlg_boxchar(ACS_HLINE)); in dlg_put_backtitle()
249 (void) waddch(win, ' '); in dlg_attr_clear()
895 (void) waddch(win, CharOf(*txt++) | useattr); in dlg_print_text()
1558 (void) waddch(win, borderchar | dlg_boxchar(ACS_HLINE)); in dlg_draw_box2()
1566 (void) waddch(win, boxchar | ' '); in dlg_draw_box2()
1745 (void) waddch(cellwin, the_char); in repaint_cell()
2255 (void) waddch(win, dlg_boxchar(ACS_LTEE)); in dlg_draw_bottom_box2()
2257 (void) waddch(win, dlg_boxchar(ACS_HLINE)); in dlg_draw_bottom_box2()
2259 (void) waddch(win, dlg_boxchar(ACS_RTEE)); in dlg_draw_bottom_box2()
[all …]
H A Dpause.c154 (void) waddch(dialog, ' '); in dialog_pause()
176 (void) waddch(dialog, ch); in dialog_pause()
H A Dinputstr.c731 waddch(win, '*'); in dlg_show_string()
735 waddch(win, ' '); in dlg_show_string()
737 waddch(win, ch); in dlg_show_string()
746 waddch(win, ' '); in dlg_show_string()
H A Drangebox.c121 (void) waddch(win, ' '); in draw_value()
136 (void) waddch(win, ch2); in draw_value()
H A Dtailbox.c90 (void) waddch(win, ' '); in print_line()
97 (void) waddch(win, ' '); in print_line()
H A Dtreeview.c73 (void) waddch(win, ' '); in print_item()
86 (void) waddch(win, ACS_VLINE); in print_item()
88 (void) waddch(win, ' '); in print_item()
H A Dguage.c152 (void) waddch(dialog, ' '); in repaint_text()
174 (void) waddch(dialog, ch2); in repaint_text()
H A Dprogressbox.c121 (void) waddch(obj->obj.win, dlg_boxchar(ACS_HLINE)); in start_obj()
232 waddch(obj->text, ' '); in print_line()
H A Dchecklist.c76 (void) waddch(win, ' '); in print_item()
84 (void) waddch(win, ' '); in print_item()
H A Dbuildlist.c144 (void) waddch(win, ' '); in print_item()
151 (void) waddch(win, ' '); in print_item()
199 while (waddch(win, ' ') != ERR) { in print_1_list()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c65 waddch(win, (chtype) ' '); in WipeOut()
155 if (waddch(win, (chtype) ch) == ERR) { in wgetnstr_events()
162 waddch(win, (chtype) ' '); in wgetnstr_events()
H A Dlib_addch.c298 rc = waddch(win, UChar(*s) | attr); in waddch_literal()
307 return waddch(win, ' ' | attr); in waddch_literal()
555 waddch(WINDOW *win, const chtype ch) in waddch() function
H A Dlib_pad.c340 waddch(pad, ch); in pechochar()
/freebsd/usr.bin/talk/
H A Ddisplay.c125 waddch(win->x_win, ' '); in display()
157 waddch(win->x_win, ' '); in display()
H A Dinvite.c120 waddch(my_win.x_win, '\n'); in re_invite()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c78 waddch(win, (chtype) ' '); in WipeOut()
184 waddch(win, (chtype) ' '); in wgetn_wstr()
/freebsd/usr.bin/systat/
H A Diostat.c359 waddch(wnd, 'X'); in histogram()
364 waddch(wnd, 'X'); in histogram()
H A Dpigs.c103 waddch(wnd, 'X'); in showpigs()
H A Dmain.c295 waddch(wload, c); in display()
/freebsd/contrib/ee/
H A Dee.c940 waddch(window, ' '); in out_char()
1038 waddch(text_win, *temp); in draw_line()
1903 waddch(com_win, ' '); in get_string()
3569 waddch(menu_win, '+'); in paint_menu()
3571 waddch(menu_win, '-'); in paint_menu()
3572 waddch(menu_win, '+'); in paint_menu()
3575 waddch(menu_win, '+'); in paint_menu()
3577 waddch(menu_win, '-'); in paint_menu()
3578 waddch(menu_win, '+'); in paint_menu()
3599 waddch(menu_win, '|'); in paint_menu()
[all …]
H A Dnew_curse.h217 extern void waddch P_((WINDOW *window, int c));
H A Dnew_curse.c2413 waddch(window, c) /* output the character in the specified window */ in waddch() function
2435 waddch(window, ' ');
2637 waddch(window, *wstring);
2895 waddch(window, value); in wprintw()
2908 waddch(window, '\n'); in wprintw()
2917 waddch(window, value); in wprintw()
2922 waddch(window, *fpoint++); in wprintw()
2938 waddch(window, ((value % 10) + '0'));

12