Lines Matching refs:sg_stop
45 char_u *sg_stop; // terminal string for stop highl member
1358 vim_free(HL_TABLE()[idx].sg_stop); in highlight_set_startstop_termcode()
1359 HL_TABLE()[idx].sg_stop = p; in highlight_set_startstop_termcode()
1841 VIM_CLEAR(HL_TABLE()[idx].sg_stop); in highlight_clear()
2907 0, sgp->sg_stop, "stop"); in highlight_list_one()
3252 if (sgp->sg_start == NULL && sgp->sg_stop == NULL) in set_hl_attr()
3258 at_en.ae_u.term.stop = sgp->sg_stop; in set_hl_attr()
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()
4131 if (sgp->sg_stop != NULL) in highlight_get_info()
4132 if (dict_add_string(dict, "stop", sgp->sg_stop) == FAIL) in highlight_get_info()