Home
last modified time | relevance | path

Searched defs:el (Results 1 – 25 of 84) sorted by relevance

1234

/openbsd-src/lib/libedit/
H A Dvi.c61 cv_action(EditLine *el, wint_t c) in cv_action()
93 cv_paste(EditLine *el, wint_t c) in cv_paste()
125 vi_paste_next(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_next()
137 vi_paste_prev(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_prev()
149 vi_prev_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_big_word()
173 vi_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_word()
197 vi_next_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_big_word()
220 vi_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_word()
243 vi_change_case(EditLine *el, wint_t c) in vi_change_case()
274 vi_change_meta(EditLine *el, wint_t c __attribute__((__unused__))) in vi_change_meta()
[all …]
H A Dcommon.c55 ed_end_of_file(EditLine *el, wint_t c __attribute__((__unused__))) in ed_end_of_file()
69 ed_insert(EditLine *el, wint_t c) in ed_insert()
111 ed_delete_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_delete_prev_word()
138 ed_delete_next_char(EditLine *el, wint_t c) in ed_delete_next_char()
187 ed_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in ed_kill_line()
207 ed_move_to_end(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_end()
229 ed_move_to_beg(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_beg()
252 ed_transpose_chars(EditLine *el, wint_t c) in ed_transpose_chars()
277 ed_next_char(EditLine *el, wint_t c __attribute__((__unused__))) in ed_next_char()
305 ed_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_prev_word()
[all …]
H A Demacs.c52 em_delete_or_list(EditLine *el, wint_t c) in em_delete_or_list()
87 em_delete_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_delete_next_word()
115 em_yank(EditLine *el, wint_t c __attribute__((__unused__))) in em_yank()
150 em_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_line()
171 em_kill_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_region()
203 em_copy_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_copy_region()
232 em_gosmacs_transpose(EditLine *el, wint_t c) in em_gosmacs_transpose()
251 em_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_next_word()
275 em_upper_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_upper_case()
298 em_capitol_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_capitol_case()
[all …]
H A Dchared.c56 cv_undo(EditLine *el) in cv_undo()
80 cv_yank(EditLine *el, const wchar_t *ptr, int size) in cv_yank()
93 c_insert(EditLine *el, int num) in c_insert()
115 c_delafter(EditLine *el, int num) in c_delafter()
141 c_delafter1(EditLine *el) in c_delafter1()
156 c_delbefore(EditLine *el, int num) in c_delbefore()
184 c_delbefore1(EditLine *el) in c_delbefore1()
275 cv_next_word(EditLine *el, wchar_t *p, wchar_t *high, int n, in cv_next_word()
331 cv_delfini(EditLine *el) in cv_delfini()
391 ch_init(EditLine *el) in ch_init()
[all …]
H A Dkeymacro.c99 keymacro_init(EditLine *el) in keymacro_init()
115 keymacro_end(EditLine *el) in keymacro_end()
128 keymacro_map_cmd(EditLine *el, int cmd) in keymacro_map_cmd()
140 keymacro_map_str(EditLine *el, wchar_t *str) in keymacro_map_str()
154 keymacro_reset(EditLine *el) in keymacro_reset()
173 keymacro_get(EditLine *el, wchar_t *ch, keymacro_value_t *val) in keymacro_get()
187 keymacro_add(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_add()
216 keymacro_clear(EditLine *el, el_action_t *map, const wchar_t *in) in keymacro_clear()
234 keymacro_delete(EditLine *el, const wchar_t *key) in keymacro_delete()
255 keymacro_print(EditLine *el, const wchar_t *key) in keymacro_print()
[all …]
H A Dterminal.c216 terminal_setflags(EditLine *el) in terminal_setflags()
261 terminal_init(EditLine *el) in terminal_init()
304 terminal_end(EditLine *el) in terminal_end()
326 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) in terminal_alloc()
391 terminal_rebuffer_display(EditLine *el) in terminal_rebuffer_display()
410 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()
546 terminal_move_to_char(EditLine *el, int where) in terminal_move_to_char()
642 terminal_overwrite(EditLine *el, const wchar_t *cp, size_t n) in terminal_overwrite()
[all …]
H A Dhist.h56 #define HIST_FUN_INTERNAL(el, fn, arg) \ argument
59 #define HIST_FUN(el, fn, arg) \ argument
63 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL) argument
64 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL) argument
65 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL) argument
66 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL) argument
67 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num) argument
68 #define HIST_LOAD(el, fname) HIST_FUN(el, H_LOAD fname) argument
69 #define HIST_SAVE(el, fname) HIST_FUN(el, H_SAVE fname) argument
70 #define HIST_SAVE_FP(el, fp) HIST_FUN(el, H_SAVE_FP fp) argument
H A Dmap.c895 map_init(EditLine *el) in map_init()
945 map_end(EditLine *el) in map_end()
966 map_init_nls(EditLine *el) in map_init_nls()
982 map_init_meta(EditLine *el) in map_init_meta()
1023 map_init_vi(EditLine *el) in map_init_vi()
1053 map_init_emacs(EditLine *el) in map_init_emacs()
1087 map_set_editor(EditLine *el, wchar_t *editor) in map_set_editor()
1106 map_get_editor(EditLine *el, const wchar_t **editor) in map_get_editor()
1127 map_print_key(EditLine *el, el_action_t *map, const wchar_t *in) in map_print_key()
1150 map_print_some_keys(EditLine *el, el_action_t *map, wint_t first, wint_t last) in map_print_some_keys()
[all …]
H A Dtty.c468 tty_getty(EditLine *el, struct termios *t) in tty_getty()
480 tty_setty(EditLine *el, int action, const struct termios *t) in tty_setty()
492 tty_setup(EditLine *el) in tty_setup()
567 tty_init(EditLine *el) in tty_init()
583 tty_end(EditLine *el) in tty_end()
889 tty_bind_char(EditLine *el, int force) in tty_bind_char()
952 tty_update_flag(EditLine *el, tcflag_t f, int mode, int kind) in tty_update_flag()
961 tty_update_flags(EditLine *el, int kind) in tty_update_flags()
976 tty_update_char(EditLine *el, int mode, int c) { in tty_update_char()
989 tty_rawmode(EditLine *el) in tty_rawmode()
[all …]
H A Dsearch.c56 #define EL_CURSOR(el) \ argument
64 search_init(EditLine *el) in search_init()
85 search_end(EditLine *el) in search_end()
154 c_hmatch(EditLine *el, const wchar_t *str) in c_hmatch()
169 c_setpat(EditLine *el) in c_setpat()
200 ce_inc_search(EditLine *el, int dir) in ce_inc_search()
446 cv_search(EditLine *el, int dir) in cv_search()
520 ce_search_line(EditLine *el, int dir) in ce_search_line()
562 cv_repeat_srch(EditLine *el, wint_t c) in cv_repeat_srch()
588 cv_csearch(EditLine *el, int direction, wint_t ch, int count, int tflag) in cv_csearch()
H A Dprompt.c51 prompt_default(EditLine *el __attribute__((__unused__))) in prompt_default()
63 prompt_default_r(EditLine *el __attribute__((__unused__))) in prompt_default_r()
75 prompt_print(EditLine *el, int op) in prompt_print()
112 prompt_init(EditLine *el) in prompt_init()
131 prompt_end(EditLine *el __attribute__((__unused__))) in prompt_end()
140 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide) in prompt_set()
172 prompt_get(EditLine *el, el_pfunc_t *prf, wchar_t *c, int op) in prompt_get()
H A Dhist.c50 hist_init(EditLine *el) in hist_init()
69 hist_end(EditLine *el) in hist_end()
81 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set()
95 hist_get(EditLine *el) in hist_get()
154 hist_command(EditLine *el, int argc, const wchar_t **argv) in hist_command()
191 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) in hist_enlargebuf()
209 hist_convert(EditLine *el, int fn, void *arg) in hist_convert()
H A Del.c60 EditLine *el = (EditLine *) calloc(1, sizeof(EditLine)); in el_init() local
114 el_end(EditLine *el) in el_end()
146 el_reset(EditLine *el) in el_reset()
158 el_wset(EditLine *el, int op, ...) in el_wset()
364 el_wget(EditLine *el, int op, ...) in el_wget()
486 el_wline(EditLine *el) in el_wline()
497 el_source(EditLine *el, const char *fname) in el_source()
568 el_resize(EditLine *el) in el_resize()
589 el_beep(EditLine *el) in el_beep()
600 el_editmode(EditLine *el, int argc, const wchar_t **argv) in el_editmode()
H A Drefresh.c72 re_printstr(EditLine *el, const char *str, wchar_t *f, wchar_t *t) in re_printstr()
89 re_nextline(EditLine *el) in re_nextline()
121 re_addc(EditLine *el, wint_t c) in re_addc()
157 re_putc(EditLine *el, wint_t c, int shift) in re_putc()
195 re_refresh(EditLine *el) in re_refresh()
340 re_goto_bottom(EditLine *el) in re_goto_bottom()
355 re_insert(EditLine *el __attribute__((__unused__)), in re_insert()
405 re_delete(EditLine *el __attribute__((__unused__)), in re_delete()
453 re_clear_eol(EditLine *el, int fx, int sx, int diff) in re_clear_eol()
497 re_update_line(EditLine *el, wchar_t *old, wchar_t *new, int i) in re_update_line()
[all …]
H A Deln.c39 el_getc(EditLine *el, char *cp) in el_getc()
60 el_push(EditLine *el, const char *str) in el_push()
69 el_gets(EditLine *el, int *nread) in el_gets()
96 el_parse(EditLine *el, int argc, const char *argv[]) in el_parse()
113 el_set(EditLine *el, int op, ...) in el_set()
263 el_get(EditLine *el, int op, ...) in el_get()
350 el_line(EditLine *el) in el_line()
374 el_insertstr(EditLine *el, const char *str) in el_insertstr()
H A Dread.c78 read_init(EditLine *el) in read_init()
138 el_wpush(EditLine *el, const wchar_t *str) in el_wpush()
159 read_getcmd(EditLine *el, el_action_t *cmdnum, wchar_t *ch) in read_getcmd()
210 read_char(EditLine *el, wchar_t *cp) in read_char()
309 el_wgetc(EditLine *el, wchar_t *cp) in el_wgetc()
351 read_prepare(EditLine *el) in read_prepare()
372 read_finish(EditLine *el) in read_finish()
381 el_wgets(EditLine *el, int *nread) in el_wgets()
H A Dsig.c113 sig_init(EditLine *el) in sig_init()
145 sig_end(EditLine *el) in sig_end()
157 sig_set(EditLine *el) in sig_set()
184 sig_clr(EditLine *el) in sig_clr()
H A Dparse.c76 parse_line(EditLine *el, const wchar_t *line) in parse_line()
94 el_wparse(EditLine *el, int argc, const wchar_t *argv[]) in el_wparse()
274 parse_cmd(EditLine *el, const wchar_t *cmd) in parse_cmd()
H A Dfilecomplete.c337 fn_display_match_list (EditLine *el, char **matches, size_t num, size_t width) in fn_display_match_list()
388 fn_complete(EditLine *el, in fn_complete()
549 _el_fn_complete(EditLine *el, int ch __attribute__((__unused__))) in _el_fn_complete()
/openbsd-src/lib/libedit/TEST/
H A Dtc1.c61 prompt(EditLine *el) in prompt()
76 complete(EditLine *el, int ch) in complete()
112 EditLine *el = NULL; in main() local
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-dce.c160 find_all_control_dependences (struct edge_list *el) in find_all_control_dependences()
172 find_control_dependence (struct edge_list *el, int edge_index) in find_control_dependence()
386 find_obviously_necessary_stmts (struct edge_list *el) in find_obviously_necessary_stmts()
439 mark_control_dependent_edges_necessary (basic_block bb, struct edge_list *el) in mark_control_dependent_edges_necessary()
471 propagate_necessity (struct edge_list *el) in propagate_necessity()
880 struct edge_list *el = NULL; in perform_tree_ssa_dce() local
H A Dtree-ssa-threadupdate.c97 struct el struct
100 struct el *next; argument
294 struct el *el = XNEW (struct el); in lookup_redirection_data() local
590 struct el *next, *el; in redirect_edges() local
/openbsd-src/regress/lib/libedit/chared/
H A Dtest_gets.c43 ed_end_of_file(EditLine *el, wint_t c UU) { in ed_end_of_file()
63 EditLine el; in main() local
/openbsd-src/sys/arch/arm64/arm64/
H A Dexception.S35 .macro save_registers el argument
68 .macro restore_registers el argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dssa-dce.c219 find_all_control_dependences (el, pdom, cdbte) in find_all_control_dependences() argument
237 find_control_dependence (el, edge_index, pdom, cdbte) in find_control_dependence() argument
505 struct edge_list *el; in ssa_eliminate_dead_code() local

1234