werase
edchars.werase = cb.c_cc[VWERASE];
edchars.werase = cb.lchars.tc_werasc;
edchars.werase = cb.ltchars.t_werasc;
if (edchars.werase == vdisable_c)
edchars.werase = -1;
edchars.werase = 027; /* ^W */
int werase;
if (ec->werase >= 0)
bind_if_not_bound(0, ec->werase, XFUNC_del_bword);
} else if (ch == edchars.werase) {
if (ch == edchars.werase) {
werase(Tablewin);
werase(Compwin);
werase(Compwin);
werase(Tablewin);
werase(Tablewin);
werase(win);
werase(Board);
werase(Score);
werase(scroll_w);
werase(view_w);
werase(view_w);
werase(slot_w);
werase(scroll_w);
werase(stat_w);
werase(turn_w);
if (werase(win) == OK) {
#define erase() werase(stdscr)
int werase(WINDOW *);
return werase(stdscr);
werase(curscr);
werase(curscr);
werase(screen->slk_window);
werase(menu->scrwin);
report_return(werase(win));
werase(wnd);
werase(wnd);
if (*text == win->werase) {
my_win.werase = '\027'; /* control W */
my_win.werase = tty.c_cc[VWERASE];
buf[2] = my_win.werase;
his_win.werase = buf[2];
char werase;