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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c212 * commtail : This is the tail of commhead.
217 static struct strlist_st *commtail = NULL; variable in typeref:struct:strlist_st
558 commhead = commtail = NULL;
1351 commtail = tmp_str;
1354 commtail->next = tmp_str;
1355 commtail = commtail->next;
1577 commhead = commtail = NULL;

Completed in 49 milliseconds