Searched defs:buff_curpos (Results 1 – 1 of 1) sorted by relevance
212 int buff_curpos; /* The historical location of the cursor in */ member417 int buff_curpos; /* The cursor position within gl->line[] */ member2956 int buff_curpos = gl->buff_curpos; in gl_add_char_to_line() local3072 int buff_curpos; /* The original value of gl->buff_curpos */ in gl_add_string_to_line() local4523 int buff_curpos = gl->buff_curpos; in KT_KEY_FN() local4590 int buff_curpos = gl->buff_curpos; in gl_delete_find() local4810 int buff_curpos = gl->buff_curpos; in KT_KEY_FN() local7776 static int gl_place_cursor(GetLine *gl, int buff_curpos) in gl_place_cursor()