Home
last modified time | relevance | path

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

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