Searched refs:b_vars (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | buffer.c | 900 dictitem_remove(buf->b_vars, (dictitem_T *)&buf->b_ct_di); in free_buffer() 901 unref_var_dict(buf->b_vars); in free_buffer() 968 (void)dict_add(buf->b_vars, di); in init_changedtick() 992 vars_clear(&buf->b_vars->dv_hashtab); // free all buffer variables in free_buffer_stuff() 993 hash_init(&buf->b_vars->dv_hashtab); in free_buffer_stuff() 2069 buf->b_vars = dict_alloc(); in buflist_new() 2070 if (buf->b_vars == NULL) in buflist_new() 2076 init_var_dict(buf->b_vars, &buf->b_bufvar, VAR_SCOPE); in buflist_new()
|
| H A D | evalvars.c | 1162 list_hashtable_vars(&curbuf->b_vars->dv_hashtab, "b:", TRUE, first); in list_buf_vars() 2077 is_in_cmdwin() ? &prevwin->w_buffer->b_vars->dv_hashtab : in get_user_var_name() 2079 &curbuf->b_vars->dv_hashtab; in get_user_var_name() 2976 return &curbuf->b_vars->dv_hashtab; in find_var_ht() 4188 v = find_var_in_ht(&buf->b_vars->dv_hashtab, 'b', in f_getbufvar()
|
| H A D | evalbuffer.c | 614 dict_add_dict(dict, "variables", buf->b_vars); in get_buffer_info()
|
| H A D | vim9execute.c | 2133 ht = &curbuf->b_vars->dv_hashtab; in exec_instructions() 2192 case ISN_LOADBDICT: d = curbuf->b_vars; break; in exec_instructions() 2388 ht = &curbuf->b_vars->dv_hashtab; in exec_instructions()
|
| H A D | structs.h | 3050 dict_T *b_vars; // internal variables, local to buffer member
|
| H A D | if_lua.c | 1795 dict = curbuf->b_vars; in luaV_get_var_scope()
|
| H A D | if_py_both.h | 5260 return NEW_DICTIONARY(self->buf->b_vars); in BufferAttr()
|