Lines Matching refs:dict_T
1364 typedef struct dictvar_S dict_T; typedef
1443 dict_T *v_dict; // dict value (can be NULL!)
1573 dict_T *dv_copydict; // copied dict used by deepcopy()
1574 dict_T *dv_used_next; // next dict in used dicts list
1575 dict_T *dv_used_prev; // previous dict in used dicts list
1719 dict_T l_vars; // l: local function variables
1721 dict_T l_avars; // a: argument variables
1748 dict_T *fd_dict; // Dictionary used
1770 dict_T sv_dict;
1850 dict_T sn_all_vars; // all script variables, dict of sallvar_T
1998 dict_T *selfdict; // Dictionary for "self"
2049 dict_T *pt_dict; // dict for "self"
2409 dict_T *jo_env; // environment variables
3050 dict_T *b_vars; // internal variables, local to buffer
3233 dict_T *tp_vars; // internal variables, local to tab page
3712 dict_T *w_vars; // internal variables, local to window
4258 dict_T *ll_dict; // The Dictionary or NULL