Home | History | Annotate | Download | only in src

Lines Matching defs:werase

49 	unsigned short werase;
3338 edchars.werase = toedchar(tty_state.c_cc[VWERASE]);
3340 edchars.werase = 0;
3353 if (!edchars.werase)
3354 edchars.werase = CTRL_W;
3362 if (isedchar(edchars.werase))
3363 bind_if_not_bound(0, edchars.werase, XFUNC_del_bword);
3821 } else if (isched(ch, edchars.werase)) {
4012 if (isched(ch, edchars.werase)) {
5527 edchars.werase = 027;