Home
last modified time | relevance | path

Searched refs:text_locked (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_getln.pro9 int text_locked(void);
/vim-8.2.3635/src/
H A Dex_docmd.c2148 if (text_locked() && !(ea.argt & EX_LOCK_OK)) in do_one_cmd()
5646 if (text_locked()) in ex_quit()
5735 if (text_locked()) in ex_quit_all()
5763 if (!text_locked() && !curbuf_locked()) in ex_close()
6001 else if (!text_locked() && !curbuf_locked()) in ex_tabclose()
6209 if (text_locked()) in ex_exit()
6408 if (text_locked() || curbuf_locked() || updating_screen) in handle_drop()
6422 && !text_locked() && !curbuf_locked() && !updating_screen) in handle_any_postponed_drop()
H A Dnormal.c745 if (text_locked() && (nv_cmds[idx].cmd_flags & NV_NCW)) in normal_cmd()
4261 if (text_locked()) in nv_gotofile()
6404 if (text_locked()) in nv_g_cmd()
H A Dex_getln.c2653 text_locked(void) in text_locked() function
H A Dex_cmds.c2395 if (text_locked()) in getfile()
H A Dgui.c5353 if ((type == FRD_REPLACE || type == FRD_REPLACEALL) && text_locked()) in gui_do_findrepl()
H A Dbuffer.c2398 if (text_locked()) in buflist_getfile()
H A Dwindow.c4289 if (text_locked()) in goto_tabpage()