Searched refs:htp_map (Results 1 – 1 of 1) sorted by relevance
1554 static struct htp_map_ent htp_map[] = { in htp2string() local1561 for (i = 0; i < sizeof (htp_map) / sizeof (struct htp_map_ent); i++) in htp2string()1562 if (print_sugg == htp_map[i].print_sugg) in htp2string()1563 return (gettext(htp_map[i].print_string)); in htp2string()