Home
last modified time | relevance | path

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

/third_party/mksh/
Dedit.c2282 size_t ndel, narg; in x_kill() local
2288 ndel = col - narg; in x_kill()
2290 ndel = narg - col; in x_kill()
2291 x_delete(x_nb2nc(ndel), true); in x_kill()