Searched refs:el_state (Results 1 - 8 of 8) sorted by relevance

/external/libedit/src/
H A Demacs.c73 if (el->el_state.doingarg)
74 c_delafter(el, el->el_state.argument);
99 el->el_state.argument, ce__isword);
143 if (el->el_state.argument == 1)
267 el->el_state.argument,
290 el->el_state.argument, ce__isword);
314 el->el_state.argument, ce__isword);
346 el->el_state.argument, ce__isword);
399 if (el->el_state.argument > 1000000)
401 el->el_state
[all...]
H A Dvi.c159 el->el_state.argument,
184 el->el_state.argument,
208 el->el_line.lastchar, el->el_state.argument, cv__isWord);
232 el->el_line.lastchar, el->el_state.argument, cv__isword);
255 for (i = 0; i < el->el_state.argument; i++) {
320 el->el_state.inputmode = MODE_REPLACE_1;
336 el->el_state.inputmode = MODE_REPLACE;
351 c_delafter(el, el->el_state.argument);
475 el->el_line.lastchar, el->el_state.argument, cv__isWord);
499 el->el_line.lastchar, el->el_state
[all...]
H A Dcommon.c71 int count = el->el_state.argument;
76 if (el->el_line.lastchar + el->el_state.argument >=
84 if (el->el_state.inputmode == MODE_INSERT
91 if (el->el_state.inputmode != MODE_REPLACE_1)
92 c_insert(el, el->el_state.argument);
99 if (el->el_state.inputmode == MODE_REPLACE_1)
120 el->el_state.argument, ce__isword);
171 c_delafter(el, el->el_state.argument); /* delete after dot */
290 el->el_line.cursor += el->el_state.argument;
317 el->el_state
[all...]
H A Dchared.c72 r->count = el->el_state.doingarg ? el->el_state.argument : 0;
75 r->cmd = el->el_state.thiscmd;
76 r->ch = el->el_state.thisch;
440 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */
441 el->el_state.doingarg = 0;
442 el->el_state.metanext = 0;
443 el->el_state.argument = 1;
444 el->el_state.lastcmd = ED_UNASSIGNED;
473 el->el_state
[all...]
H A Dread.c254 el->el_state.metanext = 0;
260 if (el->el_state.metanext) {
261 el->el_state.metanext = 0;
623 el->el_state.thiscmd = cmdnum;
624 el->el_state.thisch = ch;
642 el->el_state.lastcmd = cmdnum;
706 el->el_state.argument = 1;
707 el->el_state.doingarg = 0;
H A Del.h131 el_state_t el_state; /* Current editor state */ member in struct:editline
H A Dfilecomplete.c424 if (el->el_state.lastcmd == el->el_state.thiscmd)
H A Dsearch.c177 if (el->el_state.lastcmd != ED_SEARCH_PREV_HISTORY &&
178 el->el_state.lastcmd != ED_SEARCH_NEXT_HISTORY) {
389 el->el_state.lastcmd =
510 el->el_state.lastcmd = (el_action_t) dir; /* avoid c_setpat */
579 el->el_state.lastcmd = (el_action_t) c; /* Hack to stop c_setpat */

Completed in 107 milliseconds