Home
last modified time | relevance | path

Searched refs:curtab_only (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Devalbuffer.pro3 buf_T *buflist_find_by_name(char_u *name, int curtab_only);
H A Dtypval.pro67 buf_T *tv_get_buf(typval_T *tv, int curtab_only);
H A Dbuffer.pro26 …buflist_findpat(char_u *pattern, char_u *pattern_end, int unlisted, int diffmode, int curtab_only);
/vim-8.2.3635/src/
H A Devalbuffer.c61 buflist_find_by_name(char_u *name, int curtab_only) in buflist_find_by_name() argument
74 TRUE, FALSE, curtab_only)); in buflist_find_by_name()
H A Dtypval.c2154 tv_get_buf(typval_T *tv, int curtab_only) in tv_get_buf() argument
2168 buf = buflist_find_by_name(name, curtab_only); in tv_get_buf()
H A Dbuffer.c2566 int curtab_only) // find buffers in current tab only in buflist_findpat() argument
2638 if (curtab_only) in buflist_findpat()