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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c249 static struct strlist_st *new_strlist(void);
1080 tmp_excl->exstr = new_strlist();
1096 tail->next = new_strlist();
1344 tmp_str = new_strlist();
1369 tmp_str = new_strlist();
1755 new_strlist();
1764 comment_tail->next = new_strlist();
1788 tmp_elem->msgid = msgid_tail = new_strlist();
1794 tmp_elem->msgstr = msgstr_tail = new_strlist();
1803 msgid_tail->next = new_strlist();
2199 new_strlist(void) function
[all...]

Completed in 48 milliseconds