Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c1051 struct exclude_st *tmp_excl; in read_exclude_file() local
1076 tmp_excl = new_exclude(); in read_exclude_file()
1077 tmp_excl->exstr = new_strlist(); in read_exclude_file()
1079 tmp_excl->exstr->str = strdup(line); in read_exclude_file()
1080 tail = tmp_excl->exstr; in read_exclude_file()
1084 tmp_excl->next = excl_head; in read_exclude_file()
1085 excl_head = tmp_excl; in read_exclude_file()
1101 tmp_excl = excl_head; in read_exclude_file()
1102 while (tmp_excl != NULL) { in read_exclude_file()
1104 tail = tmp_excl->exstr; in read_exclude_file()
[all …]