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

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dcommon.c66 int count = el->el_state.argument;
71 if (el->el_line.lastchar + el->el_state.argument >=
79 if (el->el_state.inputmode == MODE_INSERT
86 if (el->el_state.inputmode != MODE_REPLACE_1)
87 c_insert(el, el->el_state.argument);
94 if (el->el_state.inputmode == MODE_REPLACE_1)
115 el->el_state.argument, ce__isword);
171 c_delafter(el, el->el_state.argument); /* delete after dot */
289 el->el_line.cursor += el->el_state.argument;
316 el->el_state
[all...]
H A Demacs.c69 if (el->el_state.doingarg)
70 c_delafter(el, el->el_state.argument);
95 el->el_state.argument, ce__isword);
138 if (el->el_state.argument == 1)
262 el->el_state.argument,
285 el->el_state.argument, ce__isword);
309 el->el_state.argument, ce__isword);
341 el->el_state.argument, ce__isword);
394 if (el->el_state.argument > 1000000)
396 el->el_state
[all...]
H A Dvi.c147 el->el_state.argument,
172 el->el_state.argument,
196 el->el_line.lastchar, el->el_state.argument, cv__isWord);
220 el->el_line.lastchar, el->el_state.argument, cv__isword);
243 for (i = 0; i < el->el_state.argument; i++) {
308 el->el_state.inputmode = MODE_REPLACE_1;
324 el->el_state.inputmode = MODE_REPLACE;
339 c_delafter(el, el->el_state.argument);
463 el->el_line.lastchar, el->el_state.argument, cv__isWord);
487 el->el_line.lastchar, el->el_state
[all...]
H A Dchared.c65 r->count = el->el_state.doingarg ? el->el_state.argument : 0;
68 r->cmd = el->el_state.thiscmd;
69 r->ch = el->el_state.thisch;
478 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */
479 el->el_state.doingarg = 0;
480 el->el_state.metanext = 0;
481 el->el_state.argument = 1;
482 el->el_state.lastcmd = ED_UNASSIGNED;
512 el->el_state
[all...]
H A Dread.c240 el->el_state.metanext = 0;
246 if (el->el_state.metanext) {
247 el->el_state.metanext = 0;
506 el->el_state.thiscmd = cmdnum;
507 el->el_state.thisch = ch;
525 el->el_state.lastcmd = cmdnum;
589 el->el_state.argument = 1;
590 el->el_state.doingarg = 0;
H A Del.h123 el_state_t el_state; /* Current editor state */ member in struct:editline
H A Dfilecomplete.c393 if (el->el_state.lastcmd == el->el_state.thiscmd)
H A Dsearch.c161 if (el->el_state.lastcmd != ED_SEARCH_PREV_HISTORY &&
162 el->el_state.lastcmd != ED_SEARCH_NEXT_HISTORY) {
371 el->el_state.lastcmd =
491 el->el_state.lastcmd = (el_action_t) dir; /* avoid c_setpat */
560 el->el_state.lastcmd = (el_action_t) c; /* Hack to stop c_setpat */
/macosx-10.10/Heimdal-398.1.2/lib/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);
175 c_delafter(el, el->el_state.argument); /* delete after dot */
293 el->el_line.cursor += el->el_state.argument;
320 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;
497 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */
498 el->el_state.doingarg = 0;
499 el->el_state.metanext = 0;
500 el->el_state.argument = 1;
501 el->el_state.lastcmd = ED_UNASSIGNED;
530 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;
606 el->el_state.thiscmd = cmdnum;
607 el->el_state.thisch = ch;
625 el->el_state.lastcmd = cmdnum;
689 el->el_state.argument = 1;
690 el->el_state.doingarg = 0;
H A Del.h131 el_state_t el_state; /* Current editor state */ member in struct:editline
H A Dfilecomplete.c433 if (el->el_state.lastcmd == el->el_state.thiscmd)
H A Dsearch.c176 if (el->el_state.lastcmd != ED_SEARCH_PREV_HISTORY &&
177 el->el_state.lastcmd != ED_SEARCH_NEXT_HISTORY) {
387 el->el_state.lastcmd =
507 el->el_state.lastcmd = (el_action_t) dir; /* avoid c_setpat */
576 el->el_state.lastcmd = (el_action_t) c; /* Hack to stop c_setpat */
/macosx-10.10/libedit-40/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 Dread.c254 el->el_state.metanext = 0;
260 if (el->el_state.metanext) {
261 el->el_state.metanext = 0;
515 } else if (num == 0) el->el_state.thiscmd = EL_EOF;
569 } else if (num == 0) el->el_state.thiscmd = EL_EOF;
585 if (num == 0) el->el_state.thiscmd = EL_EOF;
617 el->el_state.thiscmd = cmdnum;
618 el->el_state.thisch = ch;
636 el->el_state.lastcmd = cmdnum;
700 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 Del.h138 el_state_t el_state; /* Current editor state */ member in struct:editline
H A Dfilecomplete.c436 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 */
H A Dreadline.c1964 if (rl_linefunc != NULL && e->el_state.thiscmd == EL_EOF)

Completed in 337 milliseconds