/dflybsd-src/contrib/libedit/src/ |
H A D | vi.c | 67 cv_action(EditLine *el, wint_t c) in cv_action() 99 cv_paste(EditLine *el, wint_t c) in cv_paste() 132 vi_paste_next(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_next() 145 vi_paste_prev(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_prev() 158 vi_prev_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_big_word() 183 vi_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_word() 208 vi_next_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_big_word() 232 vi_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_word() 255 vi_change_case(EditLine *el, wint_t c) in vi_change_case() 287 vi_change_meta(EditLine *el, wint_t c __attribute__((__unused__))) in vi_change_meta() [all …]
|
H A D | common.c | 62 ed_end_of_file(EditLine *el, wint_t c __attribute__((__unused__))) in ed_end_of_file() 76 ed_insert(EditLine *el, wint_t c) in ed_insert() 119 ed_delete_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_delete_prev_word() 147 ed_delete_next_char(EditLine *el, wint_t c __attribute__((__unused__))) in ed_delete_next_char() 194 ed_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in ed_kill_line() 215 ed_move_to_end(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_end() 238 ed_move_to_beg(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_beg() 261 ed_transpose_chars(EditLine *el, wint_t c) in ed_transpose_chars() 287 ed_next_char(EditLine *el, wint_t c __attribute__((__unused__))) in ed_next_char() 316 ed_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_prev_word() [all …]
|
H A D | emacs.c | 59 em_delete_or_list(EditLine *el, wint_t c) in em_delete_or_list() 95 em_delete_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_delete_next_word() 124 em_yank(EditLine *el, wint_t c __attribute__((__unused__))) in em_yank() 160 em_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_line() 182 em_kill_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_region() 215 em_copy_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_copy_region() 244 em_gosmacs_transpose(EditLine *el, wint_t c) in em_gosmacs_transpose() 264 em_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_next_word() 289 em_upper_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_upper_case() 313 em_capitol_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_capitol_case() [all …]
|
H A D | chared.c | 62 cv_undo(EditLine *el) in cv_undo() 86 cv_yank(EditLine *el, const wchar_t *ptr, int size) in cv_yank() 99 c_insert(EditLine *el, int num) in c_insert() 121 c_delafter(EditLine *el, int num) in c_delafter() 147 c_delafter1(EditLine *el) in c_delafter1() 162 c_delbefore(EditLine *el, int num) in c_delbefore() 190 c_delbefore1(EditLine *el) in c_delbefore1() 281 cv_next_word(EditLine *el, wchar_t *p, wchar_t *high, int n, in cv_next_word() 337 cv_delfini(EditLine *el) in cv_delfini() 397 ch_init(EditLine *el) in ch_init() [all …]
|
H A D | hist.h | 55 #define HIST_FUN_INTERNAL(el, fn, arg) \ argument 58 #define HIST_FUN(el, fn, arg) \ argument 62 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL) argument 63 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL) argument 64 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL) argument 65 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL) argument 66 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num) argument 67 #define HIST_LOAD(el, fname) HIST_FUN(el, H_LOAD fname) argument 68 #define HIST_SAVE(el, fname) HIST_FUN(el, H_SAVE fname) argument 69 #define HIST_SAVE_FP(el, fp) HIST_FUN(el, H_SAVE_FP, fp) argument [all …]
|
H A D | keymacro.c | 105 keymacro_init(EditLine *el) in keymacro_init() 121 keymacro_end(EditLine *el) in keymacro_end() 134 keymacro_map_cmd(EditLine *el, int cmd) in keymacro_map_cmd() 146 keymacro_map_str(EditLine *el, wchar_t *str) in keymacro_map_str() 160 keymacro_reset(EditLine *el) in keymacro_reset() 179 keymacro_get(EditLine *el, wchar_t *ch, keymacro_value_t *val) in keymacro_get() 193 keymacro_add(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_add() 222 keymacro_clear(EditLine *el, el_action_t *map, const wchar_t *in) in keymacro_clear() 240 keymacro_delete(EditLine *el, const wchar_t *key) in keymacro_delete() 261 keymacro_print(EditLine *el, const wchar_t *key) in keymacro_print() [all …]
|
H A D | terminal.c | 224 terminal_setflags(EditLine *el) in terminal_setflags() 269 terminal_init(EditLine *el) in terminal_init() 316 terminal_end(EditLine *el) in terminal_end() 338 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) in terminal_alloc() 404 terminal_rebuffer_display(EditLine *el) in terminal_rebuffer_display() 419 terminal_alloc_buffer(EditLine *el) in terminal_alloc_buffer() 462 terminal_alloc_display(EditLine *el) in terminal_alloc_display() 481 terminal_free_display(EditLine *el) in terminal_free_display() 493 terminal_move_to_line(EditLine *el, int where) in terminal_move_to_line() 533 terminal_move_to_char(EditLine *el, int where) in terminal_move_to_char() [all …]
|
H A D | map.c | 901 map_init(EditLine *el) in map_init() 950 map_end(EditLine *el) in map_end() 971 map_init_nls(EditLine *el) in map_init_nls() 987 map_init_meta(EditLine *el) in map_init_meta() 1028 map_init_vi(EditLine *el) in map_init_vi() 1058 map_init_emacs(EditLine *el) in map_init_emacs() 1092 map_set_editor(EditLine *el, wchar_t *editor) in map_set_editor() 1111 map_get_editor(EditLine *el, const wchar_t **editor) in map_get_editor() 1132 map_print_key(EditLine *el, el_action_t *map, const wchar_t *in) in map_print_key() 1155 map_print_some_keys(EditLine *el, el_action_t *map, wint_t first, wint_t last) in map_print_some_keys() [all …]
|
H A D | tty.c | 474 tty_getty(EditLine *el, struct termios *t) in tty_getty() 486 tty_setty(EditLine *el, int action, const struct termios *t) in tty_setty() 498 tty_setup(EditLine *el) in tty_setup() 572 tty_init(EditLine *el) in tty_init() 589 tty_end(EditLine *el, int how) in tty_end() 896 tty_bind_char(EditLine *el, int force) in tty_bind_char() 959 tty_update_flag(EditLine *el, tcflag_t f, int mode, int kind) in tty_update_flag() 968 tty_update_flags(EditLine *el, int kind) in tty_update_flags() 983 tty_update_char(EditLine *el, int mode, int c) { in tty_update_char() 996 tty_rawmode(EditLine *el) in tty_rawmode() [all …]
|
H A 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() 123 prompt_init(EditLine *el) in prompt_init() 143 prompt_end(EditLine *el __attribute__((__unused__))) in prompt_end() 152 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide) in prompt_set() 184 prompt_get(EditLine *el, el_pfunc_t *prf, wchar_t *c, int op) in prompt_get()
|
H A D | search.c | 63 #define EL_CURSOR(el) \ argument 71 search_init(EditLine *el) in search_init() 92 search_end(EditLine *el) in search_end() 163 c_hmatch(EditLine *el, const wchar_t *str) in c_hmatch() 178 c_setpat(EditLine *el) in c_setpat() 207 ce_inc_search(EditLine *el, int dir) in ce_inc_search() 454 cv_search(EditLine *el, int dir) in cv_search() 528 ce_search_line(EditLine *el, int dir) in ce_search_line() 570 cv_repeat_srch(EditLine *el, wint_t c) in cv_repeat_srch() 597 cv_csearch(EditLine *el, int direction, wint_t ch, int count, int tflag) in cv_csearch()
|
H A D | refresh.c | 79 re_printstr(EditLine *el, const char *str, wchar_t *f, wchar_t *t) in re_printstr() 96 re_nextline(EditLine *el) in re_nextline() 128 re_addc(EditLine *el, wint_t c) in re_addc() 163 re_putliteral(EditLine *el, const wchar_t *begin, const wchar_t *end) in re_putliteral() 193 re_putc(EditLine *el, wint_t c, int shift) in re_putc() 231 re_refresh(EditLine *el) in re_refresh() 382 re_goto_bottom(EditLine *el) in re_goto_bottom() 398 re_insert(EditLine *el __attribute__((__unused__)), in re_insert() 449 re_delete(EditLine *el __attribute__((__unused__)), in re_delete() 497 re_clear_eol(EditLine *el, int fx, int sx, int diff) in re_clear_eol() [all …]
|
H A D | hist.c | 57 hist_init(EditLine *el) in hist_init() 75 hist_end(EditLine *el) in hist_end() 87 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set() 101 hist_get(EditLine *el) in hist_get() 167 hist_command(EditLine *el, int argc, const wchar_t **argv) in hist_command() 226 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) in hist_enlargebuf() 245 hist_convert(EditLine *el, int fn, void *arg) in hist_convert()
|
H A D | eln.c | 41 el_getc(EditLine *el, char *cp) in el_getc() 62 el_push(EditLine *el, const char *str) in el_push() 71 el_gets(EditLine *el, int *nread) in el_gets() 89 el_parse(EditLine *el, int argc, const char *argv[]) in el_parse() 105 el_set(EditLine *el, int op, ...) in el_set() 275 el_get(EditLine *el, int op, ...) in el_get() 361 el_line(EditLine *el) in el_line() 385 el_insertstr(EditLine *el, const char *str) in el_insertstr() 391 el_replacestr(EditLine *el, const char *str) in el_replacestr()
|
H A D | el.c | 97 EditLine *el = el_calloc(1, sizeof(*el)); in el_init_internal() local 154 el_end(EditLine *el) in el_end() 190 el_reset(EditLine *el) in el_reset() 202 el_wset(EditLine *el, int op, ...) in el_wset() 423 el_wget(EditLine *el, int op, ...) in el_wget() 537 el_wline(EditLine *el) in el_wline() 548 el_source(EditLine *el, const char *fname) in el_source() 620 el_resize(EditLine *el) in el_resize() 641 el_beep(EditLine *el) in el_beep() 653 el_editmode(EditLine *el, int argc, const wchar_t **argv) in el_editmode()
|
H A D | read.c | 84 read_init(EditLine *el) in read_init() 206 el_wpush(EditLine *el, const wchar_t *str) in el_wpush() 227 read_getcmd(EditLine *el, el_action_t *cmdnum, wchar_t *ch) in read_getcmd() 277 read_char(EditLine *el, wchar_t *cp) in read_char() 378 el_wgetc(EditLine *el, wchar_t *cp) in el_wgetc() 420 read_prepare(EditLine *el) in read_prepare() 441 read_finish(EditLine *el) in read_finish() 450 noedit_wgets(EditLine *el, int *nread) in noedit_wgets() 474 el_wgets(EditLine *el, int *nread) in el_wgets()
|
H A D | literal.c | 49 literal_init(EditLine *el) in literal_init() 57 literal_end(EditLine *el) in literal_end() 63 literal_clear(EditLine *el) in literal_clear() 80 literal_add(EditLine *el, const wchar_t *buf, const wchar_t *end, int *wp) in literal_add() 130 literal_get(EditLine *el, wint_t idx) in literal_get()
|
H A D | sig.c | 119 sig_init(EditLine *el) in sig_init() 151 sig_end(EditLine *el) in sig_end() 163 sig_set(EditLine *el) in sig_set() 190 sig_clr(EditLine *el) in sig_clr()
|
H A D | parse.c | 82 parse_line(EditLine *el, const wchar_t *line) in parse_line() 100 el_wparse(EditLine *el, int argc, const wchar_t *argv[]) in el_wparse() 280 parse_cmd(EditLine *el, const wchar_t *cmd) in parse_cmd()
|
H A D | filecomplete.c | 196 escape_filename(EditLine * el, const char *filename, int single_match, in escape_filename() 538 fn_display_match_list(EditLine * el, char **matches, size_t num, size_t width, in fn_display_match_list() 653 fn_complete2(EditLine *el, in fn_complete2() 823 fn_complete(EditLine *el, in fn_complete() 841 _el_fn_complete(EditLine *el, int ch __attribute__((__unused__))) in _el_fn_complete()
|
/dflybsd-src/usr.bin/evtranalyze/ |
H A D | xml.c | 110 xml_elem_print(xml_document_t doc, xml_element_t el, int closed, int nl) in xml_elem_print() 123 _xml_elem_begin(xml_document_t doc, xml_element_t el, int closed, int nl) in _xml_elem_begin() 134 _xml_elem_close(xml_document_t doc, xml_element_t el, int do_indent) in _xml_elem_close() 149 xml_elem_close(xml_document_t doc, xml_element_t el) in xml_elem_close() 155 xml_elem_begin(xml_document_t doc, xml_element_t el) in xml_elem_begin() 164 xml_elem_closed(xml_document_t doc, xml_element_t el) in xml_elem_closed()
|
H A D | xml.h | 61 xml_elem_init(xml_element_t el, const char *name) in xml_elem_init() 70 xml_elem_set_value(xml_element_t el, const char *value) in xml_elem_set_value() 92 xml_elem_set_attribute(xml_element_t el, xml_attribute_t at) in xml_elem_set_attribute()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | edit-context.c | 391 edited_line *el = get_or_insert_line (line); in apply_fixit() local 404 const edited_line *el = get_line (line); in get_effective_column() local 420 edited_line *el = get_line (line_num); in print_content() local 457 edited_line *el = m_edited_lines.min (); in print_diff() local 531 edited_line *el = get_line (line_num); in print_diff_hunk() local 625 edited_line *el = get_line (old_line_num); in get_effective_line_count() local 648 edited_line *el = get_line (line); in get_or_insert_line() local 654 delete el; in get_or_insert_line() local 723 edited_line::delete_cb (edited_line *el) in delete_cb() 725 delete el; in delete_cb() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-dce.c | 157 find_control_dependence (struct edge_list *el, int edge_index) in find_control_dependence() 190 find_all_control_dependences (struct edge_list *el) in find_all_control_dependences() 405 mark_control_dependent_edges_necessary (basic_block bb, struct edge_list *el, in mark_control_dependent_edges_necessary() 444 find_obviously_necessary_stmts (struct edge_list *el) in find_obviously_necessary_stmts() 695 propagate_necessity (struct edge_list *el) in propagate_necessity() 1545 struct edge_list *el = NULL; in perform_tree_ssa_dce() local
|
H A D | tree-ssa-threadupdate.c | 100 struct el struct 103 struct el *next; argument 298 struct el *el = XNEW (struct el); in lookup_redirection_data() local 481 struct el *next, *el; in redirect_edges() local
|