Home
last modified time | relevance | path

Searched refs:protected (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/NextBSD/lib/libedit/
HDterminal.h86 protected void terminal_move_to_line(EditLine *, int);
87 protected void terminal_move_to_char(EditLine *, int);
88 protected void terminal_clear_EOL(EditLine *, int);
89 protected void terminal_overwrite(EditLine *, const Char *, size_t);
90 protected void terminal_insertwrite(EditLine *, Char *, int);
91 protected void terminal_deletechars(EditLine *, int);
92 protected void terminal_clear_screen(EditLine *);
93 protected void terminal_beep(EditLine *);
94 protected int terminal_change_size(EditLine *, int, int);
95 protected int terminal_get_size(EditLine *, int *, int *);
[all …]
HDchared.h150 protected int cv__isword(Int);
151 protected int cv__isWord(Int);
152 protected void cv_delfini(EditLine *);
153 protected Char *cv__endword(Char *, Char *, int, int (*)(Int));
154 protected int ce__isword(Int);
155 protected void cv_undo(EditLine *);
156 protected void cv_yank(EditLine *, const Char *, int);
157 protected Char *cv_next_word(EditLine*, Char *, Char *, int, int (*)(Int));
158 protected Char *cv_prev_word(Char *, Char *, int, int (*)(Int));
159 protected Char *c__next_word(Char *, Char *, int, int (*)(Int));
[all …]
HDkeymacro.h62 protected int keymacro_init(EditLine *);
63 protected void keymacro_end(EditLine *);
64 protected keymacro_value_t *keymacro_map_cmd(EditLine *, int);
65 protected keymacro_value_t *keymacro_map_str(EditLine *, Char *);
66 protected void keymacro_reset(EditLine *);
67 protected int keymacro_get(EditLine *, Char *, keymacro_value_t *);
68 protected void keymacro_add(EditLine *, const Char *, keymacro_value_t *, int);
69 protected void keymacro_clear(EditLine *, el_action_t *, const Char *);
70 protected int keymacro_delete(EditLine *, const Char *);
71 protected void keymacro_print(EditLine *, const Char *);
[all …]
HDsearch.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_t cv_csearch(EditLine *, int, Int, int, int);
HDmap.h69 protected int map_bind(EditLine *, int, const Char **);
70 protected int map_init(EditLine *);
71 protected void map_end(EditLine *);
72 protected void map_init_vi(EditLine *);
73 protected void map_init_emacs(EditLine *);
74 protected int map_set_editor(EditLine *, Char *);
75 protected int map_get_editor(EditLine *, const Char **);
76 protected int map_addfunc(EditLine *, const Char *, const Char *, el_func_t);
HDrefresh.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 *);
HDvi.c125 protected el_action_t
138 protected el_action_t
151 protected el_action_t
176 protected el_action_t
201 protected el_action_t
225 protected el_action_t
249 protected el_action_t
280 protected el_action_t
297 protected el_action_t
313 protected el_action_t
[all …]
HDcommon.c55 protected el_action_t
70 protected el_action_t
112 protected el_action_t
140 protected el_action_t
187 protected el_action_t
208 protected el_action_t
231 protected el_action_t
255 protected el_action_t
280 protected el_action_t
309 protected el_action_t
[all …]
HDemacs.c55 protected el_action_t
91 protected el_action_t
120 protected el_action_t
156 protected el_action_t
178 protected el_action_t
211 protected el_action_t
241 protected el_action_t
260 protected el_action_t
285 protected el_action_t
309 protected el_action_t
[all …]
HDhist.h79 protected int hist_init(EditLine *);
80 protected void hist_end(EditLine *);
81 protected el_action_t hist_get(EditLine *);
82 protected int hist_set(EditLine *, hist_fun_t, void *);
83 protected int hist_command(EditLine *, int, const Char **);
84 protected int hist_enlargebuf(EditLine *, size_t, size_t);
86 protected wchar_t *hist_convert(EditLine *, int, void *);
HDread.h46 protected int read_init(EditLine *);
47 protected void read_prepare(EditLine *);
48 protected void read_finish(EditLine *);
49 protected int el_read_setfn(EditLine *, el_rfunc_t);
50 protected el_rfunc_t el_read_getfn(EditLine *);
HDprompt.h55 protected void prompt_print(EditLine *, int);
56 protected int prompt_set(EditLine *, el_pfunc_t, Char, int, int);
57 protected int prompt_get(EditLine *, el_pfunc_t *, Char *, int);
58 protected int prompt_init(EditLine *);
59 protected void prompt_end(EditLine *);
HDchared.c60 protected void
84 protected void
97 protected void
119 protected void
145 protected void
160 protected void
188 protected void
203 protected int
213 protected int
227 protected int
[all …]
HDparse.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 *);
HDsig.h68 protected void sig_end(EditLine*);
69 protected int sig_init(EditLine*);
70 protected void sig_set(EditLine*);
71 protected void sig_clr(EditLine*);
HDchartype.c45 protected int
66 protected int
139 protected Char **
179 protected size_t
195 protected ssize_t
211 protected const Char *
261 protected int
292 protected ssize_t
347 protected int
HDtty.h462 protected int tty_init(EditLine *);
463 protected void tty_end(EditLine *);
464 protected int tty_stty(EditLine *, int, const Char **);
465 protected int tty_rawmode(EditLine *);
466 protected int tty_cookedmode(EditLine *);
467 protected int tty_quotemode(EditLine *);
468 protected int tty_noquotemode(EditLine *);
469 protected void tty_bind_char(EditLine *, int);
HDchartype.h186 protected Char **ct_decode_argv(int, const char *[], ct_buffer_t *);
189 protected int ct_conv_cbuff_resize(ct_buffer_t *, size_t);
190 protected int ct_conv_wbuff_resize(ct_buffer_t *, size_t);
191 protected ssize_t ct_encode_char(char *, size_t, Char);
192 protected size_t ct_enc_width(Char);
222 protected int ct_visual_width(Char);
227 protected ssize_t ct_visual_char(Char *, size_t, Char);
231 protected const Char *ct_visual_string(const Char *);
245 protected int ct_chr_class(Char c);
HDhist.c55 protected int
73 protected void
85 protected int
99 protected el_action_t
158 protected int
195 protected int
216 protected wchar_t *
HDkeymacro.c105 protected int
121 protected void
134 protected keymacro_value_t *
146 protected keymacro_value_t *
160 protected void
178 protected int
192 protected void
220 protected void
240 protected int
261 protected void
[all …]
/NextBSD/contrib/file/src/
HDfile.h92 #ifndef protected
93 #define protected __attribute__ ((__visibility__("hidden"))) macro
97 #ifndef protected
98 #define protected macro
433 protected const char *file_fmttime(uint64_t, int, char *);
434 protected struct magic_set *file_ms_alloc(int);
435 protected void file_ms_free(struct magic_set *);
436 protected int file_buffer(struct magic_set *, int, const char *, const void *,
438 protected int file_fsmagic(struct magic_set *, const char *, struct stat *);
439 protected int file_pipe2file(struct magic_set *, int, const void *, size_t);
[all …]
HDfuncs.c56 protected int
83 protected int
122 protected void
135 protected void
144 protected void
151 protected void
157 protected void
176 protected int
319 protected int
347 protected const char *
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDFrontendActions.h43 protected:
49 protected:
55 protected:
61 protected:
67 protected:
73 protected:
98 protected:
127 protected:
138 protected:
151 protected:
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
HDFrontendActions.h24 protected:
30 protected:
56 protected:
61 protected:
67 protected:
72 protected:
77 protected:
/NextBSD/contrib/llvm/tools/clang/include/clang/ARCMigrate/
HDARCMTActions.h21 protected:
29 protected:
38 protected:
48 protected:
67 protected:

12345678910>>...39