Home
last modified time | relevance | path

Searched refs:werase (Results 1 – 25 of 43) sorted by relevance

12

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c119 buf[2] = my_win.werase = tty.c_cc[VWERASE]; in set_edit_chars()
133 my_win.werase = '\027'; /* control W */ in set_edit_chars()
135 my_win.werase = ltc.t_werasc; in set_edit_chars()
140 buf[2] = my_win.werase; in set_edit_chars()
157 rem_win.werase = buf[2]; in set_edit_chars()
H A Dtalk.h77 char werase; member
H A Ddisplay.c114 if (*text == win->werase) {
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwclear.c60 value = werase(w); in wclear()
68 #undef werase
71 werase(WINDOW *w) in werase() function
H A Dclear.c73 code = werase(stdscr); in erase()
H A Dnewwin.c52 #undef werase
232 (void) werase(w); in __m_newwin()
/titanic_44/usr/src/cmd/latencytop/common/
H A Ddisplay.c224 (void) werase(sysglobal_window); in print_sysglobal()
286 (void) werase(process_window); in print_empty_process_bar()
317 (void) werase(process_window); in print_process()
358 (void) werase(taskbar); in print_taskbar_process()
431 (void) werase(taskbar); in print_taskbar_thread()
514 (void) werase(process_window); in print_thread()
577 (void) werase(hintbar); in print_hint()
691 (void) werase(titlebar); in print_title()
697 (void) werase(captionbar); in print_title()
764 (void) werase(stdscr); in lt_display_init()
[all …]
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwclear.c60 value = werase(w);
69 (werase)(w) variable
H A Dclear.c75 code = werase(stdscr);
/titanic_44/usr/src/cmd/powertop/common/
H A Ddisplay.c292 (void) werase(sw[SW_TITLE]); in pt_display_title_bar()
309 (void) werase(sw[SW_STATUS]); in pt_display_status_bar()
533 (void) werase(sw[SW_POWER]); in pt_display_acpi_power()
574 (void) werase(sw[SW_WAKEUPS]); in pt_display_wakeups()
612 (void) werase(sw[SW_EVENTS]); in pt_display_events()
658 (void) werase(sw[SW_SUGG]); in pt_display_suggestions()
/titanic_44/usr/src/lib/libeti/form/common/
H A Dutility.c321 (void) werase(w); in display_field()
345 (void) werase(w); in erase_field()
368 (void) werase(w); in _sync_field()
400 (void) werase(w); in _sync_attrs()
516 (void) werase(w); in _set_current_field()
541 (void) werase(w); in _set_current_field()
544 (void) werase(w); in _set_current_field()
570 (void) werase(Sub(f)); in _set_form_page()
H A Dchg_data.c152 (void) werase(w); in _grow_field()
527 (void) werase(W(f)); in _clr_field()
587 (void) werase(w); in _data_entry()
H A Dpost.c83 (void) werase(Sub(f)); in unpost_form()
/titanic_44/usr/src/lib/libcurses/screen/
H A D_erase.c51 return (werase(stdscr)); in erase()
H A DV3.m_erase.c51 return (werase(stdscr)); in m_erase()
H A D_werase.c49 werase(WINDOW *win) in werase() function
H A D_wclear.c52 return (werase(win)); in wclear()
H A Dslk_clear.c61 (void) werase(slk->_win); in slk_clear()
/titanic_44/usr/src/ucblib/libcurses/
H A Dclear.c33 (void) werase(win); in wclear()
H A Derase.c32 werase(WINDOW *win) in werase() function
H A Drefresh.c80 (void) werase(curscr); in wrefresh()
90 (void) werase(curscr); in wrefresh()
H A Dmapfile-vers171 werase;
/titanic_44/usr/src/tools/gk/
H A Dlogin.sh32 stty erase  werase  kill  intr 
/titanic_44/usr/src/ucbhead/
H A Dcurses.h114 #define erase() VOID(werase(stdscr))
215 extern int werase(WINDOW *);
/titanic_44/usr/src/lib/libeti/menu/common/
H A Dpost.c131 (void) werase(US(m)); in unpost_menu()

12