/external/libedit/src/ |
D | vi.c | 61 cv_action(EditLine *el, Int c) in cv_action() 93 cv_paste(EditLine *el, Int c) in cv_paste() 125 vi_paste_next(EditLine *el, Int c __attribute__((__unused__))) in vi_paste_next() 138 vi_paste_prev(EditLine *el, Int c __attribute__((__unused__))) in vi_paste_prev() 151 vi_prev_big_word(EditLine *el, Int c __attribute__((__unused__))) in vi_prev_big_word() 176 vi_prev_word(EditLine *el, Int c __attribute__((__unused__))) in vi_prev_word() 201 vi_next_big_word(EditLine *el, Int c __attribute__((__unused__))) in vi_next_big_word() 225 vi_next_word(EditLine *el, Int c __attribute__((__unused__))) in vi_next_word() 248 vi_change_case(EditLine *el, Int c) in vi_change_case() 280 vi_change_meta(EditLine *el, Int c __attribute__((__unused__))) in vi_change_meta() [all …]
|
D | common.c | 55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__))) in ed_end_of_file() 69 ed_insert(EditLine *el, Int c) in ed_insert() 112 ed_delete_prev_word(EditLine *el, Int c __attribute__((__unused__))) in ed_delete_prev_word() 140 ed_delete_next_char(EditLine *el, Int c __attribute__((__unused__))) in ed_delete_next_char() 187 ed_kill_line(EditLine *el, Int c __attribute__((__unused__))) in ed_kill_line() 208 ed_move_to_end(EditLine *el, Int c __attribute__((__unused__))) in ed_move_to_end() 231 ed_move_to_beg(EditLine *el, Int c __attribute__((__unused__))) in ed_move_to_beg() 254 ed_transpose_chars(EditLine *el, Int c) in ed_transpose_chars() 280 ed_next_char(EditLine *el, Int c __attribute__((__unused__))) in ed_next_char() 309 ed_prev_word(EditLine *el, Int c __attribute__((__unused__))) in ed_prev_word() [all …]
|
D | emacs.c | 55 em_delete_or_list(EditLine *el, Int c) in em_delete_or_list() 91 em_delete_next_word(EditLine *el, Int c __attribute__((__unused__))) in em_delete_next_word() 120 em_yank(EditLine *el, Int c __attribute__((__unused__))) in em_yank() 156 em_kill_line(EditLine *el, Int c __attribute__((__unused__))) in em_kill_line() 178 em_kill_region(EditLine *el, Int c __attribute__((__unused__))) in em_kill_region() 211 em_copy_region(EditLine *el, Int c __attribute__((__unused__))) in em_copy_region() 240 em_gosmacs_transpose(EditLine *el, Int c) in em_gosmacs_transpose() 260 em_next_word(EditLine *el, Int c __attribute__((__unused__))) in em_next_word() 285 em_upper_case(EditLine *el, Int c __attribute__((__unused__))) in em_upper_case() 309 em_capitol_case(EditLine *el, Int c __attribute__((__unused__))) in em_capitol_case() [all …]
|
D | chared.c | 59 cv_undo(EditLine *el) in cv_undo() 83 cv_yank(EditLine *el, const Char *ptr, int size) in cv_yank() 96 c_insert(EditLine *el, int num) in c_insert() 118 c_delafter(EditLine *el, int num) in c_delafter() 144 c_delafter1(EditLine *el) in c_delafter1() 159 c_delbefore(EditLine *el, int num) in c_delbefore() 187 c_delbefore1(EditLine *el) in c_delbefore1() 278 cv_next_word(EditLine *el, Char *p, Char *high, int n, int (*wtest)(Int)) in cv_next_word() 333 cv_delfini(EditLine *el) in cv_delfini() 393 ch_init(EditLine *el) in ch_init() [all …]
|
D | hist.h | 57 #define HIST_FUN_INTERNAL(el, fn, arg) \ argument 61 #define HIST_FUN(el, fn, arg) \ argument 65 #define HIST_FUN(el, fn, arg) HIST_FUN_INTERNAL(el, fn, arg) argument 69 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL) argument 70 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL) argument 71 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL) argument 72 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL) argument 73 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num) argument 74 #define HIST_LOAD(el, fname) HIST_FUN(el, H_LOAD fname) argument 75 #define HIST_SAVE(el, fname) HIST_FUN(el, H_SAVE fname) argument
|
D | keymacro.c | 104 keymacro_init(EditLine *el) in keymacro_init() 120 keymacro_end(EditLine *el) in keymacro_end() 133 keymacro_map_cmd(EditLine *el, int cmd) in keymacro_map_cmd() 145 keymacro_map_str(EditLine *el, Char *str) in keymacro_map_str() 159 keymacro_reset(EditLine *el) in keymacro_reset() 177 keymacro_get(EditLine *el, Char *ch, keymacro_value_t *val) in keymacro_get() 191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) in keymacro_add() 219 keymacro_clear(EditLine *el, el_action_t *map, const Char *in) in keymacro_clear() 239 keymacro_delete(EditLine *el, const Char *key) in keymacro_delete() 260 keymacro_print(EditLine *el, const Char *key) in keymacro_print() [all …]
|
D | hist.c | 54 hist_init(EditLine *el) in hist_init() 72 hist_end(EditLine *el) in hist_end() 84 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set() 98 hist_get(EditLine *el) in hist_get() 157 hist_command(EditLine *el, int argc, const Char **argv) in hist_command() 195 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) in hist_enlargebuf() 215 hist_convert(EditLine *el, int fn, void *arg) in hist_convert()
|
D | prompt.c | 58 prompt_default(EditLine *el __attribute__((__unused__))) in prompt_default() 71 prompt_default_r(EditLine *el __attribute__((__unused__))) in prompt_default_r() 83 prompt_print(EditLine *el, int op) in prompt_print() 120 prompt_init(EditLine *el) in prompt_init() 140 prompt_end(EditLine *el __attribute__((__unused__))) in prompt_end() 149 prompt_set(EditLine *el, el_pfunc_t prf, Char c, int op, int wide) in prompt_set() 181 prompt_get(EditLine *el, el_pfunc_t *prf, Char *c, int op) in prompt_get()
|
D | read.c | 67 read_init(EditLine *el) in read_init() 80 el_read_setfn(EditLine *el, el_rfunc_t rc) in el_read_setfn() 92 el_read_getfn(EditLine *el) in el_read_getfn() 105 read_debug(EditLine *el) in read_debug() 188 read_preread(EditLine *el) in read_preread() 220 FUN(el,push)(EditLine *el, const Char *str) in FUN() argument 240 read_getcmd(EditLine *el, el_action_t *cmdnum, Char *ch) in read_getcmd() 313 read_char(EditLine *el, Char *cp) in read_char() 327 FUN(el,set)(el, EL_REFRESH); in read_char() local 400 FUN(el,getc)(EditLine *el, Char *cp) in FUN() argument [all …]
|
D | search.c | 59 #define EL_CURSOR(el) \ argument 67 search_init(EditLine *el) in search_init() 87 search_end(EditLine *el) in search_end() 160 c_hmatch(EditLine *el, const Char *str) in c_hmatch() 175 c_setpat(EditLine *el) in c_setpat() 207 ce_inc_search(EditLine *el, int dir) in ce_inc_search() 329 FUN(el,push)(el, endcmd); in ce_inc_search() local 455 cv_search(EditLine *el, int dir) in cv_search() 529 ce_search_line(EditLine *el, int dir) in ce_search_line() 571 cv_repeat_srch(EditLine *el, Int c) in cv_repeat_srch() [all …]
|
D | map.c | 891 map_init(EditLine *el) in map_init() 940 map_end(EditLine *el) in map_end() 961 map_init_nls(EditLine *el) in map_init_nls() 977 map_init_meta(EditLine *el) in map_init_meta() 1018 map_init_vi(EditLine *el) in map_init_vi() 1048 map_init_emacs(EditLine *el) in map_init_emacs() 1082 map_set_editor(EditLine *el, Char *editor) in map_set_editor() 1101 map_get_editor(EditLine *el, const Char **editor) in map_get_editor() 1122 map_print_key(EditLine *el, el_action_t *map, const Char *in) in map_print_key() 1145 map_print_some_keys(EditLine *el, el_action_t *map, Int first, Int last) in map_print_some_keys() [all …]
|
D | terminal.c | 224 terminal_setflags(EditLine *el) in terminal_setflags() 269 terminal_init(EditLine *el) in terminal_init() 306 terminal_end(EditLine *el) in terminal_end() 328 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) in terminal_alloc() 394 terminal_rebuffer_display(EditLine *el) in terminal_rebuffer_display() 413 terminal_alloc_display(EditLine *el) in terminal_alloc_display() 456 terminal_free_display(EditLine *el) in terminal_free_display() 483 terminal_move_to_line(EditLine *el, int where) in terminal_move_to_line() 549 terminal_move_to_char(EditLine *el, int where) in terminal_move_to_char() 647 terminal_overwrite(EditLine *el, const Char *cp, size_t n) in terminal_overwrite() [all …]
|
D | tty.c | 469 tty_getty(EditLine *el, struct termios *t) in tty_getty() 481 tty_setty(EditLine *el, int action, const struct termios *t) in tty_setty() 493 tty_setup(EditLine *el) in tty_setup() 583 tty_init(EditLine *el) in tty_init() 599 tty_end(EditLine *el) in tty_end() 899 tty_bind_char(EditLine *el, int force) in tty_bind_char() 945 tty_rawmode(EditLine *el) in tty_rawmode() 1100 tty_cookedmode(EditLine *el) in tty_cookedmode() 1125 tty_quotemode(EditLine *el) in tty_quotemode() 1160 tty_noquotemode(EditLine *el) in tty_noquotemode() [all …]
|
D | refresh.c | 79 re_printstr(EditLine *el, const char *str, char *f, char *t) in re_printstr() 96 re_nextline(EditLine *el) in re_nextline() 128 re_addc(EditLine *el, Int c) in re_addc() 164 re_putc(EditLine *el, Int c, int shift) in re_putc() 200 re_refresh(EditLine *el) in re_refresh() 344 re_goto_bottom(EditLine *el) in re_goto_bottom() 360 re_insert(EditLine *el __attribute__((__unused__)), in re_insert() 409 re_delete(EditLine *el __attribute__((__unused__)), in re_delete() 457 re_clear_eol(EditLine *el, int fx, int sx, int diff) in re_clear_eol() 501 re_update_line(EditLine *el, Char *old, Char *new, int i) in re_update_line() [all …]
|
D | eln.c | 48 el_getc(EditLine *el, char *cp) in el_getc() 66 el_push(EditLine *el, const char *str) in el_push() 75 el_gets(EditLine *el, int *nread) in el_gets() 87 el_parse(EditLine *el, int argc, const char *argv[]) in el_parse() 104 el_set(EditLine *el, int op, ...) in el_set() 256 el_get(EditLine *el, int op, ...) in el_get() 344 el_line(EditLine *el) in el_line() 368 el_insertstr(EditLine *el, const char *str) in el_insertstr()
|
D | el.c | 98 EditLine *el = el_malloc(sizeof(*el)); in el_init_fd() local 154 el_end(EditLine *el) in el_end() 187 el_reset(EditLine *el) in el_reset() 199 FUN(el,set)(EditLine *el, int op, ...) in FUN() argument 406 FUN(el,get)(EditLine *el, int op, ...) in FUN() argument 530 el_source(EditLine *el, const char *fname) in el_source() 587 el_resize(EditLine *el) in el_resize() 608 el_beep(EditLine *el) in el_beep() 620 el_editmode(EditLine *el, int argc, const Char **argv) in el_editmode()
|
D | sig.c | 114 sig_init(EditLine *el) in sig_init() 146 sig_end(EditLine *el) in sig_end() 158 sig_set(EditLine *el) in sig_set() 185 sig_clr(EditLine *el) in sig_clr()
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | RewriteRuleTokenStream.js | 1 org.antlr.runtime.tree.RewriteRuleTokenStream = function(adaptor, elementDescription, el) { argument 21 toTree: function(el) { argument 25 dup: function(el) { argument
|
D | RewriteRuleElementStream.js | 14 org.antlr.runtime.tree.RewriteRuleElementStream = function(adaptor, elementDescription, el) { argument 53 add: function(el) { argument 122 toTree: function(el) { argument
|
D | RewriteRuleNodeStream.js | 4 org.antlr.runtime.tree.RewriteRuleNodeStream = function(adaptor, elementDescription, el) { argument 15 toTree: function(el) { argument
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | RewriteRuleElementStream.java | 111 public void add(Object el) { in add() 140 Object el = _next(); in nextTree() local 144 Object el = _next(); in nextTree() local 182 protected abstract Object dup(Object el); in dup() 187 protected Object toTree(Object el) { in toTree()
|
D | RewriteRuleSubtreeStream.java | 73 Object el = _next(); in nextNode() local 81 Object el = adaptor.dupNode(tree); // dup just the root (want node here) in nextNode() local 85 protected Object dup(Object el) { in dup()
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | BitSet.js | 78 numWordsToHold: function(el) { argument 113 of: function(el, el2) { argument 166 add: function(el) { argument 244 clear: function(el) { argument 370 member: function(el) { argument 498 remove: function(el) { argument
|
/external/icu/icu4c/source/common/ |
D | servnotf.cpp | 55 const EventListener* el = (const EventListener*)(listeners->elementAt(i)); in addListener() local 87 const EventListener* el = (const EventListener*)listeners->elementAt(i); in removeListener() local 109 EventListener* el = (EventListener*)listeners->elementAt(i); in notifyChanged() local
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | IntSet.java | 45 void add(int el); in add() 74 boolean member(int el); in member() 77 void remove(int el); in remove()
|