Searched refs:ml_open (Results 1 – 9 of 9) sorted by relevance
2 int ml_open(buf_T *buf);
186 if (ml_open(curbuf) == FAIL) in open_buffer()5797 if (ml_open(curbuf) == OK in buf_contents_changed()
274 ml_open(buf_T *buf) in ml_open() function1234 if (called_from_main && ml_open(curbuf) == FAIL) in ml_recover()
2516 ml_open(buf); in open_spellbuf()
4381 saved = ml_open(curbuf); in buf_reload()
1942 ml_open(buf); in popup_create()
1122 ml_open(curbuf); in prepare_buffer()
507 if (buf == NULL || ml_open(buf) == FAIL) in term_start()
6481 if (ml_open(newbuf) == OK) in load_dummy_buffer()