Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dwidget.c62 werase(widget->window); in widget_init()
/third_party/mksh/
Dedit.c54 unsigned short werase; member
3405 edchars.werase = toedchar(tty_state.c_cc[VWERASE]); in x_mode()
3407 edchars.werase = 0; in x_mode()
3420 if (!edchars.werase) in x_mode()
3421 edchars.werase = CTRL_W; in x_mode()
3429 if (isedchar(edchars.werase)) in x_mode()
3430 bind_if_not_bound(0, edchars.werase, XFUNC_del_bword); in x_mode()
3891 } else if (isched(ch, edchars.werase)) { in vi_hook()
4084 if (isched(ch, edchars.werase)) { in vi_insert()
5589 edchars.werase = 027; in x_init()
/third_party/python/Modules/
D_cursesmodule.c619 Window_NoArgNoReturnFunction(werase) in Window_NoArgNoReturnFunction()