Home
last modified time | relevance | path

Searched refs:buflist_findpat (Results 1 – 13 of 13) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/test/unit/
H A Dbuffer_spec.lua84 local buflist_findpat = function(pat, allow_unlisted) function
91 eq(buf.handle, buflist_findpat(path1, ONLY_LISTED))
101 eq(buf1.handle, buflist_findpat("test", ONLY_LISTED))
102 eq(buf2.handle, buflist_findpat("file", ONLY_LISTED))
103 eq(buf3.handle, buflist_findpat("path", ONLY_LISTED))
117 eq(buf2.handle, buflist_findpat("test", ONLY_LISTED))
127 eq(buf3.handle, buflist_findpat("file", ONLY_LISTED))
158 eq(-1, buflist_findpat("_test_", ONLY_LISTED))
168 eq(-1, buflist_findpat("_test_", ONLY_LISTED))
169 eq(-1, buflist_findpat("_test_", ALLOW_UNLISTED))
[all …]
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dbuffer.pro26 int buflist_findpat(char_u *pattern, char_u *pattern_end, int unlisted, int diffmode, int curtab_on…
/dports/editors/vim/vim-8.2.3745/src/
H A Devalbuffer.c73 buf = buflist_findnr(buflist_findpat(name, name + STRLEN(name), in buflist_find_by_name()
H A Dif_perl.xs1677 b = buflist_findpat(pat, pat + len, TRUE, FALSE, FALSE);
H A Dbuffer.c1647 bnr = buflist_findpat(arg, p, in do_bufdel()
2561 buflist_findpat( in buflist_findpat() function
H A Dregister.c2842 buf = buflist_findnr(buflist_findpat(str, str + STRLEN(str), in write_reg_contents_ex()
H A Ddiff.c2675 i = buflist_findpat(eap->arg, p, FALSE, TRUE, FALSE); in ex_diffgetput()
H A Dex_docmd.c2543 ea.line2 = buflist_findpat(ea.arg, p, (ea.argt & EX_BUFUNL) != 0, in do_one_cmd()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer.c991 bnr = buflist_findpat(arg, p, command == DOBUF_WIPE, in do_bufdel()
2123 int buflist_findpat(const char_u *pattern, const char_u *pattern_end, bool unlisted, bool diffmode, in buflist_findpat() function
H A Ddiff.c2551 i = buflist_findpat(eap->arg, p, false, true, false); in ex_diffgetput()
H A Dops.c5479 buf = buflist_findnr(buflist_findpat(str, str + STRLEN(str), in write_reg_contents_ex()
H A Dex_docmd.c1953 ea.line2 = buflist_findpat(ea.arg, p, (ea.argt & EX_BUFUNL) != 0, in do_one_cmd()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c781 buf = buflist_findnr(buflist_findpat(name, name + STRLEN(name), in tv_get_buf()