Searched refs:link_type_name (Results 1 – 1 of 1) sorted by relevance
14 static const char * const link_type_name[] = { variable63 if (info->type < ARRAY_SIZE(link_type_name)) in show_link_header_json()64 jsonw_string_field(wtr, "type", link_type_name[info->type]); in show_link_header_json()181 if (info->type < ARRAY_SIZE(link_type_name)) in show_link_header_plain()182 printf("%s ", link_type_name[info->type]); in show_link_header_plain()