Searched refs:term_attr_table (Results 1 – 1 of 1) sorted by relevance
2439 static garray_T term_attr_table = {0, 0, 0, 0, NULL}; variable2441 #define TERM_ATTR_ENTRY(idx) ((attrentry_T *)term_attr_table.ga_data)[idx]2490 (table == &term_attr_table in get_attr_entry()2562 if (table == &term_attr_table) in get_attr_entry()2671 for (i = 0; i < term_attr_table.ga_len; ++i) in clear_hl_tables()2673 taep = &(((attrentry_T *)term_attr_table.ga_data)[i]); in clear_hl_tables()2677 ga_clear(&term_attr_table); in clear_hl_tables()2830 return get_attr_entry(&term_attr_table, &new_en); in hl_combine_attr()2873 if (attr >= term_attr_table.ga_len) // did ":syntax clear" in syn_term_attr2entry()3259 sgp->sg_term_attr = get_attr_entry(&term_attr_table, &at_en); in set_hl_attr()