Neovim Home
src
nvim
eval
gc.h
Go to the documentation of this file.
1
#ifndef NVIM_EVAL_GC_H
2
#define NVIM_EVAL_GC_H
3
4
#include "
nvim/eval/typval.h
"
5
6
extern
dict_T
*
gc_first_dict
;
7
extern
list_T
*
gc_first_list
;
8
9
#ifdef INCLUDE_GENERATED_DECLARATIONS
10
# include "eval/gc.h.generated.h"
11
#endif
12
#endif // NVIM_EVAL_GC_H
gc_first_dict
dict_T * gc_first_dict
Head of list of all dictionaries.
Definition:
gc.c:12
gc_first_list
list_T * gc_first_list
Head of list of all lists.
Definition:
gc.c:14
listvar_S
Definition:
typval.h:178
typval.h
dict_T
Definition:
coverity-model.c:40