Lines Matching refs:werase
54 unsigned short werase;
3405 edchars.werase = toedchar(tty_state.c_cc[VWERASE]);
3407 edchars.werase = 0;
3420 if (!edchars.werase)
3421 edchars.werase = CTRL_W;
3429 if (isedchar(edchars.werase))
3430 bind_if_not_bound(0, edchars.werase, XFUNC_del_bword);
3891 } else if (isched(ch, edchars.werase)) {
4084 if (isched(ch, edchars.werase)) {
5589 edchars.werase = 027;