Searched refs:buff_curpos (Results 1 – 1 of 1) sorted by relevance
213 int buff_curpos; /* The historical location of the cursor in */ member418 int buff_curpos; /* The cursor position within gl->line[] */ member912 static int gl_place_cursor(GetLine *gl, int buff_curpos);1792 gl->buff_curpos = 0; in new_GetLine()1817 gl->vi.undo.buff_curpos = 0; in new_GetLine()2957 int buff_curpos = gl->buff_curpos; in gl_add_char_to_line() local2969 if((gl->insert || buff_curpos >= gl->ntotal) && gl->ntotal >= gl->linelen) in gl_add_char_to_line()2974 if(gl->insert || buff_curpos >= gl->ntotal) { in gl_add_char_to_line()2978 if(buff_curpos < gl->ntotal) in gl_add_char_to_line()2979 gl_make_gap_in_buffer(gl, buff_curpos, 1); in gl_add_char_to_line()[all …]