Searched defs:commhead (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c210 * commhead : This list contains comments string.
212 * commtail : This is the tail of commhead.
216 static struct strlist_st *commhead = NULL; variable in typeref:struct:strlist_st
557 free_strlist(commhead);
558 commhead = commtail = NULL;
1348 if (commhead == NULL) {
1350 commhead = tmp_str;
1571 if ((cflg == TRUE) && (commhead != NULL)) {
1572 if (isextracted(commhead) == TRUE) {
1573 tmp_elem->comment = commhead;
[all...]

Completed in 61 milliseconds