Searched refs:bufref_T (Results 1 – 22 of 22) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | evalbuffer.pro | 23 void switch_buffer(bufref_T *save_curbuf, buf_T *buf); 24 void restore_buffer(bufref_T *save_curbuf); 25 void switch_to_win_for_buf(buf_T *buf, win_T **save_curwinp, tabpage_T **save_curtabp, bufref_T *sa… 26 void restore_win_for_buf(win_T *save_curwin, tabpage_T *save_curtab, bufref_T *save_curbuf);
|
| H A D | buffer.pro | 5 void set_bufref(bufref_T *bufref, buf_T *buf); 6 int bufref_valid(bufref_T *bufref); 13 void handle_swap_exists(bufref_T *old_curbuf);
|
| /vim-8.2.3635/src/ |
| H A D | ex_cmds2.c | 27 bufref_T bufref; in autowrite() 59 bufref_T bufref; in autowrite_all() 79 bufref_T bufref; in check_changed() 205 bufref_T bufref; in dialog_changed() 320 bufref_T bufref; in check_changed_any() 385 bufref_T bufref; in check_changed_any()
|
| H A D | evalbuffer.c | 876 switch_buffer(bufref_T *save_curbuf, buf_T *buf) in switch_buffer() 893 restore_buffer(bufref_T *save_curbuf) in restore_buffer() 937 bufref_T *save_curbuf) in switch_to_win_for_buf() 955 bufref_T *save_curbuf) in restore_win_for_buf()
|
| H A D | buffer.c | 173 bufref_T old_curbuf; in open_buffer() 503 bufref_T bufref; in close_buffer() 791 bufref_T bufref; in buf_freeall() 1053 bufref_T old_curbuf; in goto_buffer() 1183 bufref_T bufref; in empty_curbuf() 1338 bufref_T bufref; in do_buffer_ext() 1538 bufref_T bufref; in do_buffer_ext() 1711 bufref_T newbufref; in set_curbuf() 2013 bufref_T bufref; in buflist_new() 2214 bufref_T bufref; in buflist_new() [all …]
|
| H A D | alloc.c | 503 bufref_T bufref; in free_all_mem()
|
| H A D | structs.h | 102 } bufref_T; typedef 2252 bufref_T ch_bufref; // buffer to read from or write to 4023 bufref_T new_curbuf; // new curbuf
|
| H A D | ex_cmds.c | 2283 bufref_T bufref; in do_wqall() 2502 bufref_T bufref; in do_ecmd() 2503 bufref_T old_curbuf; in do_ecmd() 2737 bufref_T save_au_new_curbuf; in do_ecmd()
|
| H A D | main.c | 1590 bufref_T bufref; in getout() 1609 bufref_T bufref; in getout()
|
| H A D | if_py_both.h | 3536 bufref_T save_curbuf; in set_option_value_for() 4414 bufref_T save_curbuf = {NULL, 0, 0}; in SetBufferLine() 4521 bufref_T save_curbuf = {NULL, 0, 0}; in SetBufferLineList() 4721 bufref_T save_curbuf = {NULL, 0, 0}; in InsertBufferLines() 5321 bufref_T savebuf; in BufferMark()
|
| H A D | fileio.c | 3953 bufref_T bufref; in check_timestamps() 4060 bufref_T bufref; in buf_check_timestamp() 4337 bufref_T bufref; in buf_reload()
|
| H A D | arglist.c | 1028 bufref_T bufref; in do_arg_all()
|
| H A D | ex_getln.c | 4216 bufref_T old_curbuf; in open_cmdwin() 4218 bufref_T bufref; in open_cmdwin()
|
| H A D | autocmd.c | 1379 bufref_T bufref; in ex_doautoall()
|
| H A D | globals.h | 545 EXTERN bufref_T au_new_curbuf INIT3(NULL, 0, 0);
|
| H A D | bufwrite.c | 794 bufref_T bufref; in buf_write()
|
| H A D | quickfix.c | 221 static bufref_T qf_last_bufref = {NULL, 0, 0}; 6465 bufref_T newbufref; in load_dummy_buffer() 6466 bufref_T newbuf_to_wipe; in load_dummy_buffer()
|
| H A D | netbeans.c | 2163 bufref_T bufref; in nb_do_cmd()
|
| H A D | diff.c | 1395 bufref_T old_curbuf; in ex_diffsplit()
|
| H A D | spell.c | 1996 bufref_T bufref; in did_set_spelllang()
|
| H A D | window.c | 2443 bufref_T bufref; in win_close_buffer()
|
| H A D | ex_docmd.c | 5831 bufref_T bufref; in ex_win_close()
|