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

/freebsd-11.0-release/lib/libedit/
H A Demacs.c75 if (el->el_state.doingarg)
76 c_delafter(el, el->el_state.argument);
101 el->el_state.argument, ce__isword);
145 if (el->el_state.argument == 1)
269 el->el_state.argument,
292 el->el_state.argument, ce__isword);
316 el->el_state.argument, ce__isword);
348 el->el_state.argument, ce__isword);
401 if (el->el_state.argument > 1000000)
403 el->el_state
[all...]
H A Dvi.c161 el->el_state.argument,
186 el->el_state.argument,
210 el->el_line.lastchar, el->el_state.argument, cv__isWord);
234 el->el_line.lastchar, el->el_state.argument, cv__isword);
257 for (i = 0; i < el->el_state.argument; i++) {
322 el->el_state.inputmode = MODE_REPLACE_1;
338 el->el_state.inputmode = MODE_REPLACE;
353 c_delafter(el, el->el_state.argument);
477 el->el_line.lastchar, el->el_state.argument, cv__isWord);
501 el->el_line.lastchar, el->el_state
[all...]
H A Dcommon.c73 int count = el->el_state.argument;
78 if (el->el_line.lastchar + el->el_state.argument >=
86 if (el->el_state.inputmode == MODE_INSERT
93 if (el->el_state.inputmode != MODE_REPLACE_1)
94 c_insert(el, el->el_state.argument);
101 if (el->el_state.inputmode == MODE_REPLACE_1)
122 el->el_state.argument, ce__isword);
173 c_delafter(el, el->el_state.argument); /* delete after dot */
292 el->el_line.cursor += el->el_state.argument;
319 el->el_state
[all...]
H A Dchared.c74 r->count = el->el_state.doingarg ? el->el_state.argument : 0;
77 r->cmd = el->el_state.thiscmd;
78 r->ch = el->el_state.thisch;
444 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */
445 el->el_state.doingarg = 0;
446 el->el_state.metanext = 0;
447 el->el_state.argument = 1;
448 el->el_state.lastcmd = ED_UNASSIGNED;
477 el->el_state
[all...]
H A Dread.c256 el->el_state.metanext = 0;
262 if (el->el_state.metanext) {
263 el->el_state.metanext = 0;
625 el->el_state.thiscmd = cmdnum;
626 el->el_state.thisch = ch;
644 el->el_state.lastcmd = cmdnum;
708 el->el_state.argument = 1;
709 el->el_state.doingarg = 0;
H A Del.h132 el_state_t el_state; /* Current editor state */ member in struct:editline
H A Dsearch.c178 if (el->el_state.lastcmd != ED_SEARCH_PREV_HISTORY &&
179 el->el_state.lastcmd != ED_SEARCH_NEXT_HISTORY) {
390 el->el_state.lastcmd =
511 el->el_state.lastcmd = (el_action_t) dir; /* avoid c_setpat */
580 el->el_state.lastcmd = (el_action_t) c; /* Hack to stop c_setpat */
H A Dfilecomplete.c436 if (el->el_state.lastcmd == el->el_state.thiscmd)

Completed in 56 milliseconds