Searched refs:curtab_only (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | evalbuffer.pro | 3 buf_T *buflist_find_by_name(char_u *name, int curtab_only);
|
| H A D | typval.pro | 67 buf_T *tv_get_buf(typval_T *tv, int curtab_only);
|
| H A D | buffer.pro | 26 …buflist_findpat(char_u *pattern, char_u *pattern_end, int unlisted, int diffmode, int curtab_only);
|
| /vim-8.2.3635/src/ |
| H A D | evalbuffer.c | 61 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 D | typval.c | 2154 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 D | buffer.c | 2566 int curtab_only) // find buffers in current tab only in buflist_findpat() argument 2638 if (curtab_only) in buflist_findpat()
|