Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/msgfmt/
H A Dxgettext.c1847 struct element_st *p = NULL, *q = NULL, *l1_tail = NULL; in append_list() local
1872 l1_tail = l1; in append_list()
1873 while (l1_tail->next != NULL) { in append_list()
1876 l1_tail = l1_tail-> next; in append_list()
1878 l1_tail->next = l2; in append_list()