Home
last modified time | relevance | path

Searched refs:ml_open (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmemline.pro2 int ml_open(buf_T *buf);
/vim-8.2.3635/src/
H A Dbuffer.c186 if (ml_open(curbuf) == FAIL) in open_buffer()
5797 if (ml_open(curbuf) == OK in buf_contents_changed()
H A Dmemline.c274 ml_open(buf_T *buf) in ml_open() function
1234 if (called_from_main && ml_open(curbuf) == FAIL) in ml_recover()
H A Dspell.c2516 ml_open(buf); in open_spellbuf()
H A Dfileio.c4381 saved = ml_open(curbuf); in buf_reload()
H A Dpopupwin.c1942 ml_open(buf); in popup_create()
H A Dchannel.c1122 ml_open(curbuf); in prepare_buffer()
H A Dterminal.c507 if (buf == NULL || ml_open(buf) == FAIL) in term_start()
H A Dquickfix.c6481 if (ml_open(newbuf) == OK) in load_dummy_buffer()