Home
last modified time | relevance | path

Searched refs:ga_init (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dalloc.c632 ga_init(gap); in ga_clear()
689 ga_init(garray_T *gap) in ga_init() function
699 ga_init(gap); in ga_init2()
H A Duserfunc.c790 ga_init(&heredoc_ga); in get_function_body()
1308 ga_init(&newargs); in get_lambda_tv()
1309 ga_init(&newlines); in get_lambda_tv()
1457 ga_init(&fp->uf_def_args); in get_lambda_tv()
3924 ga_init(&newargs); in define_function()
3925 ga_init(&argtypes); in define_function()
3926 ga_init(&default_args); in define_function()
4492 ga_init(&fp->uf_args); in define_function()
4493 ga_init(&fp->uf_def_args); in define_function()
H A Dmap.c1120 ga_init(&ga); in translate_mapping()
H A Dterminal.c3288 ga_init(&ga); // text is kept in tl_scrollback_postponed in handle_pushline()
5026 ga_init(&ga_cell); in read_dump_file()
/vim-8.2.3635/src/proto/
H A Dalloc.pro19 void ga_init(garray_T *gap);
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt2946 A call to ga_init() was often followed by setting growsize and itemsize.