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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c209 * strtail : This is the tail of strhead.
215 static struct strlist_st *strtail = NULL; variable in typeref:struct:strlist_st
879 strhead = strtail = NULL;
888 strhead = strtail = NULL;
1376 strtail = tmp_str;
1379 strtail->next = tmp_str;
1380 strtail = strtail->next;
1557 strhead = strtail = NULL;
1598 strhead = strtail
[all...]

Completed in 48 milliseconds