| /openbsd-src/lib/libedit/ |
| H A D | terminal.h | 83 protected void terminal_move_to_line(EditLine *, int); 84 protected void terminal_move_to_char(EditLine *, int); 85 protected void terminal_clear_EOL(EditLine *, int); 86 protected void terminal_overwrite(EditLine *, const wchar_t *, size_t); 87 protected void terminal_insertwrite(EditLine *, wchar_t *, int); 88 protected void terminal_deletechars(EditLine *, int); 89 protected void terminal_clear_screen(EditLine *); 90 protected void terminal_beep(EditLine *); 91 protected int terminal_change_size(EditLine *, int, int); 92 protected int terminal_get_size(EditLine *, int *, int *); [all …]
|
| H A D | chared.h | 126 protected int cv__isword(wint_t); 127 protected int cv__isWord(wint_t); 128 protected void cv_delfini(EditLine *); 129 protected wchar_t *cv__endword(wchar_t *, wchar_t *, int, int (*)(wint_t)); 130 protected int ce__isword(wint_t); 131 protected void cv_undo(EditLine *); 132 protected void cv_yank(EditLine *, const wchar_t *, int); 133 protected wchar_t *cv_next_word(EditLine*, wchar_t *, wchar_t *, int, 135 protected wchar_t *cv_prev_word(wchar_t *, wchar_t *, int, int (*)(wint_t)); 136 protected wchar_t *c__next_word(wchar_t *, wchar_t *, int, int (*)(wint_t)); [all …]
|
| H A D | keymacro.h | 61 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 *, wchar_t *); 65 protected void keymacro_reset(EditLine *); 66 protected int keymacro_get(EditLine *, wchar_t *, keymacro_value_t *); 67 protected void keymacro_add(EditLine *, const wchar_t *, 69 protected void keymacro_clear(EditLine *, el_action_t *, const wchar_t *); 70 protected int keymacro_delete(EditLine *, const wchar_t *); 71 protected void keymacro_print(EditLine *, const wchar_t *); [all …]
|
| H A D | search.h | 54 protected int el_match(const wchar_t *, const wchar_t *); 55 protected int search_init(EditLine *); 56 protected void search_end(EditLine *); 57 protected int c_hmatch(EditLine *, const wchar_t *); 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 | 70 protected int map_bind(EditLine *, int, const wchar_t **); 71 protected int map_init(EditLine *); 72 protected void map_end(EditLine *); 73 protected void map_init_vi(EditLine *); 74 protected void map_init_emacs(EditLine *); 75 protected int map_set_editor(EditLine *, wchar_t *); 76 protected int map_get_editor(EditLine *, const wchar_t **); 77 protected int map_addfunc(EditLine *, const wchar_t *, const wchar_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 | read.h | 39 protected int read_init(EditLine *); 40 protected void read_end(struct el_read_t *); 41 protected void read_prepare(EditLine *); 42 protected void read_finish(EditLine *); 43 protected int el_read_setfn(struct el_read_t *, el_rfunc_t); 44 protected el_rfunc_t el_read_getfn(struct el_read_t *);
|
| H A D | vi.c | 124 protected el_action_t 136 protected el_action_t 148 protected el_action_t 172 protected el_action_t 196 protected el_action_t 219 protected el_action_t 242 protected el_action_t 273 protected el_action_t 289 protected el_action_t 304 protected el_action_t [all …]
|
| H A D | chartype.h | 71 protected wchar_t **ct_decode_argv(int, const char *[], ct_buffer_t *); 76 protected ssize_t ct_encode_char(char *, size_t, wchar_t); 77 protected size_t ct_enc_width(wchar_t); 90 protected int ct_visual_width(wchar_t); 95 protected ssize_t ct_visual_char(wchar_t *, size_t, wchar_t); 99 protected const wchar_t *ct_visual_string(const wchar_t *); 113 protected int ct_chr_class(wchar_t c);
|
| H A D | common.c | 54 protected el_action_t 68 protected el_action_t 110 protected el_action_t 137 protected el_action_t 186 protected el_action_t 206 protected el_action_t 228 protected el_action_t 251 protected el_action_t 276 protected el_action_t 304 protected el_action_t [all …]
|
| H A D | hist.h | 72 protected int hist_init(EditLine *); 73 protected void hist_end(EditLine *); 74 protected el_action_t hist_get(EditLine *); 75 protected int hist_set(EditLine *, hist_fun_t, void *); 76 protected int hist_command(EditLine *, int, const wchar_t **); 77 protected int hist_enlargebuf(EditLine *, size_t, size_t); 78 protected wchar_t *hist_convert(EditLine *, int, void *);
|
| H A D | prompt.h | 53 protected void prompt_print(EditLine *, int); 54 protected int prompt_set(EditLine *, el_pfunc_t, wchar_t, int, int); 55 protected int prompt_get(EditLine *, el_pfunc_t *, wchar_t *, int); 56 protected int prompt_init(EditLine *); 57 protected void prompt_end(EditLine *);
|
| H A D | emacs.c | 51 protected el_action_t 86 protected el_action_t 114 protected el_action_t 149 protected el_action_t 170 protected el_action_t 202 protected el_action_t 231 protected el_action_t 250 protected el_action_t 274 protected el_action_t 297 protected el_action_t [all …]
|
| H A D | chared.c | 55 protected void 79 protected void 92 protected void 114 protected void 140 protected void 155 protected void 183 protected void 198 protected int 208 protected int 222 protected int [all …]
|
| H A D | parse.h | 44 protected int parse_line(EditLine *, const wchar_t *); 45 protected int parse__escape(const wchar_t **); 46 protected wchar_t *parse__string(wchar_t *, const wchar_t *); 47 protected int parse_cmd(EditLine *, const wchar_t *);
|
| 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*);
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | FrontendActions.h | 63 protected: 69 protected: 75 protected: 81 protected: 87 protected: 120 protected: 134 protected: 168 protected: 184 protected: 198 protected: [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
| H A D | private-1.m | 1 /* Test errors for accessing @private and @protected variables. */ 11 @protected 12 int protected; field 24 protected = 12; /* Ok */ 40 protected = 12; /* Ok */ 54 access = m->protected; /* { dg-error "is declared protected" } */
|
| H A D | private-2.m | 11 @protected 12 int protected; field 26 int protected = 12; 31 a = protected; /* { dg-warning "hides instance variable" } */ 44 int protected = 12; 51 a = protected; /* { dg-warning "hides instance variable" } */
|
| /openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Frontend/ |
| H A D | FrontendActions.h | 24 protected: 30 protected: 55 protected: 60 protected: 66 protected: 71 protected: 78 protected:
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
| H A D | classes.exp | 66 { field protected "int a;" } 67 { field protected "int b;" } 88 { field protected "int e;" } 89 { field protected "int f;" } 92 { field protected "int i;" } 110 { field protected "int a;" } 111 { field protected "int b;" } 142 { field protected "int e;" } 143 { field protected "int f;" } 146 { field protected "int i;" }
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/ |
| H A D | netrc.pm | 15 my $protected = 0; 22 $protected = ($mode & 077) == 0; 39 $file = $hasdefault = $protected = ""; 46 'protected' => $protected, 53 sub protected { shift->{'protected'} } subroutine
|
| /openbsd-src/gnu/llvm/clang/include/clang/ARCMigrate/ |
| H A D | ARCMTActions.h | 20 protected: 28 protected: 37 protected: 47 protected: 67 protected:
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| H A D | cxxabi.h | 76 protected: 97 protected: 144 protected: 148 protected: 169 protected: 172 protected: 200 protected: 275 protected: 278 protected: 345 protected: [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p8155.C | 28 protected: 52 protected: 56 protected: 79 protected: 82 protected: 105 protected:
|