| /trueos/lib/libedit/ |
| HD | term.h | 85 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 int term_get_size(EditLine *, int *, int *); [all …]
|
| HD | chared.h | 143 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 char *c__next_word(char *, char *, int, int (*)(int)); [all …]
|
| HD | key.h | 67 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 void key_print(EditLine *, const char *); [all …]
|
| HD | search.h | 55 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_t cv_csearch(EditLine *, int, int, int, int);
|
| HD | vi.c | 116 protected el_action_t 129 protected el_action_t 142 protected el_action_t 167 protected el_action_t 192 protected el_action_t 216 protected el_action_t 240 protected el_action_t 271 protected el_action_t 288 protected el_action_t 304 protected el_action_t [all …]
|
| HD | map.h | 66 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);
|
| HD | common.c | 51 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 224 protected el_action_t 248 protected el_action_t 273 protected el_action_t 302 protected el_action_t [all …]
|
| HD | refresh.h | 51 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 *);
|
| HD | emacs.c | 51 protected el_action_t 87 protected el_action_t 116 protected el_action_t 152 protected el_action_t 174 protected el_action_t 207 protected el_action_t 237 protected el_action_t 256 protected el_action_t 281 protected el_action_t 305 protected el_action_t [all …]
|
| HD | read.h | 45 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 *);
|
| HD | prompt.h | 54 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 *);
|
| HD | chared.c | 57 protected void 81 protected void 94 protected void 116 protected void 142 protected void 157 protected void 185 protected void 200 protected int 210 protected int 224 protected int [all …]
|
| HD | hist.h | 70 protected int hist_init(EditLine *); 71 protected void hist_end(EditLine *); 72 protected el_action_t hist_get(EditLine *); 73 protected int hist_set(EditLine *, hist_fun_t, ptr_t); 74 protected int hist_command(EditLine *, int, const char **); 75 protected int hist_enlargebuf(EditLine *, size_t, size_t);
|
| HD | parse.h | 43 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 *);
|
| HD | sig.h | 67 protected void sig_end(EditLine*); 68 protected int sig_init(EditLine*); 69 protected void sig_set(EditLine*); 70 protected void sig_clr(EditLine*);
|
| HD | tty.h | 459 protected int tty_init(EditLine *); 460 protected void tty_end(EditLine *); 461 protected int tty_stty(EditLine *, int, const char **); 462 protected int tty_rawmode(EditLine *); 463 protected int tty_cookedmode(EditLine *); 464 protected int tty_quotemode(EditLine *); 465 protected int tty_noquotemode(EditLine *); 466 protected void tty_bind_char(EditLine *, int);
|
| HD | key.c | 98 protected int 113 protected void 126 protected key_value_t * 138 protected key_value_t * 152 protected void 170 protected int 184 protected void 212 protected void 229 protected int 250 protected void [all …]
|
| HD | chartype.h | 179 protected Char **ct_decode_argv(int, const char *[], ct_buffer_t *); 182 protected void ct_conv_buff_resize(ct_buffer_t *, size_t, size_t); 183 protected ssize_t ct_encode_char(char *, size_t, Char); 184 protected size_t ct_enc_width(Char); 213 protected int ct_visual_width(Char); 218 protected ssize_t ct_visual_char(Char *, size_t, Char); 222 protected const Char *ct_visual_string(const Char *); 236 protected int ct_chr_class(Char c);
|
| HD | prompt.c | 83 protected void 114 protected int 133 protected void 143 protected int 173 protected int
|
| HD | hist.c | 51 protected int 69 protected void 81 protected int 95 protected el_action_t 153 protected int 190 protected int
|
| /trueos/contrib/file/src/ |
| HD | file.h | 90 #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 int file_pipe2file(struct magic_set *, int, const void *, size_t); [all …]
|
| HD | funcs.c | 56 protected int 83 protected int 120 protected void 133 protected void 142 protected void 149 protected void 155 protected void 162 protected int 291 protected int 319 protected const char * [all …]
|
| /trueos/contrib/llvm/tools/clang/include/clang/Frontend/ |
| HD | FrontendActions.h | 42 protected: 48 protected: 54 protected: 60 protected: 66 protected: 72 protected: 98 protected: 126 protected: 137 protected: 164 protected: [all …]
|
| /trueos/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/ |
| HD | FrontendActions.h | 24 protected: 30 protected: 56 protected: 61 protected: 67 protected: 72 protected: 77 protected:
|
| /trueos/contrib/llvm/tools/clang/include/clang/ARCMigrate/ |
| HD | ARCMTActions.h | 21 protected: 29 protected: 38 protected: 48 protected: 67 protected:
|