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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c422 int buff_mark; /* A marker location in the buffer */ member in struct:GetLine
1795 gl->buff_mark = 0;
4942 gl->buff_mark = gl->buff_curpos;
4956 int old_mark = gl->buff_mark <= gl->ntotal ? gl->buff_mark : gl->ntotal;
4960 gl->buff_mark = gl->buff_curpos;
4981 if(gl->buff_mark > gl->ntotal)
4982 gl->buff_mark = gl->ntotal;
4987 if(gl->buff_mark == gl->buff_curpos) {
4994 if(gl->buff_mark < g
[all...]

Completed in 67 milliseconds