Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c212 int buff_curpos; /* The historical location of the cursor in */ member
417 int buff_curpos; /* The cursor position within gl->line[] */ member
2956 int buff_curpos = gl->buff_curpos; in gl_add_char_to_line() local
3072 int buff_curpos; /* The original value of gl->buff_curpos */ in gl_add_string_to_line() local
4523 int buff_curpos = gl->buff_curpos; in KT_KEY_FN() local
4590 int buff_curpos = gl->buff_curpos; in gl_delete_find() local
4810 int buff_curpos = gl->buff_curpos; in KT_KEY_FN() local
7776 static int gl_place_cursor(GetLine *gl, int buff_curpos) in gl_place_cursor()