Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Ddisplay.c111 werase(stdscr); in setup_windows()
144 werase(title_bar_window); in show_title_bar()
150 werase(status_bar_window); in show_title_bar()
167 werase(cstate_window); in show_cstates()
198 werase(battery_power_window); in show_acpi_power_line()
246 werase(battery_power_window); in show_pmu_power_line()
254 werase(wakeup_window); in show_wakeups()
277 werase(timerstat_window); in show_timerstats()
313 werase(suggestion_window); in show_suggestion()
/external/e2fsprogs/ext2ed/
Dwin.c43 werase(title_win); in draw_title_win()
53 wbkgdset (show_win,A_REVERSE);werase (show_win); in setup_show_win()
Dmain.c254 werase (command_win); in parser()
543 refresh_command_win ();getch ();werase (command_win); in internal_error()
Dgeneral_com.c31 werase (show_pad);wmove (show_pad,0,0); in help()
104 werase (show_win);wmove (show_win,0,0); in help()
Dfile_com.c385 werase (show_win);wmove (show_win,0,0); in show_status()
/external/mksh/src/
Dedit.c49 unsigned short werase; member
3338 edchars.werase = toedchar(tty_state.c_cc[VWERASE]); in x_mode()
3340 edchars.werase = 0; in x_mode()
3353 if (!edchars.werase) in x_mode()
3354 edchars.werase = CTRL_W; in x_mode()
3362 if (isedchar(edchars.werase)) in x_mode()
3363 bind_if_not_bound(0, edchars.werase, XFUNC_del_bword); in x_mode()
3821 } else if (isched(ch, edchars.werase)) { in vi_hook()
4012 if (isched(ch, edchars.werase)) { in vi_insert()
5527 edchars.werase = 027; in x_init()
/external/python/cpython2/Modules/
D_cursesmodule.c302 Window_NoArgNoReturnFunction(werase) in Window_NoArgNoReturnFunction()
/external/python/cpython3/Modules/
D_cursesmodule.c472 Window_NoArgNoReturnFunction(werase) in Window_NoArgNoReturnFunction()