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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c54 struct strlist_st { struct
56 struct strlist_st *next;
72 struct strlist_st *msgid;
73 struct strlist_st *msgstr;
74 struct strlist_st *comment;
119 struct strlist_st *exstr;
214 static struct strlist_st *strhead = NULL;
215 static struct strlist_st *strtail = NULL;
216 static struct strlist_st *commhead = NULL;
217 static struct strlist_st *commtai
[all...]

Completed in 45 milliseconds