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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c1697 struct element_st **potail, struct element_st *elem)
1704 *pohead = *potail = elem;
1706 (*potail)->next = elem;
1707 *potail = (*potail)->next;
1696 add_node_to_polist(struct element_st **pohead, struct element_st **potail, struct element_st *elem) argument

Completed in 63 milliseconds