/freebsd/contrib/ee/ |
H A D | ee.c | 718 wclrtoeol(text_win); in insert() 1015 wclrtoeol(text_win); in draw_line() 1026 wclrtoeol(text_win); in draw_line() 1044 wclrtoeol(text_win); in draw_line() 1060 wclrtoeol(text_win); in insert_line() 1103 wclrtoeol(text_win); in insert_line() 1649 wclrtoeol(com_win); in print_buffer() 1738 wclrtoeol(com_win); in command() 1745 wclrtoeol(com_win); in command() 1756 wclrtoeol(com_win); in command() [all …]
|
H A D | new_curse.h | 208 extern void wclrtoeol P_((WINDOW *window));
|
/freebsd/usr.bin/systat/ |
H A D | pigs.c | 97 wclrtoeol(wnd); in showpigs() 174 wclrtoeol(wnd); in labelpigs()
|
H A D | ifstat.c | 197 wclrtoeol(wnd); in labelifstat() 212 wclrtoeol(wnd); in showifstat() 214 wclrtoeol(wnd); in showifstat()
|
H A D | proc.c | 79 wclrtoeol(wnd); in display_proc_line() 283 wclrtoeol(wnd); in proclabel()
|
H A D | main.c | 293 wmove(wload, 0, 0); wclrtoeol(wload); in display() 314 wmove(wload, 0, 0); wclrtoeol(wload); in display()
|
H A D | swap.c | 171 wclrtoeol(wnd); in showswap()
|
H A D | icmp.c | 103 wmove(wnd, 0, 0); wclrtoeol(wnd); in labelicmp()
|
H A D | icmp6.c | 102 wmove(wnd, 0, 0); wclrtoeol(wnd); in labelicmp6()
|
H A D | ip6.c | 106 wmove(wnd, 0, 0); wclrtoeol(wnd); in labelip6()
|
H A D | zarc.c | 86 wmove(wnd, 0, 0); wclrtoeol(wnd); in labelzarc()
|
H A D | tcp.c | 105 wmove(wnd, 0, 0); wclrtoeol(wnd); in labeltcp()
|
H A D | ip.c | 111 wmove(wnd, 0, 0); wclrtoeol(wnd); in labelip()
|
H A D | iostat.c | 365 wclrtoeol(wnd); in histogram()
|
H A D | sctp.c | 93 wmove(wnd, 0, 0); wclrtoeol(wnd); in labelsctp()
|
H A D | netstat.c | 509 wclrtoeol(wnd); in shownetstat()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_clreol.c | 47 wclrtoeol(WINDOW *win) in NCURSES_EXPORT()
|
H A D | lib_addch.c | 499 wclrtoeol(win); in waddch_nosync() 513 wclrtoeol(win); in waddch_nosync()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_add_wch.c | 354 wclrtoeol(win); in wadd_wch_nosync() 368 wclrtoeol(win); in wadd_wch_nosync()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | clear | 54 call OK wclrtoeol $win1
|
/freebsd/usr.bin/talk/ |
H A D | display.c | 167 wclrtoeol(win->x_win); in display()
|
H A D | init_disp.c | 176 wclrtoeol(his_win.x_win); in quit()
|
/freebsd/contrib/ncurses/form/ |
H A D | frm_driver.c | 2470 wclrtoeol(form->w); in Insert_String() 2534 wclrtoeol(form->w); in Wrapping_Not_Necessary_Or_Wrapping_Ok() 2648 wclrtoeol(form->w); in FE_New_Line() 2666 wclrtoeol(form->w); in FE_New_Line() 2695 wclrtoeol(form->w); in FE_New_Line() 2916 wclrtoeol(form->w); in FE_Delete_Word() 2943 wclrtoeol(form->w); in FE_Clear_To_End_Of_Line()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 409 "wclrtoeol" @304 NONAME
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_funcs.c | 273 return (wclrtoeol(win) == ERR); in cl_clrtoeol()
|