Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhighlight.c2298 char_u *lc_name; in colorname2rgb() local
2303 lc_name = strlow_save(name); in colorname2rgb()
2304 if (lc_name == NULL) in colorname2rgb()
2307 colentry = dict_find(colornames_table, lc_name, -1); in colorname2rgb()
2308 vim_free(lc_name); in colorname2rgb()