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

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h74 typedef struct nlstmp { struct
77 struct nlstmp *next; /* link to the next entry */
H A Dgettext_real.c305 free_Nlstmp(Nlstmp *nlstmp) argument
309 while (nlstmp) {
310 tp = nlstmp;
311 nlstmp = nlstmp->next;

Completed in 19 milliseconds