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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c207 * strhead : This list contains ANSI style string.
209 * strtail : This is the tail of strhead.
214 static struct strlist_st *strhead = NULL; variable in typeref:struct:strlist_st
877 copy_strlist_to_str(curr_domain, strhead);
878 free_strlist(strhead);
879 strhead = strtail = NULL;
886 strhead);
887 free_strlist(strhead);
888 strhead = strtail = NULL;
1373 if (strhead
[all...]

Completed in 48 milliseconds