Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsign.c91 group = alloc(offsetof(signgroup_T, sg_name) + STRLEN(groupname) + 1); in sign_group_ref()
94 STRCPY(group->sg_name, groupname); in sign_group_ref()
97 hash_add_item(&sg_table, hi, group->sg_name, hash); in sign_group_ref()
144 && STRCMP(group, sign->se_group->sg_name) == 0)); in sign_in_group()
155 && STRNCMP("PopUp", sign->se_group->sg_name, 5) == 0; in sign_group_for_window()
332 (char_u *)"" : sign->se_group->sg_name); in sign_get_info()
588 sign_group_unref(sign->se_group->sg_name); in buf_delsign()
764 sign_group_unref(sign->se_group->sg_name); in buf_delete_signs()
805 sign->se_group->sg_name); in sign_list_placed()
1985 return group->sg_name; in get_nth_sign_group_name()
H A Dhighlight.c39 char_u *sg_name; // highlight group name member
357 return HL_TABLE()[id].sg_name; in highlight_group_name()
1771 vim_free(HL_TABLE()[i].sg_name); in free_highlight()
2899 if (message_filtered(sgp->sg_name)) in highlight_list_one()
3173 msg_outtrans(HL_TABLE()[id - 1].sg_name); in syn_list_header()
3377 return HL_TABLE()[id - 1].sg_name; in syn_id2name()
3483 HL_TABLE()[highlight_ga.ga_len].sg_name = name; in syn_add_group()
3503 vim_free(HL_TABLE()[highlight_ga.ga_len].sg_name); in syn_unadd_group()
4022 return HL_TABLE()[idx].sg_name; in get_highlight_name_ext()
4106 if (dict_add_string(dict, "name", sgp->sg_name) == FAIL) in highlight_get_info()
[all …]
H A Dstructs.h832 char_u sg_name[1]; // sign group name, actually longer member
861 #define SGN_KEY_OFF offsetof(signgroup_T, sg_name)