Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c215 static struct strlist_st *commhead = NULL; variable
554 free_strlist(commhead); in handle_open_comment()
555 commhead = commtail = NULL; in handle_open_comment()
1345 if (commhead == NULL) { in add_line_to_comment()
1347 commhead = tmp_str; in add_line_to_comment()
1568 if ((cflg == TRUE) && (commhead != NULL)) { in add_str_to_element_list()
1569 if (isextracted(commhead) == TRUE) { in add_str_to_element_list()
1570 tmp_elem->comment = commhead; in add_str_to_element_list()
1572 free_strlist(commhead); in add_str_to_element_list()
1574 commhead = commtail = NULL; in add_str_to_element_list()