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

1234567891011>>

/freebsd-9.3-release/lib/libedit/
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 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 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 Dkey.h67 protected int key_init(EditLine *);
68 protected void key_end(EditLine *);
69 protected key_value_t *key_map_cmd(EditLine *, int);
70 protected key_value_t *key_map_str(EditLine *, char *);
71 protected void key_reset(EditLine *);
72 protected int key_get(EditLine *, char *, key_value_t *);
73 protected void key_add(EditLine *, const char *, key_value_t *, int);
74 protected void key_clear(EditLine *, el_action_t *, const char *);
75 protected int key_delete(EditLine *, const char *);
76 protected voi
[all...]
H A Dprompt.h54 protected void prompt_print(EditLine *, int);
55 protected int prompt_set(EditLine *, el_pfunc_t, char, 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 Dread.h45 protected int read_init(EditLine *);
46 protected void read_prepare(EditLine *);
47 protected void read_finish(EditLine *);
48 protected int el_read_setfn(EditLine *, el_rfunc_t);
49 protected el_rfunc_t el_read_getfn(EditLine *);
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 *, size_t);
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 Dmap.h66 protected int map_bind(EditLine *, int, const char **);
67 protected int map_init(EditLine *);
68 protected void map_end(EditLine *);
69 protected void map_init_vi(EditLine *);
70 protected void map_init_emacs(EditLine *);
71 protected int map_set_editor(EditLine *, char *);
72 protected int map_get_editor(EditLine *, const char **);
73 protected int map_addfunc(EditLine *, const char *, const char *, el_func_t);
H A Dchared.h143 protected int cv__isword(int);
144 protected int cv__isWord(int);
145 protected void cv_delfini(EditLine *);
146 protected char *cv__endword(char *, char *, int, int (*)(int));
147 protected int ce__isword(int);
148 protected void cv_undo(EditLine *);
149 protected void cv_yank(EditLine *, const char *, int);
150 protected char *cv_next_word(EditLine*, char *, char *, int, int (*)(int));
151 protected char *cv_prev_word(char *, char *, int, int (*)(int));
152 protected cha
[all...]
H A Dsig.h67 protected void sig_end(EditLine*);
68 protected int sig_init(EditLine*);
69 protected void sig_set(EditLine*);
70 protected void sig_clr(EditLine*);
H A Dhist.h69 protected int hist_init(EditLine *);
70 protected void hist_end(EditLine *);
71 protected el_action_t hist_get(EditLine *);
72 protected int hist_set(EditLine *, hist_fun_t, ptr_t);
73 protected int hist_command(EditLine *, int, const char **);
74 protected int hist_enlargebuf(EditLine *, size_t, size_t);
H A Dcommon.c51 protected el_action_t
66 protected el_action_t
108 protected el_action_t
136 protected el_action_t
183 protected el_action_t
204 protected el_action_t
227 protected el_action_t
251 protected el_action_t
276 protected el_action_t
305 protected el_action_
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCAsmInfoCOFF.h18 protected:
24 protected:
30 protected:
H A DMCAsmInfoELF.h18 protected:
H A DMCCodeEmitter.h26 protected: // Can only create subclasses.
H A DMCRelocationInfo.h34 protected:
/freebsd-9.3-release/contrib/file/src/
H A Dfile.h90 #ifndef protected
91 #define protected __attribute__ ((__visibility__("hidden"))) macro
95 #ifndef protected
96 #define protected macro
427 protected const char *file_fmttime(uint64_t, int, char *);
428 protected struct magic_set *file_ms_alloc(int);
429 protected void file_ms_free(struct magic_set *);
430 protected int file_buffer(struct magic_set *, int, const char *, const void *,
432 protected int file_fsmagic(struct magic_set *, const char *, struct stat *);
433 protected in
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h24 protected:
30 protected:
56 protected:
61 protected:
67 protected:
72 protected:
77 protected:
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendActions.h42 protected:
48 protected:
54 protected:
60 protected:
66 protected:
72 protected:
98 protected:
126 protected:
137 protected:
164 protected
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A DARCMTActions.h21 protected:
29 protected:
38 protected:
48 protected:
67 protected:
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h25 protected:
37 protected:
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h24 protected:
/freebsd-9.3-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DObjectBuffer.h50 protected:
76 protected:
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunctionPass.h33 protected:
/freebsd-9.3-release/contrib/llvm/include/llvm/
H A DGVMaterializer.h30 protected:

Completed in 135 milliseconds

1234567891011>>