Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c2246 size_t lastcol = xep - xbuf; in x_kill() local
2249 if (x_arg_defaulted || (narg = x_arg) > lastcol) in x_kill()
2250 narg = lastcol; in x_kill()