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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c4387 int nrestore = gl->buff_curpos + nc <= gl->vi.undo.ntotal ? local
4392 if(nrestore > 0) {
4393 gl_buffer_string(gl, gl->vi.undo.line + gl->buff_curpos, nrestore,
4403 if(nc != nrestore) {

Completed in 95 milliseconds