| /vim-8.2.3635/src/proto/ |
| H A D | buffer.pro | 3 void buffer_ensure_loaded(buf_T *buf); 7 int buf_valid(buf_T *buf); 9 void buf_clear_file(buf_T *buf); 31 void get_winopts(buf_T *buf); 45 void buf_setino(buf_T *buf); 57 int bt_normal(buf_T *buf); 60 int bt_help(buf_T *buf); 61 int bt_prompt(buf_T *buf); 62 int bt_popup(buf_T *buf); 64 int bt_nofile(buf_T *buf); [all …]
|
| H A D | memline.pro | 2 int ml_open(buf_T *buf); 3 void ml_set_crypt_key(buf_T *buf, char_u *old_key, char_u *old_cm); 4 void ml_setname(buf_T *buf); 6 void ml_open_file(buf_T *buf); 8 void ml_close(buf_T *buf, int del_file); 11 void ml_timestamp(buf_T *buf); 17 void ml_preserve(buf_T *buf, int message); 22 char_u *ml_get_buf(buf_T *buf, linenr_T lnum, int will_change); 35 char_u *makeswapname(char_u *fname, char_u *ffname, buf_T *buf, char_u *dir_name); 37 void ml_setflags(buf_T *buf); [all …]
|
| H A D | netbeans.pro | 3 int isNetbeansBuffer(buf_T *bufp); 4 int isNetbeansModified(buf_T *bufp); 15 void netbeans_file_activated(buf_T *bufp); 16 void netbeans_file_opened(buf_T *bufp); 17 void netbeans_file_killed(buf_T *bufp); 18 void netbeans_inserted(buf_T *bufp, linenr_T linenr, colnr_T col, char_u *txt, int newlen); 19 void netbeans_removed(buf_T *bufp, linenr_T linenr, colnr_T col, long len); 20 void netbeans_unmodified(buf_T *bufp); 23 void netbeans_save_buffer(buf_T *bufp); 24 void netbeans_deleted_all_lines(buf_T *bufp);
|
| H A D | undo.pro | 10 void u_write_undo(char_u *name, int forceit, buf_T *buf, char_u *hash); 18 void u_unchanged(buf_T *buf); 20 void u_update_save_nr(buf_T *buf); 21 void u_clearall(buf_T *buf); 24 void u_blockfree(buf_T *buf); 25 int bufIsChanged(buf_T *buf); 27 int bufIsChangedNotTerm(buf_T *buf); 30 void u_undofile_reset_and_delete(buf_T *buf);
|
| H A D | sign.pro | 4 linenr_T buf_delsign(buf_T *buf, linenr_T atlnum, int id, char_u *group); 5 int buf_findsign(buf_T *buf, int id, char_u *group); 6 int buf_findsign_id(buf_T *buf, linenr_T lnum, char_u *groupname); 7 int buf_findsigntype_id(buf_T *buf, linenr_T lnum, int typenr); 8 int buf_signcount(buf_T *buf, linenr_T lnum); 9 void buf_delete_signs(buf_T *buf, char_u *group); 14 int sign_place(int *sign_id, char_u *sign_group, char_u *sign_name, buf_T *buf, linenr_T lnum, int … 16 void get_buffer_signs(buf_T *buf, list_T *l);
|
| H A D | ex_cmds2.pro | 2 int autowrite(buf_T *buf, int forceit); 4 int check_changed(buf_T *buf, int flags); 5 void browse_save_fname(buf_T *buf); 6 void dialog_changed(buf_T *buf, int checkall); 7 int can_abandon(buf_T *buf, int forceit); 10 int buf_write_all(buf_T *buf, int forceit);
|
| H A D | change.pro | 8 void may_invoke_listeners(buf_T *buf, linenr_T lnum, linenr_T lnume, int added); 9 void invoke_listeners(buf_T *buf); 10 void remove_listeners(buf_T *buf); 17 void changed_lines_buf(buf_T *buf, linenr_T lnum, linenr_T lnume, long xtra); 19 void unchanged(buf_T *buf, int ff, int always_inc_changedtick); 20 void save_file_ff(buf_T *buf); 21 int file_ff_differs(buf_T *buf, int ignore_empty);
|
| H A D | fileio.pro | 2 void filemess(buf_T *buf, char_u *name, char_u *s, int attr); 5 int prep_exarg(exarg_T *eap, buf_T *buf); 11 void msg_add_fname(buf_T *buf, char_u *fname); 22 void shorten_buf_fname(buf_T *buf, char_u *dirname, int force); 30 int buf_check_timestamp(buf_T *buf, int focus); 31 void buf_reload(buf_T *buf, int orig_mode); 32 void buf_store_time(buf_T *buf, stat_T *st, char_u *fname);
|
| H A D | autocmd.pro | 2 void aubuflocal_remove(buf_T *buf); 13 void aucmd_prepbuf(aco_save_T *aco, buf_T *buf); 15 int apply_autocmds(event_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf); 16 int apply_autocmds_exarg(event_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf, exa… 17 int apply_autocmds_retval(event_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf, in… 33 int has_autocmd(event_T event, char_u *sfname, buf_T *buf);
|
| H A D | terminal.pro | 3 buf_T *term_start(typval_T *argvar, char **argv, jobopt_T *opt, int flags); 6 int term_should_restore(buf_T *buf); 7 void free_terminal(buf_T *buf); 9 void write_to_term(buf_T *buffer, char_u *msg, channel_T *channel); 12 int term_try_stop_job(buf_T *buf); 27 int term_is_finished(buf_T *buf); 28 int term_show_buffer(buf_T *buf);
|
| H A D | diff.pro | 2 void diff_buf_delete(buf_T *buf); 4 void diff_buf_add(buf_T *buf); 5 void diff_invalidate(buf_T *buf); 27 int diff_mode_buf(buf_T *buf); 29 linenr_T diff_get_corresponding_line(buf_T *buf1, linenr_T lnum1);
|
| H A D | textprop.pro | 2 int find_prop_type_id(char_u *name, buf_T *buf); 5 void prop_add_common(linenr_T start_lnum, colnr_T start_col, dict_T *dict, buf_T *default_buf, typv… 6 int get_text_props(buf_T *buf, linenr_T lnum, char_u **props, int will_change); 9 proptype_T *text_prop_type_by_id(buf_T *buf, int id); 20 void clear_buf_prop_types(buf_T *buf);
|
| H A D | drawscreen.pro | 8 void update_debug_sign(buf_T *buf, linenr_T lnum); 17 void redraw_buf_later(buf_T *buf, int type); 18 void redraw_buf_line_later(buf_T *buf, linenr_T lnum); 19 void redraw_buf_and_status_later(buf_T *buf, int type);
|
| H A D | mark.pro | 8 pos_T *getmark_buf(buf_T *buf, int c, int changefile); 10 pos_T *getmark_buf_fnum(buf_T *buf, int c, int changefile, int *fnum); 12 void fmarks_check_names(buf_T *buf); 14 void clrallmarks(buf_T *buf);
|
| H A D | evalbuffer.pro | 3 buf_T *buflist_find_by_name(char_u *name, int curtab_only); 4 buf_T *find_buffer(typval_T *avar); 23 void switch_buffer(bufref_T *save_curbuf, buf_T *buf); 25 void switch_to_win_for_buf(buf_T *buf, win_T **save_curwinp, tabpage_T **save_curtabp, bufref_T *sa…
|
| H A D | charset.pro | 3 int buf_init_chartab(buf_T *buf, int global); 8 char_u *transchar_buf(buf_T *buf, int c); 10 void transchar_nonprint(buf_T *buf, char_u *charbuf, int c); 24 int vim_iswordc_buf(int c, buf_T *buf); 26 int vim_iswordp_buf(char_u *p, buf_T *buf);
|
| H A D | indent.pro | 10 long get_sw_value(buf_T *buf); 11 long get_sw_value_indent(buf_T *buf); 12 long get_sw_value_col(buf_T *buf, colnr_T col); 16 int get_indent_buf(buf_T *buf, linenr_T lnum);
|
| /vim-8.2.3635/src/ |
| H A D | evalbuffer.c | 24 buf_T *bp; in set_ref_in_buffers() 60 buf_T * 65 buf_T *buf; in buflist_find_by_name() 84 buf_T * 138 buf_T *buf, in set_buffer_lines() 296 buf_T *buf; in buf_set_append_line() 356 buf_T *buf; in f_buflisted() 371 buf_T *buf; in f_bufload() 387 buf_T *buf; in f_bufloaded() 402 buf_T *buf; in f_bufname() [all …]
|
| H A D | buffer.c | 412 buf_T *bp; in buf_valid() 496 buf_T *buf, in close_buffer() 977 buf_T *buf, in free_buffer_stuff() 1098 buf_T *buf; in handle_swap_exists() 1235 buf_T *buf; in do_buffer_ext() 1236 buf_T *bp; in do_buffer_ext() 1965 buf_T * 2491 buf_T * 2520 buf_T * 2892 buf_T * [all …]
|
| H A D | ex_cmds2.c | 24 autowrite(buf_T *buf, int forceit) in autowrite() 52 buf_T *buf; in autowrite_all() 91 buf_T *buf2; in check_changed() 131 browse_save_fname(buf_T *buf) in browse_save_fname() 155 buf_T *buf, in dialog_changed() 160 buf_T *buf2; in dialog_changed() 275 buf_T *buf; in check_changed_any() 431 buf_T *old_curbuf = curbuf; in buf_write_all() 453 buf_T *buf = curbuf; in ex_listdo() 681 buf_T *bnext; in ex_listdo() [all …]
|
| H A D | sign.c | 778 buf_T *buf; in sign_list_placed() 1150 buf_T *buf, in sign_place() 1352 buf_T *buf, in sign_place_cmd() 1396 buf_T *buf, in sign_unplace_cmd() 1465 buf_T *buf, in sign_jump_cmd() 1502 buf_T **buf, in parse_sign_cmd_args() 1617 buf_T *buf = NULL; in ex_sign() 1768 buf_T *buf, in sign_get_placed_in_buf() 1811 buf_T *buf, in sign_get_placed() 2296 buf_T *buf = NULL; in f_sign_getplaced() [all …]
|
| H A D | textprop.c | 192 buf_T *buf, in prop_add_one() 317 buf_T *buf = curbuf; in f_prop_add_list() 389 buf_T *default_buf, in prop_add_common() 395 buf_T *buf = default_buf; in prop_add_common() 652 buf_T *buf = curbuf; in f_prop_clear() 906 buf_T *buf = curbuf; in f_prop_list() 960 buf_T *buf = curbuf; in f_prop_remove() 1101 buf_T *buf = NULL; in prop_type_set() 1238 buf_T *buf = NULL; in f_prop_type_delete() 1296 buf_T *buf = NULL; in f_prop_type_get() [all …]
|
| H A D | if_ruby.c | 981 ruby_buffer_free(buf_T *buf) in ruby_buffer_free() 1290 return sizeof(buf_T); in buffer_dsize() 1295 buffer_new(buf_T *buf) in buffer_new() 1314 static buf_T * 1317 buf_T *buf; in get_buf() 1358 buf_T *b; in buffer_s_count() 1375 buf_T *b; in buffer_s_aref() 1396 buf_T *buf = get_buf(self); in buffer_name() 1404 buf_T *buf = get_buf(self); in buffer_number() 1412 buf_T *buf = get_buf(self); in buffer_count() [all …]
|
| H A D | memline.c | 476 buf_T *buf, in ml_set_crypt_key() 745 buf_T *buf; in ml_open_files() 882 buf_T *buf; in ml_close_all() 902 buf_T *buf; in ml_close_notmod() 1077 buf_T *buf) in add_b0_fenc() 2602 buf_T *buf, in ml_get_buf() 2769 buf_T *buf, in ml_append_int() 3300 buf_T *buf, in ml_append_flush() 3367 buf_T *buf, in ml_append_buf() 4477 buf_T *buf, in makeswapname() [all …]
|
| H A D | netbeans.c | 50 static long get_buf_size(buf_T *); 465 buf_T *buf; in nb_parse_cmd() 528 buf_T *bufp; 609 nb_getbufno(buf_T *bufp) in nb_getbufno() 623 isNetbeansBuffer(buf_T *bufp) in isNetbeansBuffer() 717 buf_T *bufp; in count_changed_buffers() 1597 buf_T *bufp; in nb_do_cmd() 2254 nb_set_curbuf(buf_T *buf) in nb_set_curbuf() 2722 buf_T *bufp, in netbeans_inserted() 2773 buf_T *bufp, in netbeans_removed() [all …]
|