| /freebsd-12.1/lib/libedit/ |
| H A D | terminal.h | 86 protected void terminal_clear_EOL(EditLine *, int); 89 protected void terminal_deletechars(EditLine *, int); 90 protected void terminal_clear_screen(EditLine *); 91 protected void terminal_beep(EditLine *); 94 protected int terminal_init(EditLine *); 95 protected void terminal_bind_arrow(EditLine *); 99 protected void terminal_end(EditLine *); 101 protected int terminal_set(EditLine *, const char *); 106 protected void terminal_writec(EditLine *, wint_t); 107 protected int terminal__putc(EditLine *, wint_t); [all …]
|
| H A D | chared.h | 139 protected int cv__isword(wint_t); 140 protected int cv__isWord(wint_t); 141 protected void cv_delfini(EditLine *); 143 protected int ce__isword(wint_t); 144 protected void cv_undo(EditLine *); 150 protected void c_insert(EditLine *, int); 152 protected void c_delbefore1(EditLine *); 154 protected void c_delafter1(EditLine *); 156 protected int c_hpos(EditLine *); 158 protected int ch_init(EditLine *); [all …]
|
| H A D | keymacro.h | 62 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 *); 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 *); 72 protected void keymacro_kprint(EditLine *, const Char *, keymacro_value_t *, [all …]
|
| H A D | search.h | 54 protected int el_match(const Char *, const Char *); 55 protected int search_init(EditLine *); 56 protected void search_end(EditLine *); 57 protected int c_hmatch(EditLine *, const Char *); 58 protected void c_setpat(EditLine *); 59 protected el_action_t ce_inc_search(EditLine *, int); 60 protected el_action_t cv_search(EditLine *, int); 61 protected el_action_t ce_search_line(EditLine *, int); 62 protected el_action_t cv_repeat_srch(EditLine *, wint_t); 63 protected el_action_t cv_csearch(EditLine *, int, wint_t, int, int);
|
| H A D | map.h | 69 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);
|
| H A D | refresh.h | 50 protected void re_putc(EditLine *, wint_t, int); 51 protected void re_clear_lines(EditLine *); 52 protected void re_clear_display(EditLine *); 53 protected void re_refresh(EditLine *); 54 protected void re_refresh_cursor(EditLine *); 55 protected void re_fastaddc(EditLine *); 56 protected void re_goto_bottom(EditLine *);
|
| H A D | vi.c | 131 protected el_action_t 144 protected el_action_t 157 protected el_action_t 182 protected el_action_t 207 protected el_action_t 231 protected el_action_t 255 protected el_action_t 286 protected el_action_t 303 protected el_action_t 319 protected el_action_t [all …]
|
| H A D | common.c | 61 protected el_action_t 76 protected el_action_t 118 protected el_action_t 146 protected el_action_t 194 protected el_action_t 215 protected el_action_t 238 protected el_action_t 262 protected el_action_t 287 protected el_action_t 316 protected el_action_t [all …]
|
| H A D | emacs.c | 58 protected el_action_t 94 protected el_action_t 123 protected el_action_t 159 protected el_action_t 181 protected el_action_t 214 protected el_action_t 244 protected el_action_t 263 protected el_action_t 288 protected el_action_t 312 protected el_action_t [all …]
|
| H A D | hist.h | 77 protected int hist_init(EditLine *); 78 protected void hist_end(EditLine *); 79 protected el_action_t hist_get(EditLine *); 80 protected int hist_set(EditLine *, hist_fun_t, void *); 81 protected int hist_command(EditLine *, int, const Char **); 82 protected int hist_enlargebuf(EditLine *, size_t, size_t); 84 protected wchar_t *hist_convert(EditLine *, int, void *);
|
| H A D | read.h | 46 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 *);
|
| H A D | prompt.h | 53 protected void prompt_print(EditLine *, int); 54 protected int prompt_set(EditLine *, el_pfunc_t, Char, int, int); 55 protected int prompt_get(EditLine *, el_pfunc_t *, Char *, int); 56 protected int prompt_init(EditLine *); 57 protected void prompt_end(EditLine *);
|
| H A D | chared.c | 64 protected void 88 protected void 101 protected void 123 protected void 149 protected void 164 protected void 192 protected void 207 protected int 217 protected int 231 protected int [all …]
|
| H A D | parse.h | 44 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 D | sig.h | 66 protected void sig_end(EditLine*); 67 protected int sig_init(EditLine*); 68 protected void sig_set(EditLine*); 69 protected void sig_clr(EditLine*);
|
| H A D | tty.h | 460 protected int tty_init(EditLine *); 461 protected void tty_end(EditLine *); 462 protected int tty_stty(EditLine *, int, const Char **); 463 protected int tty_rawmode(EditLine *); 464 protected int tty_cookedmode(EditLine *); 465 protected int tty_quotemode(EditLine *); 466 protected int tty_noquotemode(EditLine *); 467 protected void tty_bind_char(EditLine *, int);
|
| H A D | chartype.c | 49 protected int 70 protected int 143 protected Char ** 184 protected size_t 196 protected ssize_t 235 protected const Char * 285 protected int 316 protected ssize_t 371 protected int
|
| H A D | chartype.h | 183 protected Char **ct_decode_argv(int, const char *[], ct_buffer_t *); 186 protected int ct_conv_cbuff_resize(ct_buffer_t *, size_t); 187 protected int ct_conv_wbuff_resize(ct_buffer_t *, size_t); 188 protected ssize_t ct_encode_char(char *, size_t, Char); 189 protected size_t ct_enc_width(Char); 219 protected int ct_visual_width(Char); 224 protected ssize_t ct_visual_char(Char *, size_t, Char); 228 protected const Char *ct_visual_string(const Char *); 242 protected int ct_chr_class(Char c);
|
| H A D | hist.c | 57 protected int 75 protected void 87 protected int 101 protected el_action_t 160 protected int 197 protected int 218 protected wchar_t *
|
| /freebsd-12.1/contrib/file/src/ |
| H A D | file.h | 92 #ifndef protected 97 #ifndef protected 98 #define protected macro 494 protected void file_mdump(struct magic *); 496 protected size_t file_mbswidth(const char *); 511 protected void buffer_fini(struct buffer *); 537 protected void file_regfree(file_regex_t *); 619 protected const char *file_getprogname(void); 620 protected void file_setprogname(const char *); 625 protected void file_warn(const char *, ...) [all …]
|
| H A D | funcs.c | 56 protected int 83 protected int 122 protected void 135 protected void 144 protected void 151 protected void 157 protected void 176 protected int 344 protected int 450 protected int [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | FrontendActions.h | 55 protected: 61 protected: 67 protected: 73 protected: 79 protected: 85 protected: 118 protected: 159 protected: 171 protected: 185 protected: [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/ |
| H A D | FrontendActions.h | 25 protected: 31 protected: 56 protected: 61 protected: 67 protected: 72 protected: 79 protected:
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | OSTargets.h | 24 protected: 42 protected: 62 protected: 81 protected: 151 protected: 183 protected: 239 protected: 262 protected: 295 protected: 318 protected: [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ARCMigrate/ |
| H A D | ARCMTActions.h | 21 protected: 29 protected: 38 protected: 48 protected: 68 protected:
|