Searched refs:GA_EMPTY (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | globals.h | 1868 = {EVAL_EVALUATE, 0, NULL, NULL, NULL, NULL, GA_EMPTY, GA_EMPTY, NULL,
|
| H A D | structs.h | 57 #define GA_EMPTY {0, 0, 0, 0, NULL} macro
|
| H A D | message.c | 573 static garray_T ignore_error_list = GA_EMPTY;
|
| H A D | tag.c | 2826 static garray_T tag_fnames = GA_EMPTY;
|
| H A D | buffer.c | 74 static garray_T buf_reuse = GA_EMPTY; // file numbers to recycle
|
| H A D | userfunc.c | 23 static garray_T funcargs = GA_EMPTY;
|
| H A D | vim9execute.c | 168 static garray_T dict_stack = GA_EMPTY;
|