Searched refs:werase (Results 1 – 25 of 27) sorted by relevance
12
117 buf[2] = my_win.werase = (tty.c_cc[VWERASE] == (u_char)_POSIX_VDISABLE) in set_edit_chars()127 his_win.werase = buf[2]; in set_edit_chars()
63 char werase; member
107 if (*text == win->werase) {
44 if (werase(win) == OK) {
41 werase(win) in werase() function
174 #define erase() werase(stdscr)279 int werase(WINDOW *);
84 werase(curscr);94 werase(curscr);
52 if ((code = werase(win)) != ERR) in NCURSES_EXPORT()
58 werase(SP->_slk->win); in NCURSES_EXPORT()
46 werase(WINDOW *win) in NCURSES_EXPORT()
71 werase(win); /* Erase the original place */ in NCURSES_EXPORT()
117 werase(Get_Form_Window(form)); in unpost_form()
682 werase(form->w); in Field_Grown()1038 werase(win); in Display_Or_Erase_Field()1087 werase(form->w); in Synchronize_Field()1172 werase(form->w); in _nc_Synchronize_Attributes()1360 werase(form->w); in _nc_Set_Current_Field()1392 werase(form->w); in _nc_Set_Current_Field()1399 werase(form->w); in _nc_Set_Current_Field()2819 werase(form->w); in FE_Clear_Field()3703 werase(Get_Form_Window(form)); in _nc_Set_Form_Page()3897 werase(form->w); in Data_Entry()
133 print 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'134 stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T175 stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T
212 werase(menu->win); in _nc_Draw_Menu()361 werase(win); in unpost_menu()
84 #define erase() werase (stdscr)162 int werase(WINDOW * win);
2908 werase(LYwin); in LYerase()
24 stty newcrt werase '^W' intr '^C' kill '^U' erase '^?' status '^T'
18 stty newcrt werase '^W' intr '^C' kill '^U' erase '^?' status '^T'
50 int werase; member3298 edchars.werase = tty_state.c_cc[VWERASE]; in x_mode()3313 if (edchars.werase == _POSIX_VDISABLE) in x_mode()3314 edchars.werase = -1; in x_mode()3323 if (edchars.werase >= 0) in x_mode()3324 bind_if_not_bound(0, edchars.werase, XFUNC_del_bword); in x_mode()3765 } else if (ch == edchars.werase) { in vi_hook()3955 if (ch == edchars.werase) { in vi_insert()5467 edchars.werase = 027; in x_init()
165 .Fd werase win
184 MLINKS+= curs_clear.3 werase.3
786 extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */953 #define erase() werase(stdscr)
779 extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */946 #define erase() werase(stdscr)
15 + document side-effect of werase() which sets the cursor position.5538 + correct/simplify logic of werase(), wclrtoeol() and wclrbot(). See7016 wclear()/werase() DO NOT use the current attribute to clear the screen.