| /vim-8.2.3635/src/ |
| H A D | ex_cmds2.c | 36 set_bufref(&bufref, buf); in autowrite() 61 set_bufref(&bufref, buf); in autowrite_all() 81 set_bufref(&bufref, buf); in check_changed() 207 set_bufref(&bufref, buf2); in dialog_changed() 322 set_bufref(&bufref, buf); in check_changed_any() 387 set_bufref(&bufref, buf); in check_changed_any()
|
| H A D | buffer.c | 217 set_bufref(&old_curbuf, curbuf); in open_buffer() 586 set_bufref(&bufref, buf); in close_buffer() 799 set_bufref(&bufref, buf); in buf_freeall() 1055 set_bufref(&old_curbuf, curbuf); in goto_buffer() 1191 set_bufref(&bufref, buf); in empty_curbuf() 1343 set_bufref(&bufref, buf); in do_buffer_ext() 1540 set_bufref(&bufref, buf); in do_buffer_ext() 1725 set_bufref(&newbufref, buf); in set_curbuf() 2016 set_bufref(&bufref, buf); in buflist_new() 2219 set_bufref(&bufref, buf); in buflist_new() [all …]
|
| H A D | ex_cmds.c | 2285 set_bufref(&bufref, buf); in do_wqall() 2531 set_bufref(&old_curbuf, curbuf); in do_ecmd() 2693 set_bufref(&old_curbuf, curbuf); in do_ecmd() 2708 set_bufref(&bufref, buf); in do_ecmd() 2757 set_bufref(&au_new_curbuf, buf); in do_ecmd() 2930 set_bufref(&bufref, buf); in do_ecmd()
|
| H A D | alloc.c | 505 set_bufref(&bufref, buf); in free_all_mem()
|
| H A D | autocmd.c | 1398 set_bufref(&bufref, buf); in ex_doautoall() 1535 set_bufref(&aco->new_curbuf, curbuf); in aucmd_prepbuf()
|
| H A D | evalbuffer.c | 882 set_bufref(save_curbuf, curbuf); in switch_buffer()
|
| H A D | main.c | 1592 set_bufref(&bufref, buf); in getout() 1611 set_bufref(&bufref, buf); in getout()
|
| H A D | fileio.c | 3955 set_bufref(&bufref, buf); in check_timestamps() 4062 set_bufref(&bufref, buf); in buf_check_timestamp() 4375 set_bufref(&bufref, savebuf); in buf_reload()
|
| H A D | arglist.c | 1030 set_bufref(&bufref, buf); in do_arg_all()
|
| H A D | channel.c | 1237 set_bufref(&channel->ch_part[PART_OUT].ch_bufref, buf); in channel_set_options() 1283 set_bufref(&channel->ch_part[PART_ERR].ch_bufref, buf); in channel_set_options() 1469 set_bufref(&in_part->ch_bufref, job->jv_in_buf); in channel_set_job()
|
| H A D | ex_getln.c | 4244 set_bufref(&old_curbuf, curbuf); in open_cmdwin() 4460 set_bufref(&bufref, curbuf); in open_cmdwin()
|
| H A D | bufwrite.c | 810 set_bufref(&bufref, buf); in buf_write()
|
| H A D | quickfix.c | 2431 set_bufref(&qf_last_bufref, buf); in qf_get_fnum() 6475 set_bufref(&newbufref, newbuf); in load_dummy_buffer() 6515 set_bufref(&newbuf_to_wipe, newbuf); in load_dummy_buffer()
|
| H A D | netbeans.c | 2165 set_bufref(&bufref, buf->bufp); in nb_do_cmd()
|
| H A D | diff.c | 1397 set_bufref(&old_curbuf, curbuf); in ex_diffsplit()
|
| H A D | spell.c | 1998 set_bufref(&bufref, wp->w_buffer); in did_set_spelllang()
|
| H A D | window.c | 2445 set_bufref(&bufref, curbuf); in win_close_buffer()
|
| H A D | ex_docmd.c | 5833 set_bufref(&bufref, buf); in ex_win_close()
|
| /vim-8.2.3635/src/proto/ |
| H A D | buffer.pro | 5 void set_bufref(bufref_T *bufref, buf_T *buf);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 18561 Solution: Check for NULL pointer in set_bufref().
|