Searched defs:werase (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dedit.c47 int werase; member in struct:__anon7303
118 edchars.werase = 027; /* ^W */
3139 edchars.werase = cb.c_cc[VWERASE];
3168 if (edchars.werase == _POSIX_VDISABLE)
3169 edchars.werase = -1;
3178 if (edchars.werase >= 0)
3179 bind_if_not_bound(0, edchars.werase, XFUNC_del_bword);
3629 } else if (ch == edchars.werase) {
3792 if (ch == edchars.werase) {

Completed in 314 milliseconds