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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c232 int command_curpos; /* Whenever vi command mode is entered, the */ member in struct:__anon4073
1824 gl->vi.repeat.command_curpos = 0;
8015 gl->vi.repeat.command_curpos = gl->buff_curpos;
8071 gl->vi.repeat.input_curpos <= gl->vi.repeat.command_curpos &&
8072 gl->vi.repeat.command_curpos <= gl->vi.undo.ntotal) {
8079 for(i=gl->vi.repeat.input_curpos; i<gl->vi.repeat.command_curpos; i++) {

Completed in 114 milliseconds