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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c213 int buff_curpos; /* The historical location of the cursor in */ member in struct:__anon4072
418 int buff_curpos; /* The cursor position within gl->line[] */ member in struct:GetLine
912 static int gl_place_cursor(GetLine *gl, int buff_curpos);
1792 gl->buff_curpos = 0;
1817 gl->vi.undo.buff_curpos = 0;
2957 int buff_curpos = gl->buff_curpos; local
2969 if((gl->insert || buff_curpos >= gl->ntotal) && gl->ntotal >= gl->linelen)
2974 if(gl->insert || buff_curpos >= gl->ntotal) {
2978 if(buff_curpos < g
3073 int buff_curpos; /* The original value of gl->buff_curpos */ local
4524 int buff_curpos = gl->buff_curpos; local
4591 int buff_curpos = gl->buff_curpos; local
4811 int buff_curpos = gl->buff_curpos; local
7776 gl_place_cursor(GetLine *gl, int buff_curpos) argument
[all...]

Completed in 74 milliseconds