Searched refs:cterm_attr_table (Results 1 – 1 of 1) sorted by relevance
2443 static garray_T cterm_attr_table = {0, 0, 0, 0, NULL}; variable2445 #define CTERM_ATTR_ENTRY(idx) ((attrentry_T *)cterm_attr_table.ga_data)[idx]2501 || (table == &cterm_attr_table in get_attr_entry()2573 else if (table == &cterm_attr_table) in get_attr_entry()2608 return get_attr_entry(&cterm_attr_table, &at_en); in get_cterm_attr_idx()2637 return get_attr_entry(&cterm_attr_table, &at_en); in get_tgc_attr_idx()2678 ga_clear(&cterm_attr_table); in clear_hl_tables()2801 return get_attr_entry(&cterm_attr_table, &new_en); in hl_combine_attr()2882 if (attr >= cterm_attr_table.ga_len) // did ":syntax clear" in syn_cterm_attr2entry()3317 sgp->sg_cterm_attr = get_attr_entry(&cterm_attr_table, &at_en); in set_hl_attr()