/freebsd/contrib/libedit/ |
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 | map.c | 901 map_init(EditLine *el) in map_init() 953 map_end(EditLine *el) in map_end() 974 map_init_nls(EditLine *el) in map_init_nls() 990 map_init_meta(EditLine *el) in map_init_meta() 1031 map_init_vi(EditLine *el) in map_init_vi() 1061 map_init_emacs(EditLine *el) in map_init_emacs() 1095 map_set_editor(EditLine *el, wchar_t *editor) in map_set_editor() 1114 map_get_editor(EditLine *el, const wchar_t **editor) in map_get_editor() 1135 map_print_key(EditLine *el, el_action_t *map, const wchar_t *in) in map_print_key() 1158 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 | terminal.c | 233 terminal_setflags(EditLine *el) in terminal_setflags() 278 terminal_init(EditLine *el) in terminal_init() 314 terminal_end(EditLine *el) in terminal_end() 336 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) in terminal_alloc() 402 terminal_rebuffer_display(EditLine *el) in terminal_rebuffer_display() 417 terminal_alloc_buffer(EditLine *el) in terminal_alloc_buffer() 460 terminal_alloc_display(EditLine *el) in terminal_alloc_display() 479 terminal_free_display(EditLine *el) in terminal_free_display() 491 terminal_move_to_line(EditLine *el, int where) in terminal_move_to_line() 531 terminal_move_to_char(EditLine *el, int where) in terminal_move_to_char() [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 | 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 | search.c | 62 #define EL_CURSOR(el) \ argument 70 search_init(EditLine *el) in search_init() 91 search_end(EditLine *el) in search_end() 162 c_hmatch(EditLine *el, const wchar_t *str) in c_hmatch() 177 c_setpat(EditLine *el) in c_setpat() 206 ce_inc_search(EditLine *el, int dir) in ce_inc_search() 453 cv_search(EditLine *el, int dir) in cv_search() 527 ce_search_line(EditLine *el, int dir) in ce_search_line() 569 cv_repeat_srch(EditLine *el, wint_t c) in cv_repeat_srch() 596 cv_csearch(EditLine *el, int direction, wint_t ch, int count, int tflag) in cv_csearch()
|
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 | 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 | 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 | read.c | 84 read_init(EditLine *el) in read_init() 109 read_end(EditLine *el) in read_end() 209 el_wpush(EditLine *el, const wchar_t *str) in el_wpush() 230 read_getcmd(EditLine *el, el_action_t *cmdnum, wchar_t *ch) in read_getcmd() 280 read_char(EditLine *el, wchar_t *cp) in read_char() 381 el_wgetc(EditLine *el, wchar_t *cp) in el_wgetc() 423 read_prepare(EditLine *el) in read_prepare() 444 read_finish(EditLine *el) in read_finish() 453 noedit_wgets(EditLine *el, int *nread) in noedit_wgets() 477 el_wgets(EditLine *el, int *nread) in el_wgets()
|
H A D | literal.c | 47 literal_init(EditLine *el) in literal_init() 55 literal_end(EditLine *el) in literal_end() 61 literal_clear(EditLine *el) in literal_clear() 78 literal_add(EditLine *el, const wchar_t *buf, const wchar_t *end, int *wp) in literal_add() 128 literal_get(EditLine *el, wint_t idx) in literal_get()
|
H A D | el.c | 74 EditLine *el = el_calloc(1, sizeof(*el)); in el_init_internal() local 131 el_end(EditLine *el) in el_end() 167 el_reset(EditLine *el) in el_reset() 179 el_wset(EditLine *el, int op, ...) in el_wset() 400 el_wget(EditLine *el, int op, ...) in el_wget() 514 el_wline(EditLine *el) in el_wline() 525 el_source(EditLine *el, const char *fname) in el_source() 604 el_resize(EditLine *el) in el_resize() 625 el_beep(EditLine *el) in el_beep() 637 el_editmode(EditLine *el, int argc, const wchar_t **argv) in el_editmode()
|
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()
|
/freebsd/sys/arm64/arm64/ |
H A D | exception.S | 43 .macro save_registers_head el argument 77 .macro save_registers el argument 112 .macro restore_registers el argument 321 .macro vector name, el 331 .macro vempty el argument
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | template.c | 50 #define el(name, type) { \ macro 170 void *el = DPO(data, t->offset); _asn1_decode() local 252 void **el = (void **)data; _asn1_decode() local 294 void *el = DPO(data, t->offset); _asn1_decode() local 317 struct template_of *el = DPO(data, t->offset); _asn1_decode() local 455 const void *el = DPOC(data, t->offset); _asn1_encode() local 484 void **el = (void **)data; _asn1_encode() local 514 const void *el = DPOC(data, t->offset); _asn1_encode() local 529 const struct template_of *el = DPOC(data, t->offset); _asn1_encode() local 591 struct template_of *el = DPO(data, t->offset); _asn1_encode() local 664 const void *el; _asn1_encode() local 709 const void *el = DPOC(data, t->offset); _asn1_length() local 733 void **el = (void **)data; _asn1_length() local 748 const void *el = DPOC(data, t->offset); _asn1_length() local 759 const struct template_of *el = DPOC(data, t->offset); _asn1_length() local 834 void *el = DPO(data, t->offset); _asn1_free() local 856 void *el = DPO(data, t->offset); _asn1_free() local 866 void *el = DPO(data, t->offset); _asn1_free() local 884 struct template_of *el = DPO(data, t->offset); _asn1_free() local [all...] |
/freebsd/contrib/libucl/uthash/ |
H A D | utlist.h | 419 #define LL_COUNT(head,el,counter) \ argument 422 #define LL_COUNT2(head,el,counter,next) \ argument 428 #define LL_FOREACH(head,el) \ argument 431 #define LL_FOREACH2(head,el,next) \ argument 434 #define LL_FOREACH_SAFE(head,el,tmp) \ argument 437 #define LL_FOREACH_SAFE2(head,el,tmp,next) \ argument 460 #define LL_REPLACE_ELEM(head, el, add) \ argument 480 #define LL_PREPEND_ELEM(head, el, add) \ argument 575 #define DL_COUNT(head,el,counter) \ argument 578 #define DL_COUNT2(head,el,counter,next) \ argument [all …]
|
/freebsd/contrib/libucl/klib/ |
H A D | kvec.h | 65 #define kv_resize_safe(type, v, s, el) do { \ argument 76 #define kv_grow_safe(type, v, el) do { \ argument 87 #define kv_copy_safe(type, v1, v0, el) do { \ argument 93 #define kv_push_safe(type, v, x, el) do { \ argument 100 #define kv_prepend_safe(type, v, x, el) do { \ argument 109 #define kv_concat_safe(type, v1, v0, el) do { \ argument
|
/freebsd/contrib/libedit/TEST/ |
H A D | tc1.c | 73 prompt(EditLine *el) in prompt() 88 complete(EditLine *el, int ch) in complete() 124 EditLine *el = NULL; in main() local
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | alist.c | 57 alist_el_t *el = arg; in alist_hash() local 96 alist_el_t *el = arg1; in alist_free_cb() local 115 alist_el_t *el; in alist_add() local 149 alist_el_t *el = arg1; in alist_iter_cb() local 201 alist_el_t *el = node; in alist_dump_cb() local
|