Home
last modified time | relevance | path

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

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