Lines Matching refs:hlt

3670     hl_group_T *hlt = HL_TABLE();  in combine_stl_hlt()  local
3674 CLEAR_POINTER(&hlt[hlcnt + i]); in combine_stl_hlt()
3675 hlt[hlcnt + i].sg_term = highlight_attr[hlf]; in combine_stl_hlt()
3676 hlt[hlcnt + i].sg_cterm = highlight_attr[hlf]; in combine_stl_hlt()
3678 hlt[hlcnt + i].sg_gui = highlight_attr[hlf]; in combine_stl_hlt()
3682 mch_memmove(&hlt[hlcnt + i], in combine_stl_hlt()
3683 &hlt[id_alt - 1], in combine_stl_hlt()
3685 hlt[hlcnt + i].sg_link = 0; in combine_stl_hlt()
3687 hlt[hlcnt + i].sg_term ^= in combine_stl_hlt()
3688 hlt[id - 1].sg_term ^ hlt[id_S - 1].sg_term; in combine_stl_hlt()
3689 if (hlt[id - 1].sg_start != hlt[id_S - 1].sg_start) in combine_stl_hlt()
3690 hlt[hlcnt + i].sg_start = hlt[id - 1].sg_start; in combine_stl_hlt()
3691 if (hlt[id - 1].sg_stop != hlt[id_S - 1].sg_stop) in combine_stl_hlt()
3692 hlt[hlcnt + i].sg_stop = hlt[id - 1].sg_stop; in combine_stl_hlt()
3693 hlt[hlcnt + i].sg_cterm ^= in combine_stl_hlt()
3694 hlt[id - 1].sg_cterm ^ hlt[id_S - 1].sg_cterm; in combine_stl_hlt()
3695 if (hlt[id - 1].sg_cterm_fg != hlt[id_S - 1].sg_cterm_fg) in combine_stl_hlt()
3696 hlt[hlcnt + i].sg_cterm_fg = hlt[id - 1].sg_cterm_fg; in combine_stl_hlt()
3697 if (hlt[id - 1].sg_cterm_bg != hlt[id_S - 1].sg_cterm_bg) in combine_stl_hlt()
3698 hlt[hlcnt + i].sg_cterm_bg = hlt[id - 1].sg_cterm_bg; in combine_stl_hlt()
3700 hlt[hlcnt + i].sg_gui ^= in combine_stl_hlt()
3701 hlt[id - 1].sg_gui ^ hlt[id_S - 1].sg_gui; in combine_stl_hlt()
3704 if (hlt[id - 1].sg_gui_fg != hlt[id_S - 1].sg_gui_fg) in combine_stl_hlt()
3705 hlt[hlcnt + i].sg_gui_fg = hlt[id - 1].sg_gui_fg; in combine_stl_hlt()
3706 if (hlt[id - 1].sg_gui_bg != hlt[id_S - 1].sg_gui_bg) in combine_stl_hlt()
3707 hlt[hlcnt + i].sg_gui_bg = hlt[id - 1].sg_gui_bg; in combine_stl_hlt()
3708 if (hlt[id - 1].sg_gui_sp != hlt[id_S - 1].sg_gui_sp) in combine_stl_hlt()
3709 hlt[hlcnt + i].sg_gui_sp = hlt[id - 1].sg_gui_sp; in combine_stl_hlt()
3710 if (hlt[id - 1].sg_font != hlt[id_S - 1].sg_font) in combine_stl_hlt()
3711 hlt[hlcnt + i].sg_font = hlt[id - 1].sg_font; in combine_stl_hlt()
3713 if (hlt[id - 1].sg_fontset != hlt[id_S - 1].sg_fontset) in combine_stl_hlt()
3714 hlt[hlcnt + i].sg_fontset = hlt[id - 1].sg_fontset; in combine_stl_hlt()