Searched refs:protected (Results 1 - 25 of 2144) sorted by relevance

1234567891011>>

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dparse.h44 protected int parse_line(EditLine *, const char *);
45 protected int parse__escape(const char **);
46 protected char *parse__string(char *, const char *);
47 protected int parse_cmd(EditLine *, const char *);
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 Dsearch.h56 protected int el_match(const char *, const char *);
57 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_
[all...]
H A Dprompt.h53 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.h52 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 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 voi
[all...]
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 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 in
[all...]
H A Dchared.h145 protected int cv__isword(int);
146 protected int cv__isWord(int);
147 protected void cv_delfini(EditLine *);
148 protected char *cv__endword(char *, char *, int, int (*)(int));
149 protected int ce__isword(int);
150 protected void cv_undo(EditLine *);
151 protected void cv_yank(EditLine *, const char *, int);
152 protected char *cv_next_word(EditLine*, char *, char *, int, int (*)(int));
153 protected char *cv_prev_word(char *, char *, int, int (*)(int));
154 protected cha
[all...]
/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 Dparse.h43 protected int parse_line(EditLine *, const Char *);
44 protected int parse__escape(const Char **);
45 protected Char *parse__string(Char *, const Char *);
46 protected int parse_cmd(EditLine *, const Char *);
H A Dsearch.h55 protected int el_match(const Char *, const Char *);
56 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_
[all...]
H A Dread.h44 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 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 voi
[all...]
H A Dprompt.h54 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 *);
/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 Dparse.h43 protected int parse_line(EditLine *, const Char *);
44 protected int parse__escape(const Char **);
45 protected Char *parse__string(Char *, const Char *);
46 protected int parse_cmd(EditLine *, const Char *);
H A Dsearch.h62 protected int el_match(const Char *, const Char *);
63 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_
[all...]
H A Dread.h44 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 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 voi
[all...]
H A Dprompt.h61 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 *);
/macosx-10.10/libedit-40/local/
H A Dhelp.h4 protected const el_bindings_t *help__get(void);
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_
[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_
[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_
[all...]

Completed in 207 milliseconds

1234567891011>>