Home
last modified time | relevance | path

Searched refs:potail (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c1694 struct element_st **potail, struct element_st *elem) in add_node_to_polist() argument
1701 *pohead = *potail = elem; in add_node_to_polist()
1703 (*potail)->next = elem; in add_node_to_polist()
1704 *potail = (*potail)->next; in add_node_to_polist()