Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/msgfmt/
H A Dxgettext.c1054 struct exclude_st *tmp_excl; in read_exclude_file() local
1079 tmp_excl = new_exclude(); in read_exclude_file()
1080 tmp_excl->exstr = new_strlist(); in read_exclude_file()
1082 tmp_excl->exstr->str = strdup(line); in read_exclude_file()
1083 tail = tmp_excl->exstr; in read_exclude_file()
1087 tmp_excl->next = excl_head; in read_exclude_file()
1088 excl_head = tmp_excl; in read_exclude_file()
1104 tmp_excl = excl_head; in read_exclude_file()
1105 while (tmp_excl != NULL) { in read_exclude_file()
1107 tail = tmp_excl->exstr; in read_exclude_file()
[all …]