Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcharset.c399 #define GA_PTR(i) ((char_u *)ga.ga_data + i) in str_foldcase() macro
401 #define STR_PTR(i) (buf == NULL ? GA_PTR(i) : buf + i) in str_foldcase()
461 STRMOVE(GA_PTR(i) + nlen, GA_PTR(i) + olen); in str_foldcase()