Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h3263 garray_T repr_ga; in FunctionRepr() local
3269 ga_init2(&repr_ga, (int)sizeof(char), 70); in FunctionRepr()
3272 ga_concat(&repr_ga, self->name); in FunctionRepr()
3274 ga_concat(&repr_ga, (char_u *)"<NULL>"); in FunctionRepr()
3275 ga_append(&repr_ga, '\''); in FunctionRepr()
3278 ga_concat(&repr_ga, (char_u *)", args=["); in FunctionRepr()
3283 ga_concat(&repr_ga, (char_u *)", "); in FunctionRepr()
3289 ga_append(&repr_ga, ']'); in FunctionRepr()
3293 ga_concat(&repr_ga, (char_u *)", self="); in FunctionRepr()
3303 ga_append(&repr_ga, '>'); in FunctionRepr()
[all …]