Searched refs:EditLine (Results 1 - 25 of 120) sorted by relevance

12345

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Drefresh.h51 protected void re_putc(EditLine *, Int, int);
52 protected void re_clear_lines(EditLine *);
53 protected void re_clear_display(EditLine *);
54 protected void re_refresh(EditLine *);
55 protected void re_refresh_cursor(EditLine *);
56 protected void re_fastaddc(EditLine *);
57 protected void re_goto_bottom(EditLine *);
H A Dread.h38 typedef int (*el_rfunc_t)(EditLine *, Char *);
44 protected int read_init(EditLine *);
45 protected void read_prepare(EditLine *);
46 protected void read_finish(EditLine *);
47 protected int el_read_setfn(EditLine *, el_rfunc_t);
48 protected el_rfunc_t el_read_getfn(EditLine *);
H A Dsearch.h56 protected int search_init(EditLine *);
57 protected void search_end(EditLine *);
58 protected int c_hmatch(EditLine *, const Char *);
59 protected void c_setpat(EditLine *);
60 protected el_action_t ce_inc_search(EditLine *, int);
61 protected el_action_t cv_search(EditLine *, int);
62 protected el_action_t ce_search_line(EditLine *, int);
63 protected el_action_t cv_repeat_srch(EditLine *, Int);
64 protected el_action_t cv_csearch(EditLine *, int, Int, int, int);
H A Dprompt.h45 typedef Char *(*el_pfunc_t)(EditLine *);
54 protected void prompt_print(EditLine *, int);
55 protected int prompt_set(EditLine *, el_pfunc_t, Char, int, int);
56 protected int prompt_get(EditLine *, el_pfunc_t *, Char *, int);
57 protected int prompt_init(EditLine *);
58 protected void prompt_end(EditLine *);
H A Dfilecomplete.h34 int fn_complete(EditLine *,
40 void fn_display_match_list(EditLine *, char **, size_t, size_t);
H A Dkey.h65 protected int key_init(EditLine *);
66 protected void key_end(EditLine *);
67 protected key_value_t *key_map_cmd(EditLine *, int);
68 protected key_value_t *key_map_str(EditLine *, Char *);
69 protected void key_reset(EditLine *);
70 protected int key_get(EditLine *, Char *, key_value_t *);
71 protected void key_add(EditLine *, const Char *, key_value_t *, int);
72 protected void key_clear(EditLine *, el_action_t *, const Char *);
73 protected int key_delete(EditLine *, const Char *);
74 protected void key_print(EditLine *, cons
[all...]
H A Del_term.h93 protected void term_move_to_line(EditLine *, int);
94 protected void term_move_to_char(EditLine *, int);
95 protected void term_clear_EOL(EditLine *, int);
96 protected void term_overwrite(EditLine *, const Char *, size_t);
97 protected void term_insertwrite(EditLine *, Char *, int);
98 protected void term_deletechars(EditLine *, int);
99 protected void term_clear_screen(EditLine *);
100 protected void term_beep(EditLine *);
101 protected int term_change_size(EditLine *, int, int);
102 protected int term_get_size(EditLine *, in
[all...]
/macosx-10.10/libedit-40/src/
H A Drefresh.h51 protected void re_putc(EditLine *, Int, int);
52 protected void re_clear_lines(EditLine *);
53 protected void re_clear_display(EditLine *);
54 protected void re_refresh(EditLine *);
55 protected void re_refresh_cursor(EditLine *);
56 protected void re_fastaddc(EditLine *);
57 protected void re_goto_bottom(EditLine *);
H A Dread.h38 typedef int (*el_rfunc_t)(EditLine *, Char *);
44 protected int read_init(EditLine *);
45 protected void read_prepare(EditLine *);
46 protected void read_finish(EditLine *);
47 protected int el_read_setfn(EditLine *, el_rfunc_t);
48 protected el_rfunc_t el_read_getfn(EditLine *);
H A Dsearch.h63 protected int search_init(EditLine *);
64 protected void search_end(EditLine *);
65 protected int c_hmatch(EditLine *, const Char *);
66 protected void c_setpat(EditLine *);
67 protected el_action_t ce_inc_search(EditLine *, int);
68 protected el_action_t cv_search(EditLine *, int);
69 protected el_action_t ce_search_line(EditLine *, int);
70 protected el_action_t cv_repeat_srch(EditLine *, Int);
71 protected el_action_t cv_csearch(EditLine *, int, Int, int, int);
H A Dprompt.h45 typedef Char *(*el_pfunc_t)(EditLine *);
61 protected void prompt_print(EditLine *, int);
62 protected int prompt_set(EditLine *, el_pfunc_t, Char, int, int);
63 protected int prompt_get(EditLine *, el_pfunc_t *, Char *, int);
64 protected int prompt_init(EditLine *);
65 protected void prompt_end(EditLine *);
H A Dfilecomplete.h34 int fn_complete(EditLine *,
40 void fn_display_match_list(EditLine *, char **, size_t, size_t);
H A Dkeymacro.h61 protected int keymacro_init(EditLine *);
62 protected void keymacro_end(EditLine *);
63 protected keymacro_value_t *keymacro_map_cmd(EditLine *, int);
64 protected keymacro_value_t *keymacro_map_str(EditLine *, Char *);
65 protected void keymacro_reset(EditLine *);
66 protected int keymacro_get(EditLine *, Char *, keymacro_value_t *);
67 protected void keymacro_add(EditLine *, const Char *, keymacro_value_t *, int);
68 protected void keymacro_clear(EditLine *, el_action_t *, const Char *);
69 protected int keymacro_delete(EditLine *, const Char *);
70 protected void keymacro_print(EditLine *, cons
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Drefresh.h52 protected void re_putc(EditLine *, int, int);
53 protected void re_clear_lines(EditLine *);
54 protected void re_clear_display(EditLine *);
55 protected void re_refresh(EditLine *);
56 protected void re_refresh_cursor(EditLine *);
57 protected void re_fastaddc(EditLine *);
58 protected void re_goto_bottom(EditLine *);
H A Dfilecomplete.h42 int fn_complete(EditLine *,
48 void fn_display_match_list(EditLine *, char **, int, int);
H A Dprompt.h46 typedef char * (*el_pfunc_t)(EditLine*);
53 protected void prompt_print(EditLine *, int);
54 protected int prompt_set(EditLine *, el_pfunc_t, int);
55 protected int prompt_get(EditLine *, el_pfunc_t *, int);
56 protected int prompt_init(EditLine *);
57 protected void prompt_end(EditLine *);
H A Dread.h46 typedef int (*el_rfunc_t)(EditLine *, char *);
52 protected int read_init(EditLine *);
53 protected void read_prepare(EditLine *);
54 protected void read_finish(EditLine *);
55 protected int el_read_setfn(EditLine *, el_rfunc_t);
56 protected el_rfunc_t el_read_getfn(EditLine *);
H A Dsearch.h57 protected int search_init(EditLine *);
58 protected void search_end(EditLine *);
59 protected int c_hmatch(EditLine *, const char *);
60 protected void c_setpat(EditLine *);
61 protected el_action_t ce_inc_search(EditLine *, int);
62 protected el_action_t cv_search(EditLine *, int);
63 protected el_action_t ce_search_line(EditLine *, int);
64 protected el_action_t cv_repeat_srch(EditLine *, int);
65 protected el_action_t cv_csearch(EditLine *, int, int, int, int);
H A Dmap.h67 protected int map_bind(EditLine *, int, const char **);
68 protected int map_init(EditLine *);
69 protected void map_end(EditLine *);
70 protected void map_init_vi(EditLine *);
71 protected void map_init_emacs(EditLine *);
72 protected int map_set_editor(EditLine *, char *);
73 protected int map_get_editor(EditLine *, const char **);
74 protected int map_addfunc(EditLine *, const char *, const char *, el_func_t);
H A Dparse.h44 protected int parse_line(EditLine *, const char *);
47 protected int parse_cmd(EditLine *, const char *);
H A Dkey.h66 protected int key_init(EditLine *);
67 protected void key_end(EditLine *);
68 protected key_value_t *key_map_cmd(EditLine *, int);
69 protected key_value_t *key_map_str(EditLine *, char *);
70 protected void key_reset(EditLine *);
71 protected int key_get(EditLine *, char *, key_value_t *);
72 protected void key_add(EditLine *, const char *, key_value_t *, int);
73 protected void key_clear(EditLine *, el_action_t *, const char *);
74 protected int key_delete(EditLine *, const char *);
75 protected void key_print(EditLine *, cons
[all...]
H A Dterm.h85 protected void term_move_to_line(EditLine *, int);
86 protected void term_move_to_char(EditLine *, int);
87 protected void term_clear_EOL(EditLine *, int);
88 protected void term_overwrite(EditLine *, const char *, int);
89 protected void term_insertwrite(EditLine *, char *, int);
90 protected void term_deletechars(EditLine *, int);
91 protected void term_clear_screen(EditLine *);
92 protected void term_beep(EditLine *);
93 protected int term_change_size(EditLine *, int, int);
94 protected int term_get_size(EditLine *, in
[all...]
/macosx-10.10/libedit-40/local/
H A Demacs.h4 protected el_action_t em_delete_or_list (EditLine *, Int);
5 protected el_action_t em_delete_next_word (EditLine *, Int);
6 protected el_action_t em_yank (EditLine *, Int);
7 protected el_action_t em_kill_line (EditLine *, Int);
8 protected el_action_t em_kill_region (EditLine *, Int);
9 protected el_action_t em_copy_region (EditLine *, Int);
10 protected el_action_t em_gosmacs_transpose (EditLine *, Int);
11 protected el_action_t em_next_word (EditLine *, Int);
12 protected el_action_t em_upper_case (EditLine *, Int);
13 protected el_action_t em_capitol_case (EditLine *, In
[all...]
H A Dcommon.h4 protected el_action_t ed_end_of_file (EditLine *, Int);
5 protected el_action_t ed_insert (EditLine *, Int);
6 protected el_action_t ed_delete_prev_word (EditLine *, Int);
7 protected el_action_t ed_delete_next_char (EditLine *, Int);
8 protected el_action_t ed_kill_line (EditLine *, Int);
9 protected el_action_t ed_move_to_end (EditLine *, Int);
10 protected el_action_t ed_move_to_beg (EditLine *, Int);
11 protected el_action_t ed_transpose_chars (EditLine *, Int);
12 protected el_action_t ed_next_char (EditLine *, Int);
13 protected el_action_t ed_prev_word (EditLine *, In
[all...]
H A Dvi.h4 protected el_action_t vi_paste_next (EditLine *, Int);
5 protected el_action_t vi_paste_prev (EditLine *, Int);
6 protected el_action_t vi_prev_big_word (EditLine *, Int);
7 protected el_action_t vi_prev_word (EditLine *, Int);
8 protected el_action_t vi_next_big_word (EditLine *, Int);
9 protected el_action_t vi_next_word (EditLine *, Int);
10 protected el_action_t vi_change_case (EditLine *, Int);
11 protected el_action_t vi_change_meta (EditLine *, Int);
12 protected el_action_t vi_insert_at_bol (EditLine *, Int);
13 protected el_action_t vi_replace_char (EditLine *, In
[all...]

Completed in 196 milliseconds

12345