Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c1844 struct element_st *p = NULL, *q = NULL, *l1_tail = NULL; in append_list() local
1869 l1_tail = l1; in append_list()
1870 while (l1_tail->next != NULL) { in append_list()
1873 l1_tail = l1_tail-> next; in append_list()
1875 l1_tail->next = l2; in append_list()