Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c117 static struct exclude_st { struct
119 struct exclude_st *next; argument
250 static struct exclude_st *new_exclude(void);
1051 struct exclude_st *tmp_excl; in read_exclude_file()
1462 struct exclude_st *p; in isexcluded()
2208 static struct exclude_st *
2211 struct exclude_st *tmp; in new_exclude()
2213 tmp = (struct exclude_st *)malloc(sizeof (struct exclude_st)); in new_exclude()