Lines Matching refs:werase
50 int werase;
3290 edchars.werase = tty_state.c_cc[VWERASE];
3305 if (edchars.werase == _POSIX_VDISABLE)
3306 edchars.werase = -1;
3315 if (edchars.werase >= 0)
3316 bind_if_not_bound(0, edchars.werase, XFUNC_del_bword);
3768 } else if (ch == edchars.werase) {
3932 if (ch == edchars.werase) {
5426 edchars.werase = 027;