Home
last modified time | relevance | path

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

/third_party/mksh/
Dedit.c2287 size_t ndel, narg; in x_kill() local
2293 ndel = col - narg; in x_kill()
2295 ndel = narg - col; in x_kill()
2296 x_delete(x_nb2nc(ndel), true); in x_kill()