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

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/msgs/
H A Del.msg1 ## Messages for the Greek (el) language.
6 ::msgcat::mcset el "&About" "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac (&A)"
7 ::msgcat::mcset el "&Close" "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf (&C)"
8 ::msgcat::mcset el "E&xit" "\u0388\u03be\u03bf\u03b4\u03bf\u03c2 (&X)"
9 ::msgcat::mcset el "&File" "\u0391\u03c1\u03c7\u03b5\u03af\u03bf (&F)"
10 ::msgcat::mcset el "&Help" "\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1 (&H)"
11 ::msgcat::mcset el "&Images" "\u0395\u03b9\u03ba\u03cc\u03bd\u03b5\u03c2 (&I)"
12 ::msgcat::mcset el "&Open" "\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 (&O)"
13 ::msgcat::mcset el "&Save" "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 (&S)"
14 ::msgcat::mcset el "Al
[all...]
/macosx-10.10/tcl-105/tk/tk/library/msgs/
H A Del.msg1 ## Messages for the Greek (Hellenic - "el") language.
6 ::msgcat::mcset el "&Abort" "\u03a4\u03b5\u03c1\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03cc\u03c2"
7 ::msgcat::mcset el "About..." "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac..."
8 ::msgcat::mcset el "All Files" "\u038c\u03bb\u03b1 \u03c4\u03b1 \u0391\u03c1\u03c7\u03b5\u03af\u03b1"
9 ::msgcat::mcset el "Application Error" "\u039b\u03ac\u03b8\u03bf\u03c2 \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2"
10 ::msgcat::mcset el "&Blue" "\u039c\u03c0\u03bb\u03b5"
11 ::msgcat::mcset el "&Cancel" "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7"
12 ::msgcat::mcset el \
15 ::msgcat::mcset el "Choose Directory" "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5"
16 ::msgcat::mcset el "Clea
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/msgs/
H A Del.msg1 ## Messages for the Greek (Hellenic - "el") language.
6 ::msgcat::mcset el "&Abort" "\u03a4\u03b5\u03c1\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03cc\u03c2"
7 ::msgcat::mcset el "About..." "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac..."
8 ::msgcat::mcset el "All Files" "\u038c\u03bb\u03b1 \u03c4\u03b1 \u0391\u03c1\u03c7\u03b5\u03af\u03b1"
9 ::msgcat::mcset el "Application Error" "\u039b\u03ac\u03b8\u03bf\u03c2 \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2"
10 ::msgcat::mcset el "&Blue" "\u039c\u03c0\u03bb\u03b5"
11 ::msgcat::mcset el "&Cancel" "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7"
12 ::msgcat::mcset el \
15 ::msgcat::mcset el "Choose Directory" "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5"
16 ::msgcat::mcset el "Clea
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dcommon.c42 #include "el.h"
50 ed_end_of_file(EditLine *el, int c __attribute__((__unused__))) argument
53 re_goto_bottom(el);
54 *el->el_line.lastchar = '\0';
64 ed_insert(EditLine *el, int c) argument
66 int count = el->el_state.argument;
71 if (el->el_line.lastchar + el->el_state.argument >=
72 el->el_line.limit) {
74 if (!ch_enlargebufs(el, (size_
107 ed_delete_prev_word(EditLine *el, int c __attribute__((__unused__))) argument
135 ed_delete_next_char(EditLine *el, int c __attribute__((__unused__))) argument
186 ed_kill_line(EditLine *el, int c __attribute__((__unused__))) argument
207 ed_move_to_end(EditLine *el, int c __attribute__((__unused__))) argument
230 ed_move_to_beg(EditLine *el, int c __attribute__((__unused__))) argument
253 ed_transpose_chars(EditLine *el, int c) argument
279 ed_next_char(EditLine *el, int c __attribute__((__unused__))) argument
308 ed_prev_word(EditLine *el, int c __attribute__((__unused__))) argument
334 ed_prev_char(EditLine *el, int c __attribute__((__unused__))) argument
358 ed_quoted_insert(EditLine *el, int c) argument
378 ed_digit(EditLine *el, int c) argument
406 ed_argument_digit(EditLine *el, int c) argument
431 ed_unassigned(EditLine *el, int c __attribute__((__unused__))) argument
546 ed_newline(EditLine *el, int c __attribute__((__unused__))) argument
562 ed_delete_prev_char(EditLine *el, int c __attribute__((__unused__))) argument
582 ed_clear_screen(EditLine *el, int c __attribute__((__unused__))) argument
611 ed_start_over(EditLine *el, int c __attribute__((__unused__))) argument
639 ed_prev_history(EditLine *el, int c __attribute__((__unused__))) argument
677 ed_next_history(EditLine *el, int c __attribute__((__unused__))) argument
704 ed_search_prev_history(EditLine *el, int c __attribute__((__unused__))) argument
772 ed_search_next_history(EditLine *el, int c __attribute__((__unused__))) argument
826 ed_prev_line(EditLine *el, int c __attribute__((__unused__))) argument
869 ed_next_line(EditLine *el, int c __attribute__((__unused__))) argument
903 ed_command(EditLine *el, int c __attribute__((__unused__))) argument
[all...]
H A Dhist.c43 #include "el.h"
49 hist_init(EditLine *el) argument
52 el->el_history.fun = NULL;
53 el->el_history.ref = NULL;
54 el->el_history.buf = (char *) el_malloc(EL_BUFSIZ);
55 el->el_history.sz = EL_BUFSIZ;
56 if (el->el_history.buf == NULL)
58 el->el_history.last = el->el_history.buf;
67 hist_end(EditLine *el) argument
79 hist_set(EditLine *el, hist_fun_t fun, ptr_t ptr) argument
93 hist_get(EditLine *el) argument
151 hist_command(EditLine *el, int argc, const char **argv) argument
189 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) argument
[all...]
H A Demacs.c42 #include "el.h"
50 em_delete_or_list(EditLine *el, int c __attribute__((__unused__))) argument
53 if (el->el_line.cursor == el->el_line.lastchar) {
55 if (el->el_line.cursor == el->el_line.buffer) {
57 term_overwrite(el, STReof, 4); /* then do a EOF */
65 term_beep(el);
69 if (el->el_state.doingarg)
70 c_delafter(el, e
87 em_delete_next_word(EditLine *el, int c __attribute__((__unused__))) argument
116 em_yank(EditLine *el, int c __attribute__((__unused__))) argument
151 em_kill_line(EditLine *el, int c __attribute__((__unused__))) argument
173 em_kill_region(EditLine *el, int c __attribute__((__unused__))) argument
206 em_copy_region(EditLine *el, int c __attribute__((__unused__))) argument
235 em_gosmacs_transpose(EditLine *el, int c) argument
255 em_next_word(EditLine *el, int c __attribute__((__unused__))) argument
280 em_upper_case(EditLine *el, int c __attribute__((__unused__))) argument
304 em_capitol_case(EditLine *el, int c __attribute__((__unused__))) argument
336 em_lower_case(EditLine *el, int c __attribute__((__unused__))) argument
360 em_set_mark(EditLine *el, int c __attribute__((__unused__))) argument
374 em_exchange_mark(EditLine *el, int c __attribute__((__unused__))) argument
391 em_universal_argument(EditLine *el, int c __attribute__((__unused__))) argument
408 em_meta_next(EditLine *el, int c __attribute__((__unused__))) argument
421 em_toggle_overwrite(EditLine *el, int c __attribute__((__unused__))) argument
435 em_copy_prev_word(EditLine *el, int c __attribute__((__unused__))) argument
462 em_inc_search_next(EditLine *el, int c __attribute__((__unused__))) argument
475 em_inc_search_prev(EditLine *el, int c __attribute__((__unused__))) argument
489 em_delete_prev_char(EditLine *el, int c __attribute__((__unused__))) argument
[all...]
H A Dvi.c42 #include "el.h"
51 cv_action(EditLine *el, int c) argument
54 if (el->el_chared.c_vcmd.action != NOP) {
56 if (c != el->el_chared.c_vcmd.action)
60 cv_undo(el);
61 cv_yank(el, el->el_line.buffer,
62 el->el_line.lastchar - el->el_line.buffer);
63 el
81 cv_paste(EditLine *el, int c) argument
113 vi_paste_next(EditLine *el, int c __attribute__((__unused__))) argument
126 vi_paste_prev(EditLine *el, int c __attribute__((__unused__))) argument
139 vi_prev_big_word(EditLine *el, int c) argument
164 vi_prev_word(EditLine *el, int c __attribute__((__unused__))) argument
189 vi_next_big_word(EditLine *el, int c) argument
213 vi_next_word(EditLine *el, int c __attribute__((__unused__))) argument
236 vi_change_case(EditLine *el, int c) argument
268 vi_change_meta(EditLine *el, int c __attribute__((__unused__))) argument
285 vi_insert_at_bol(EditLine *el, int c __attribute__((__unused__))) argument
301 vi_replace_char(EditLine *el, int c __attribute__((__unused__))) argument
320 vi_replace_mode(EditLine *el, int c __attribute__((__unused__))) argument
336 vi_substitute_char(EditLine *el, int c __attribute__((__unused__))) argument
351 vi_substitute_line(EditLine *el, int c __attribute__((__unused__))) argument
369 vi_change_to_eol(EditLine *el, int c __attribute__((__unused__))) argument
387 vi_insert(EditLine *el, int c __attribute__((__unused__))) argument
402 vi_add(EditLine *el, int c __attribute__((__unused__))) argument
427 vi_add_at_eol(EditLine *el, int c __attribute__((__unused__))) argument
443 vi_delete_meta(EditLine *el, int c __attribute__((__unused__))) argument
456 vi_end_big_word(EditLine *el, int c) argument
480 vi_end_word(EditLine *el, int c __attribute__((__unused__))) argument
504 vi_undo(EditLine *el, int c __attribute__((__unused__))) argument
530 vi_command_mode(EditLine *el, int c __attribute__((__unused__))) argument
554 vi_zero(EditLine *el, int c) argument
575 vi_delete_prev_char(EditLine *el, int c __attribute__((__unused__))) argument
593 vi_list_or_eof(EditLine *el, int c __attribute__((__unused__))) argument
631 vi_kill_line_prev(EditLine *el, int c __attribute__((__unused__))) argument
652 vi_search_prev(EditLine *el, int c __attribute__((__unused__))) argument
665 vi_search_next(EditLine *el, int c __attribute__((__unused__))) argument
678 vi_repeat_search_next(EditLine *el, int c __attribute__((__unused__))) argument
694 vi_repeat_search_prev(EditLine *el, int c __attribute__((__unused__))) argument
712 vi_next_char(EditLine *el, int c __attribute__((__unused__))) argument
724 vi_prev_char(EditLine *el, int c __attribute__((__unused__))) argument
736 vi_to_next_char(EditLine *el, int c __attribute__((__unused__))) argument
748 vi_to_prev_char(EditLine *el, int c __attribute__((__unused__))) argument
760 vi_repeat_next_char(EditLine *el, int c __attribute__((__unused__))) argument
774 vi_repeat_prev_char(EditLine *el, int c __attribute__((__unused__))) argument
792 vi_match(EditLine *el, int c) argument
839 vi_undo_line(EditLine *el, int c) argument
853 vi_to_column(EditLine *el, int c) argument
867 vi_yank_end(EditLine *el, int c) argument
881 vi_yank(EditLine *el, int c) argument
893 vi_comment_out(EditLine *el, int c) argument
911 vi_alias(EditLine *el, int c) argument
943 vi_to_history_line(EditLine *el, int c) argument
988 vi_histedit(EditLine *el, int c) argument
1044 vi_history_word(EditLine *el, int c) argument
1093 vi_redo(EditLine *el, int c) argument
[all...]
H A Dread.c47 #include "el.h"
60 read_init(EditLine *el) argument
63 el->el_read.read_char = read_char;
73 el_read_setfn(EditLine *el, el_rfunc_t rc) argument
75 el->el_read.read_char = (rc == EL_BUILTIN_GETCFN) ? read_char : rc;
85 el_read_getfn(EditLine *el) argument
87 return (el->el_read.read_char == read_char) ?
88 EL_BUILTIN_GETCFN : el->el_read.read_char;
98 read_debug(EditLine *el) argument
101 if (el
181 read_preread(EditLine *el) argument
210 el_push(EditLine *el, char *str) argument
229 read_getcmd(EditLine *el, el_action_t *cmdnum, char *ch) argument
283 read_char(EditLine *el, char *cp) argument
304 el_getc(EditLine *el, char *cp) argument
349 read_prepare(EditLine *el) argument
370 read_finish(EditLine *el) argument
379 el_gets(EditLine *el, int *nread) argument
[all...]
H A Dchared.c43 #include "el.h"
52 cv_undo(EditLine *el) argument
54 c_undo_t *vu = &el->el_chared.c_undo;
55 c_redo_t *r = &el->el_chared.c_redo;
59 size = el->el_line.lastchar - el->el_line.buffer;
61 vu->cursor = el->el_line.cursor - el->el_line.buffer;
62 memcpy(vu->buf, el->el_line.buffer, size);
65 r->count = el
76 cv_yank(EditLine *el, const char *ptr, int size) argument
89 c_insert(EditLine *el, int num) argument
111 c_delafter(EditLine *el, int num) argument
137 c_delafter1(EditLine *el) argument
152 c_delbefore(EditLine *el, int num) argument
180 c_delbefore1(EditLine *el) argument
271 cv_next_word(EditLine *el, char *p, char *high, int n, int (*wtest)(int)) argument
360 cv_delfini(EditLine *el) argument
442 ch_init(EditLine *el) argument
497 ch_reset(EditLine *el) argument
614 ch_end(EditLine *el) argument
638 el_insertstr(EditLine *el, const char *s) argument
660 el_deletestr(EditLine *el, int n) argument
678 c_gets(EditLine *el, char *buf, const char *prompt) argument
743 c_hpos(EditLine *el) argument
[all...]
H A Dsearch.c43 #include "el.h"
48 #define EL_CURSOR(el) \
49 ((el)->el_line.cursor + (((el)->el_map.type == MAP_VI) && \
50 ((el)->el_map.current == (el)->el_map.alt)))
56 search_init(EditLine *el) argument
59 el->el_search.patbuf = (char *) el_malloc(EL_BUFSIZ);
60 if (el->el_search.patbuf == NULL)
62 el
75 search_end(EditLine *el) argument
144 c_hmatch(EditLine *el, const char *str) argument
159 c_setpat(EditLine *el) argument
190 ce_inc_search(EditLine *el, int dir) argument
436 cv_search(EditLine *el, int dir) argument
510 ce_search_line(EditLine *el, int dir) argument
552 cv_repeat_srch(EditLine *el, int c) argument
578 cv_csearch(EditLine *el, int direction, int ch, int count, int tflag) argument
[all...]
H A Del.c1 /* $NetBSD: el.c,v 1.5 2005/06/09 16:48:57 lukem Exp $ */
2 /* from NetBSD: el.c,v 1.39 2004/07/08 00:51:36 christos Exp */
40 * el.c: EditLine interface functions
47 #include "el.h"
56 EditLine *el = (EditLine *) el_malloc(sizeof(EditLine)); local
58 if (el == NULL)
61 memset(el, 0, sizeof(EditLine));
63 el->el_infd = fileno(fin);
64 el->el_outfile = fout;
65 el
100 el_end(EditLine *el) argument
127 el_reset(EditLine *el) argument
139 el_set(EditLine *el, int op, ...) argument
289 el_get(EditLine *el, int op, void *ret) argument
414 el_line(EditLine *el) argument
425 el_source(EditLine *el, const char *fname) argument
468 el_resize(EditLine *el) argument
489 el_beep(EditLine *el) argument
501 el_editmode(EditLine *el, int argc, const char **argv) argument
[all...]
H A Dhist.h39 * el.hist.c: History functions
58 #define HIST_FUN(el, fn, arg) \
59 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
60 fn, arg)) == -1) ? NULL : (el)->el_history.ev.str)
62 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
63 #define HIST_FIRST(el) HIST_FUN(el, H_FIRS
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Demacs.c47 #include "el.h"
55 em_delete_or_list(EditLine *el, Int c) argument
58 if (el->el_line.cursor == el->el_line.lastchar) {
60 if (el->el_line.cursor == el->el_line.buffer) {
62 term_writec(el, c); /* then do an EOF */
69 term_beep(el);
73 if (el->el_state.doingarg)
74 c_delafter(el, e
91 em_delete_next_word(EditLine *el, Int c __attribute__((__unused__))) argument
120 em_yank(EditLine *el, Int c __attribute__((__unused__))) argument
156 em_kill_line(EditLine *el, Int c __attribute__((__unused__))) argument
178 em_kill_region(EditLine *el, Int c __attribute__((__unused__))) argument
211 em_copy_region(EditLine *el, Int c __attribute__((__unused__))) argument
240 em_gosmacs_transpose(EditLine *el, Int c) argument
260 em_next_word(EditLine *el, Int c __attribute__((__unused__))) argument
285 em_upper_case(EditLine *el, Int c __attribute__((__unused__))) argument
309 em_capitol_case(EditLine *el, Int c __attribute__((__unused__))) argument
341 em_lower_case(EditLine *el, Int c __attribute__((__unused__))) argument
365 em_set_mark(EditLine *el, Int c __attribute__((__unused__))) argument
379 em_exchange_mark(EditLine *el, Int c __attribute__((__unused__))) argument
396 em_universal_argument(EditLine *el, Int c __attribute__((__unused__))) argument
413 em_meta_next(EditLine *el, Int c __attribute__((__unused__))) argument
426 em_toggle_overwrite(EditLine *el, Int c __attribute__((__unused__))) argument
440 em_copy_prev_word(EditLine *el, Int c __attribute__((__unused__))) argument
467 em_inc_search_next(EditLine *el, Int c __attribute__((__unused__))) argument
480 em_inc_search_prev(EditLine *el, Int c __attribute__((__unused__))) argument
494 em_delete_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
[all...]
H A Dvi.c52 #include "el.h"
61 cv_action(EditLine *el, Int c) argument
64 if (el->el_chared.c_vcmd.action != NOP) {
66 if (c != el->el_chared.c_vcmd.action)
70 cv_undo(el);
71 cv_yank(el, el->el_line.buffer,
72 (int)(el->el_line.lastchar - el->el_line.buffer));
73 el
93 cv_paste(EditLine *el, Int c) argument
125 vi_paste_next(EditLine *el, Int c __attribute__((__unused__))) argument
138 vi_paste_prev(EditLine *el, Int c __attribute__((__unused__))) argument
151 vi_prev_big_word(EditLine *el, Int c __attribute__((__unused__))) argument
176 vi_prev_word(EditLine *el, Int c __attribute__((__unused__))) argument
201 vi_next_big_word(EditLine *el, Int c __attribute__((__unused__))) argument
225 vi_next_word(EditLine *el, Int c __attribute__((__unused__))) argument
248 vi_change_case(EditLine *el, Int c) argument
280 vi_change_meta(EditLine *el, Int c __attribute__((__unused__))) argument
297 vi_insert_at_bol(EditLine *el, Int c __attribute__((__unused__))) argument
313 vi_replace_char(EditLine *el, Int c __attribute__((__unused__))) argument
332 vi_replace_mode(EditLine *el, Int c __attribute__((__unused__))) argument
348 vi_substitute_char(EditLine *el, Int c __attribute__((__unused__))) argument
363 vi_substitute_line(EditLine *el, Int c __attribute__((__unused__))) argument
381 vi_change_to_eol(EditLine *el, Int c __attribute__((__unused__))) argument
399 vi_insert(EditLine *el, Int c __attribute__((__unused__))) argument
414 vi_add(EditLine *el, Int c __attribute__((__unused__))) argument
439 vi_add_at_eol(EditLine *el, Int c __attribute__((__unused__))) argument
455 vi_delete_meta(EditLine *el, Int c __attribute__((__unused__))) argument
468 vi_end_big_word(EditLine *el, Int c) argument
492 vi_end_word(EditLine *el, Int c __attribute__((__unused__))) argument
516 vi_undo(EditLine *el, Int c __attribute__((__unused__))) argument
543 vi_command_mode(EditLine *el, Int c __attribute__((__unused__))) argument
567 vi_zero(EditLine *el, Int c) argument
588 vi_delete_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
606 vi_list_or_eof(EditLine *el, Int c) argument
643 vi_kill_line_prev(EditLine *el, Int c __attribute__((__unused__))) argument
664 vi_search_prev(EditLine *el, Int c __attribute__((__unused__))) argument
677 vi_search_next(EditLine *el, Int c __attribute__((__unused__))) argument
690 vi_repeat_search_next(EditLine *el, Int c __attribute__((__unused__))) argument
706 vi_repeat_search_prev(EditLine *el, Int c __attribute__((__unused__))) argument
724 vi_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
736 vi_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
748 vi_to_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
760 vi_to_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
772 vi_repeat_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
786 vi_repeat_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
804 vi_match(EditLine *el, Int c) argument
851 vi_undo_line(EditLine *el, Int c) argument
865 vi_to_column(EditLine *el, Int c) argument
879 vi_yank_end(EditLine *el, Int c) argument
893 vi_yank(EditLine *el, Int c) argument
905 vi_comment_out(EditLine *el, Int c) argument
928 vi_alias(EditLine *el, Int c) argument
958 vi_to_history_line(EditLine *el, Int c) argument
1003 vi_histedit(EditLine *el, Int c) argument
1090 vi_history_word(EditLine *el, Int c) argument
1140 vi_redo(EditLine *el, Int c) argument
[all...]
H A Dsearch.c54 #include "el.h"
59 #define EL_CURSOR(el) \
60 ((el)->el_line.cursor + (((el)->el_map.type == MAP_VI) && \
61 ((el)->el_map.current == (el)->el_map.alt)))
67 search_init(EditLine *el) argument
70 el->el_search.patbuf = el_malloc(EL_BUFSIZ *
71 sizeof(*el->el_search.patbuf));
72 if (el
87 search_end(EditLine *el) argument
159 c_hmatch(EditLine *el, const Char *str) argument
174 c_setpat(EditLine *el) argument
205 ce_inc_search(EditLine *el, int dir) argument
452 cv_search(EditLine *el, int dir) argument
526 ce_search_line(EditLine *el, int dir) argument
568 cv_repeat_srch(EditLine *el, Int c) argument
594 cv_csearch(EditLine *el, int direction, Int ch, int count, int tflag) argument
[all...]
H A Dhist.h38 * el.hist.c: History functions
57 #define HIST_FUN_INTERNAL(el, fn, arg) \
58 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
59 fn, arg)) == -1) ? NULL : (el)->el_history.ev.str)
61 #define HIST_FUN(el, fn, arg) \
62 (((el)->el_flags & NARROW_HISTORY) ? hist_convert(el, fn, arg) : \
63 HIST_FUN_INTERNAL(el, f
[all...]
H A Dhist.c48 #include "el.h"
54 hist_init(EditLine *el) argument
57 el->el_history.fun = NULL;
58 el->el_history.ref = NULL;
59 el->el_history.buf = el_malloc(EL_BUFSIZ * sizeof(*el->el_history.buf));
60 el->el_history.sz = EL_BUFSIZ;
61 if (el->el_history.buf == NULL)
63 el->el_history.last = el
72 hist_end(EditLine *el) argument
84 hist_set(EditLine *el, hist_fun_t fun, ptr_t ptr) argument
98 hist_get(EditLine *el) argument
157 hist_command(EditLine *el, int argc, const Char **argv) argument
195 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) argument
215 hist_convert(EditLine *el, int fn, ptr_t arg) argument
[all...]
H A Dread.c53 #include "el.h"
67 read_init(EditLine *el) argument
70 el->el_read.read_char = read_char;
80 el_read_setfn(EditLine *el, el_rfunc_t rc) argument
82 el->el_read.read_char = (rc == EL_BUILTIN_GETCFN) ? read_char : rc;
92 el_read_getfn(EditLine *el) argument
94 return (el->el_read.read_char == read_char) ?
95 EL_BUILTIN_GETCFN : el->el_read.read_char;
105 read_debug(EditLine *el) argument
108 if (el
188 read_preread(EditLine *el) argument
240 read_getcmd(EditLine *el, el_action_t *cmdnum, Char *ch) argument
313 read_char(EditLine *el, Char *cp) argument
437 read_prepare(EditLine *el) argument
458 read_finish(EditLine *el) argument
[all...]
H A Dcommon.c47 #include "el.h"
55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__))) argument
58 re_goto_bottom(el);
59 *el->el_line.lastchar = '\0';
69 ed_insert(EditLine *el, Int c) argument
71 int count = el->el_state.argument;
76 if (el->el_line.lastchar + el->el_state.argument >=
77 el->el_line.limit) {
79 if (!ch_enlargebufs(el, (size_
112 ed_delete_prev_word(EditLine *el, Int c __attribute__((__unused__))) argument
140 ed_delete_next_char(EditLine *el, Int c) argument
190 ed_kill_line(EditLine *el, Int c __attribute__((__unused__))) argument
211 ed_move_to_end(EditLine *el, Int c __attribute__((__unused__))) argument
234 ed_move_to_beg(EditLine *el, Int c __attribute__((__unused__))) argument
257 ed_transpose_chars(EditLine *el, Int c) argument
283 ed_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
312 ed_prev_word(EditLine *el, Int c __attribute__((__unused__))) argument
338 ed_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
362 ed_quoted_insert(EditLine *el, Int c) argument
382 ed_digit(EditLine *el, Int c) argument
410 ed_argument_digit(EditLine *el, Int c) argument
435 ed_unassigned(EditLine *el, Int c __attribute__((__unused__))) argument
550 ed_newline(EditLine *el, Int c __attribute__((__unused__))) argument
566 ed_delete_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
586 ed_clear_screen(EditLine *el, Int c __attribute__((__unused__))) argument
615 ed_start_over(EditLine *el, Int c __attribute__((__unused__))) argument
643 ed_prev_history(EditLine *el, Int c __attribute__((__unused__))) argument
681 ed_next_history(EditLine *el, Int c __attribute__((__unused__))) argument
708 ed_search_prev_history(EditLine *el, Int c __attribute__((__unused__))) argument
776 ed_search_next_history(EditLine *el, Int c __attribute__((__unused__))) argument
830 ed_prev_line(EditLine *el, Int c __attribute__((__unused__))) argument
873 ed_next_line(EditLine *el, Int c __attribute__((__unused__))) argument
907 ed_command(EditLine *el, Int c __attribute__((__unused__))) argument
[all...]
/macosx-10.10/libedit-40/src/
H A Demacs.c47 #include "el.h"
55 em_delete_or_list(EditLine *el, Int c) argument
58 if (el->el_line.cursor == el->el_line.lastchar) {
60 if (el->el_line.cursor == el->el_line.buffer) {
62 terminal_writec(el, c); /* then do an EOF */
69 terminal_beep(el);
73 if (el->el_state.doingarg)
74 c_delafter(el, e
91 em_delete_next_word(EditLine *el, Int c __attribute__((__unused__))) argument
120 em_yank(EditLine *el, Int c __attribute__((__unused__))) argument
156 em_kill_line(EditLine *el, Int c __attribute__((__unused__))) argument
178 em_kill_region(EditLine *el, Int c __attribute__((__unused__))) argument
211 em_copy_region(EditLine *el, Int c __attribute__((__unused__))) argument
240 em_gosmacs_transpose(EditLine *el, Int c) argument
260 em_next_word(EditLine *el, Int c __attribute__((__unused__))) argument
285 em_upper_case(EditLine *el, Int c __attribute__((__unused__))) argument
309 em_capitol_case(EditLine *el, Int c __attribute__((__unused__))) argument
341 em_lower_case(EditLine *el, Int c __attribute__((__unused__))) argument
365 em_set_mark(EditLine *el, Int c __attribute__((__unused__))) argument
379 em_exchange_mark(EditLine *el, Int c __attribute__((__unused__))) argument
396 em_universal_argument(EditLine *el, Int c __attribute__((__unused__))) argument
413 em_meta_next(EditLine *el, Int c __attribute__((__unused__))) argument
426 em_toggle_overwrite(EditLine *el, Int c __attribute__((__unused__))) argument
440 em_copy_prev_word(EditLine *el, Int c __attribute__((__unused__))) argument
467 em_inc_search_next(EditLine *el, Int c __attribute__((__unused__))) argument
480 em_inc_search_prev(EditLine *el, Int c __attribute__((__unused__))) argument
494 em_delete_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
[all...]
H A Dvi.c52 #include "el.h"
61 cv_action(EditLine *el, Int c) argument
64 if (el->el_chared.c_vcmd.action != NOP) {
66 if (c != (Int)el->el_chared.c_vcmd.action)
70 cv_undo(el);
71 cv_yank(el, el->el_line.buffer,
72 (int)(el->el_line.lastchar - el->el_line.buffer));
73 el
93 cv_paste(EditLine *el, Int c) argument
125 vi_paste_next(EditLine *el, Int c __attribute__((__unused__))) argument
138 vi_paste_prev(EditLine *el, Int c __attribute__((__unused__))) argument
151 vi_prev_big_word(EditLine *el, Int c __attribute__((__unused__))) argument
176 vi_prev_word(EditLine *el, Int c __attribute__((__unused__))) argument
201 vi_next_big_word(EditLine *el, Int c __attribute__((__unused__))) argument
225 vi_next_word(EditLine *el, Int c __attribute__((__unused__))) argument
248 vi_change_case(EditLine *el, Int c) argument
280 vi_change_meta(EditLine *el, Int c __attribute__((__unused__))) argument
297 vi_insert_at_bol(EditLine *el, Int c __attribute__((__unused__))) argument
313 vi_replace_char(EditLine *el, Int c __attribute__((__unused__))) argument
332 vi_replace_mode(EditLine *el, Int c __attribute__((__unused__))) argument
348 vi_substitute_char(EditLine *el, Int c __attribute__((__unused__))) argument
363 vi_substitute_line(EditLine *el, Int c __attribute__((__unused__))) argument
381 vi_change_to_eol(EditLine *el, Int c __attribute__((__unused__))) argument
399 vi_insert(EditLine *el, Int c __attribute__((__unused__))) argument
414 vi_add(EditLine *el, Int c __attribute__((__unused__))) argument
439 vi_add_at_eol(EditLine *el, Int c __attribute__((__unused__))) argument
455 vi_delete_meta(EditLine *el, Int c __attribute__((__unused__))) argument
468 vi_end_big_word(EditLine *el, Int c __attribute__((__unused__))) argument
492 vi_end_word(EditLine *el, Int c __attribute__((__unused__))) argument
516 vi_undo(EditLine *el, Int c __attribute__((__unused__))) argument
543 vi_command_mode(EditLine *el, Int c __attribute__((__unused__))) argument
567 vi_zero(EditLine *el, Int c) argument
588 vi_delete_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
606 vi_list_or_eof(EditLine *el, Int c) argument
643 vi_kill_line_prev(EditLine *el, Int c __attribute__((__unused__))) argument
664 vi_search_prev(EditLine *el, Int c __attribute__((__unused__))) argument
677 vi_search_next(EditLine *el, Int c __attribute__((__unused__))) argument
690 vi_repeat_search_next(EditLine *el, Int c __attribute__((__unused__))) argument
706 vi_repeat_search_prev(EditLine *el, Int c __attribute__((__unused__))) argument
724 vi_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
736 vi_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
748 vi_to_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
760 vi_to_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
772 vi_repeat_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
786 vi_repeat_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
804 vi_match(EditLine *el, Int c __attribute__((__unused__))) argument
851 vi_undo_line(EditLine *el, Int c __attribute__((__unused__))) argument
865 vi_to_column(EditLine *el, Int c __attribute__((__unused__))) argument
879 vi_yank_end(EditLine *el, Int c __attribute__((__unused__))) argument
893 vi_yank(EditLine *el, Int c __attribute__((__unused__))) argument
905 vi_comment_out(EditLine *el, Int c __attribute__((__unused__))) argument
927 vi_alias(EditLine *el, Int c __attribute__((__unused__))) argument
957 vi_to_history_line(EditLine *el, Int c __attribute__((__unused__))) argument
1002 vi_histedit(EditLine *el, Int c __attribute__((__unused__))) argument
1086 vi_history_word(EditLine *el, Int c __attribute__((__unused__))) argument
1136 vi_redo(EditLine *el, Int c __attribute__((__unused__))) argument
[all...]
H A Dsearch.c54 #include "el.h"
59 #define EL_CURSOR(el) \
60 ((el)->el_line.cursor + (((el)->el_map.type == MAP_VI) && \
61 ((el)->el_map.current == (el)->el_map.alt)))
67 search_init(EditLine *el) argument
70 el->el_search.patbuf = el_malloc(EL_BUFSIZ *
71 sizeof(*el->el_search.patbuf));
72 if (el
87 search_end(EditLine *el) argument
160 c_hmatch(EditLine *el, const Char *str) argument
175 c_setpat(EditLine *el) argument
207 ce_inc_search(EditLine *el, int dir) argument
455 cv_search(EditLine *el, int dir) argument
529 ce_search_line(EditLine *el, int dir) argument
571 cv_repeat_srch(EditLine *el, Int c) argument
597 cv_csearch(EditLine *el, int direction, Int ch, int count, int tflag) argument
[all...]
H A Dhist.h38 * el.hist.c: History functions
57 #define HIST_FUN_INTERNAL(el, fn, arg) \
58 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
59 fn, arg)) == -1) ? NULL : (el)->el_history.ev.str)
61 #define HIST_FUN(el, fn, arg) \
62 (((el)->el_flags & NARROW_HISTORY) ? hist_convert(el, fn, arg) : \
63 HIST_FUN_INTERNAL(el, f
[all...]
H A Dhist.c48 #include "el.h"
54 hist_init(EditLine *el) argument
57 el->el_history.fun = NULL;
58 el->el_history.ref = NULL;
59 el->el_history.buf = el_malloc(EL_BUFSIZ * sizeof(*el->el_history.buf));
60 el->el_history.sz = EL_BUFSIZ;
61 if (el->el_history.buf == NULL)
63 el->el_history.last = el
72 hist_end(EditLine *el) argument
84 hist_set(EditLine *el, hist_fun_t fun, void *ptr) argument
98 hist_get(EditLine *el) argument
157 hist_command(EditLine *el, int argc, const Char **argv) argument
195 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) argument
215 hist_convert(EditLine *el, int fn, void *arg) argument
[all...]
H A Dread.c53 #include "el.h"
67 read_init(EditLine *el) argument
70 el->el_read.read_char = read_char;
80 el_read_setfn(EditLine *el, el_rfunc_t rc) argument
82 el->el_read.read_char = (rc == EL_BUILTIN_GETCFN) ? read_char : rc;
92 el_read_getfn(EditLine *el) argument
94 return el->el_read.read_char == read_char ?
95 EL_BUILTIN_GETCFN : el->el_read.read_char;
105 read_debug(EditLine *el) argument
108 if (el
188 read_preread(EditLine *el) argument
240 read_getcmd(EditLine *el, el_action_t *cmdnum, Char *ch) argument
313 read_char(EditLine *el, Char *cp) argument
447 read_prepare(EditLine *el) argument
468 read_finish(EditLine *el) argument
[all...]

Completed in 180 milliseconds

1234567891011>>