Searched refs:commhead (Results 1 – 1 of 1) sorted by relevance
216 static struct strlist_st *commhead = NULL; variable557 free_strlist(commhead); in handle_open_comment()558 commhead = commtail = NULL; in handle_open_comment()1348 if (commhead == NULL) { in add_line_to_comment()1350 commhead = tmp_str; in add_line_to_comment()1571 if ((cflg == TRUE) && (commhead != NULL)) { in add_str_to_element_list()1572 if (isextracted(commhead) == TRUE) { in add_str_to_element_list()1573 tmp_elem->comment = commhead; in add_str_to_element_list()1575 free_strlist(commhead); in add_str_to_element_list()1577 commhead = commtail = NULL; in add_str_to_element_list()