Searched refs:buflist_findpat (Results 1 – 13 of 13) sorted by relevance
/dports/editors/neovim/neovim-0.6.1/test/unit/ |
H A D | buffer_spec.lua | 84 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 D | buffer.pro | 26 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 D | evalbuffer.c | 73 buf = buflist_findnr(buflist_findpat(name, name + STRLEN(name), in buflist_find_by_name()
|
H A D | if_perl.xs | 1677 b = buflist_findpat(pat, pat + len, TRUE, FALSE, FALSE);
|
H A D | buffer.c | 1647 bnr = buflist_findpat(arg, p, in do_bufdel() 2561 buflist_findpat( in buflist_findpat() function
|
H A D | register.c | 2842 buf = buflist_findnr(buflist_findpat(str, str + STRLEN(str), in write_reg_contents_ex()
|
H A D | diff.c | 2675 i = buflist_findpat(eap->arg, p, FALSE, TRUE, FALSE); in ex_diffgetput()
|
H A D | ex_docmd.c | 2543 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 D | buffer.c | 991 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 D | diff.c | 2551 i = buflist_findpat(eap->arg, p, false, true, false); in ex_diffgetput()
|
H A D | ops.c | 5479 buf = buflist_findnr(buflist_findpat(str, str + STRLEN(str), in write_reg_contents_ex()
|
H A D | ex_docmd.c | 1953 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 D | funcs.c | 781 buf = buflist_findnr(buflist_findpat(name, name + STRLEN(name), in tv_get_buf()
|