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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c118 static struct exclude_st { struct
120 struct exclude_st *next;
251 static struct exclude_st *new_exclude(void);
1054 struct exclude_st *tmp_excl;
1465 struct exclude_st *p;
2213 static struct exclude_st *
2216 struct exclude_st *tmp;
2218 tmp = (struct exclude_st *)malloc(sizeof (struct exclude_st));

Completed in 48 milliseconds